Hacker News new | ask | show | jobs
A comparison of 6 USB Stick Microcontroller Dev Boards (retroprogramming.com)
47 points by impomatic 5281 days ago
2 comments

I can also recommend Micropendous, it's really well-designed. Teensy is also great for slave-only applications.

  http://www.pjrc.com/teensy/
Is 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 :-)

Maybe you could consider open-sourcing one of your designs ?

It could attract future clients by showing your proficience. And one design would not endanger your paid work in any way :)

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.

Interesting to hear. I imagined simple IO interfaces would be popular, but every project focuses on programmable, self-powered boards (maybe because they are so cheap anyway?). Wish you success.
seems like an USB DAQ board would work for this, right? maybe labjack or a board/card from national instruments?