A comparison of 6 USB Stick Microcontroller Dev Boards
retroprogramming.com
A comparison of 6 USB Stick Microcontroller Dev Boards
1–8 of 8 posts
Re: A comparison of 6 USB Stick Microcontroller Dev Boards
#2 http://www.pjrc.com/teensy/Re: A comparison of 6 USB Stick Microcontroller Dev Boards
#3Re: A comparison of 6 USB Stick Microcontroller Dev Boards
#4Is there any kind of gpio board intended for real-time/thetered use, without code reloading or writing my own communication layer?
I am actually working on a simplified AVR USB board for just this purpose, I'll post it to HN when I'm done.
Re: A comparison of 6 USB Stick Microcontroller Dev Boards
#5Is there any kind of gpio board intended for real-time/thetered use, without code reloading or writing my own communication layer?
I have a few designs (Bluetooth & RS232 based) that I customize for my clients. I may be able to help you, but I should warn that my prices are not exactly hobbyist-friendly :-)
Re: A comparison of 6 USB Stick Microcontroller Dev Boards
#6Is there any kind of gpio board intended for real-time/thetered use, without code reloading or writing my own communication layer?
I used to sell a couple, waaay back when. These days I think Phidgets might be what you are looking for. I have a few designs (Bluetooth & RS232 based) that I customize for my clients. I may be able to help you, but I should warn that my prices are not exactly hobbyist-friendly :-)
It could attract future clients by showing your proficience. And one design would not endanger your paid work in any way :)
Re: A comparison of 6 USB Stick Microcontroller Dev Boards
#7Is there any kind of gpio board intended for real-time/thetered use, without code reloading or writing my own communication layer?
Anything based on the AVR USB series can be configured to auto-detect as a keyboard/joystick/misc (see http://www.fourwalledcubicle.com/LUFA.php ), so that would simplify your comm layer. However, I'm not aware of a good off-the-shelf board that wouldn't require some microcontroller development. I am actually working on a simplified AVR USB board for just this purpose, I'll post it to HN when I'm done.
Re: A comparison of 6 USB Stick Microcontroller Dev Boards
#8Is there any kind of gpio board intended for real-time/thetered use, without code reloading or writing my own communication layer?