vote up 6 vote down star
6

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?

flag

8 Answers

vote up 9 vote down check

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

link|flag
What are the options for small displays for these, e.g. LCD/OLED? – Rob Kam May 29 at 19:59
I wish I could answer that but I haven't started tinkering with the arduino yet. – Brian Ensink May 30 at 4:10
Unfortunately the Arduino Touch Shield is not low cost. – Rob Kam Jun 1 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 at 19:18
vote up 0 vote down

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|flag
vote up 0 vote down

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

link|flag
vote up 1 vote down

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|flag
vote up 3 vote down

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

link|flag
1  
They also sell some Arduino kit. – Rob Kam May 29 at 19:57
vote up 3 vote down

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

link|flag
vote up 2 vote down

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|flag
vote up 2 vote down

For a fun project check out beagleboard.

link|flag

Your Answer

Get an OpenID
or

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