![]() |
OT - almost. Tiny DIY Forth computer. - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: OT - almost. Tiny DIY Forth computer. (/thread-229487.html) |
OT - almost. Tiny DIY Forth computer. - Cristian Arezzini - 08-18-2012 I just found this on the internet, and I have to share it here. Maybe many of you will already know. https://sites.google.com/site/libby8dev/fignition
This guy designed this tiny tiny kit, really cheap, that is actually a complete 8-bit programmable computer (including bitmapped graphics). This alone made me want to buy and build one. Then I noticed it boots into a Forth environment! And I realized how close Forth is to RPN/RPL.
Cristian
Re: OT - almost. Tiny DIY Forth computer. - Luiz C. Vieira (Brazil) - 08-18-2012 Hi. Indeed a very interesting design. It uses a ATMEGA168, a 16Kbytes FLASH ROM microcontroller, as seen by the pictures. It is the same one used in some Arduino design (UNO and DUEMILANOVE use ATMEGA328, 32K versions of the ATMEGA168). As you mention: Quote:I'd add: Isn't it amazing what some guys do with currently available technology? My respect and admiration! There was a time when our amazing calculators were designed from scratch, having their hardware being also designed to match demanded operational specs. Today we see the opposite: there is plenty of ready available hardware, we now need to focus on what to do with it. Somehow what we face today is the result of an evolutionary process. I for one believe both approaches are valid, it is just a matter of how do you want to do it. I take as an example the very Monte's 41CL board. As I recall, based on its development log, both approaches were used: design custom chips at first, then use current technology to implement the final product. As for the existing technology approach, we have both Diego's and Meindert's designs. "Isn't technology advancement amazing?" I do think so. Cheers. Luiz (Brazil)
Edited: 18 Aug 2012, 6:28 p.m.
Re: OT - almost. Tiny DIY Forth computer. - Geir Isene - 08-18-2012 Link to the tiny screen?
Re: OT - almost. Tiny DIY Forth computer. - Bruce Bergman - 08-18-2012 I love Forth, and would love to play with this. However, it doesn't seem like it's easy to move programs back and forth (ha!) to the actual board. That limits flexibility. Interesting though!
thanks, Re: OT - almost. Tiny DIY Forth computer. - Cristian Arezzini - 08-19-2012 I haven't studied the manuals in-depth, but I think there is a rather simple program (multi-platform) to do that. And the board just connects to the PC via usb. I think it's a command-line utility, but a single command would do the transfer. About the link to the tiny screen: I can't find the right one right now (I browsed dozens yesterday) but here are two options (I ended up with something more like the eBay link because it's cheaper and it's basically the same device): http://www.adafruit.com/products/913
Edited: 19 Aug 2012, 4:53 p.m.
|