--
You received this message because you are subscribed to the Google Groups "FIGnition" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fignition+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ken-
I would be interested in a sample of the boards if they become available. This looks interesting!
Best,
Dylan
--
You received this message because you are subscribed to a topic in the Google Groups "FIGnition" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/fignition/FHyfUlveXdY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to fignition+...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "FIGnition" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/fignition/FHyfUlveXdY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to fignition+...@googlegroups.com.
Dear ken,
You're the guy who created the nanode, an arduino with a built-in Ethernet port?
Thanks for chatting at the oggcamp. However, I don't really recall you buying a kit at the time. Apart from a reply on my blog (which you've deleted) your first interaction is to use this forum to announce a competitor product.
If you really believed in the FIGnition concept why didn't you support it earlier? If you felt sorry for the poor avr having to bitbang all the video why didn't you make an add-on board for FIGnition that supported the ft800 chip, since FIGnition already has an spi driver which can support multiple spi devices?
You must have sold over £60,000 worth of nanode kits, wasn't that enough?
-best regards from Julz
We can see that some of your thinking is based on a "more power=better" motif. For example FIGnition "reloaded", employs a gun analogy to convey the idea of more power; the use of SD cards is motivated by the idea of far greater storage (stream mpegs!) And you're excited about being able to deliver gameduino graphics on FIGnition. Note, I've left out the increased RAM, some FIGnitions already have 32K bytes of ram.
yet I don't think the motivation for your project is entirely based on the idea that more powerful=better. For example, it's laudible that you want to connect a FIGnition-like device to hdmi or a separate tft lcd, since composite video support on TVs is decreasing.
You've said you want to collaborate, rather than compete. OK, I think there are a few steps involved.
Firstly, show some good faith by buying a real FIGnition: you can buy one from RS components, since I sold my last one, this week.
Secondly, all fignitions have 'fire' related names, not weapon-related names, such as "fuze" or "flint". We would need to suggest a suitable one, though I would veto ones I've had conceptual ideas about. Then it would be part of the family.
Thirdly, I would get a stake in any of the proceeds, even for no additional work. This is because I've put 4 years of effort into FIGnition and you would be leveraging that. That sounds have to be negotiated.
How does this sound?
-cheers Julz
Thanks for buying a kit :-) also if you send me a PayPal amount for a figkeys, I'll send you a kit for that too.
You may find the manuals here useful:
https://sites.google.com/site/libby8dev/fignition/fuze/usermanual
There's a pretty comprehensive hardware guide; a description of the commands and a tutorial. FIGnition forth, as you know is much like Jupiter ace-ified fig-forth.
The v1.01 implementation contains a lot of assembler (the VM, fp-lib, scan line generation and blitter for example) as well as code in 'C' (keypad, text out, spi support, video field generation, boot) and code in forth (e.g. the compiler, text editor and flash disk driver.
A couple of observations from your last reply:
1. Why 1024 x 768 xga resolution rather than, say 320 x 200 VGA? I ask because it seems to me that an AVR running forth will struggle to update text usably on a 128x96 character grid and won't be able to utilize the screen at its graphics resolution.
2. On FIGnition it's assumed that everything uses the same SPI port, but with different /Ss signals to manage multiple devices. Would multiple SPI ports really give us much? To clarify, I mean this: FIGnition forth has an SPI driver, which is simple and works because it manages multiple devices (as multiple /Ss pins) over one SPI.
3. There is no file system in FIGnition forth. supporting SD cards would mean adding a FAT or exFAT based OS. I think that would add quite a bit of effort if done properly. Is that what you were thinking of?
-cheers Julz
Interesting that you mention Oberon, I've been looking into it recently as I think more about safety-critical systems.
-cheers Julz