up vote 7 down vote favorite
6
share [g+] share [fb]

Now that systems are so powerful, there doesn't seem to be anything like the fun challenge of trying to get the most out of some 8-bit micro and with less than 64kb memory. Is there something (that isn't an emulator) which can provide a similar experience?

link|improve this question

feedback

closed as too localized by casperOne Dec 14 '11 at 17:33

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ.

8 Answers

up vote 10 down vote accepted

Check out the http://www.arduino.cc/. There are lots of project ideas based on it if you Google for it.

link|improve this answer
What are the options for small displays for these, e.g. LCD/OLED? – Rob Kam May 29 '09 at 19:59
I wish I could answer that but I haven't started tinkering with the arduino yet. – Brian Ensink May 30 '09 at 4:10
Unfortunately the Arduino Touch Shield is not low cost. – Rob Kam Jun 1 '09 at 8:05
2  
There are thousands of small LCD options. You can get a 20x2 character (7x5) LCD including a serial driver for a few dollars. If you want graphics, a 160x120 12-bit RGB LCD will run you maybe $20 at QTY=1 – Sparr Jun 1 '09 at 19:18
feedback

I always wanted to try out the BASIC Stamp modules but have never quite found the time.

link|improve this answer
feedback

Many of the kits available from Adafruit Industries are based on 8-bit AVR microcontrollers, excellent for electronics and programming tinkering.

link|improve this answer
1  
They also sell some Arduino kit. – Rob Kam May 29 '09 at 19:57
feedback

For a fun project check out beagleboard.

link|improve this answer
feedback

EdSim51 is a free 8051 simulator. The 8051 is a great microcontroller.

The simulator has a virtual keypad and LCD display.

The BASIC Stamps are good too.

http://www.radioshack.com/product/index.jsp?productId=2117994 http://www.parallax.com/tabid/295/Default.aspx

link|improve this answer
feedback

The Arduino is a great starter CPU. I've used boarduinos to program other AVR microprocessors as well. BASIC stamps are easy to use, but I think the price for what you get is poor.

Eclipse with the AVR plugins makes a great Arduino development environment (what I use right now).

link|improve this answer
feedback

There are also some interesting kits mentioned in response to the What’s the best way to learn how to build circuits question.

link|improve this answer
feedback

If you just want fun out-of-box programming, have a look at a Tandy TRS-80 Model 100. It boots up instantly, runs on 4 AA batteries, has a very sharp LCD display and built in BASIC. The keyboard is fantastic! A working model can be as low as $75 (See the Club 100 Store).

I like the 8-bit AVR microcontrollers, but sometimes it is nice to have a big LCD, an interpreted language and a keyboard. Have fun.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.