I'm a fan of the AVR butterfly and the Arduino. Both are very cheap, < $30 USD so if you burn out your board it's no big deal. Both have lots of sample programs and examples of how to interface with common hardware. Arduino also has a very large open source hardware community that produces add-on shields, schematics, tutorials etc... Once you've got your sea legs the Arduino boot loader can be overwritten using any AVR ICSP programmer allowing you to use the GCC AVR toolchain directly.
Because of your experience you may be tempted to jump directly to one of the more advanced boards but I would advise against it. Programming for embedded systems is a whole new beast with limited debugging options and on hardware that you've patched together using jumper wire and hot glue. By starting with a known, well documented environment like the Arduino you can eliminate many variables making it easier to solve problems that would otherwise frustrate a beginner.
Also, I forgot to mention some helpful resources:
- Sparkfun - Really good hobbyist retailer, with excellent forums and tutorials.
- AVR Freaks - The main online community for AVR related hardware.
- Also look around for robotics clubs that may be in your area.
