ni-c / heimcontrol.js

Home-Automation with node.js and Raspberry PI
MIT License
1.41k stars 297 forks source link

duino unable to detect ATMEGA32U4 based arduino boards #36

Open ewidance opened 10 years ago

ewidance commented 10 years ago

I tried arduino pro micro USB arduino clones (based on Sparkfun design : https://www.sparkfun.com/products/11098 ). There's no detection error, but there's also no commuication. TX/RX led don't blink when sending orders. Swapping pro micro with an Uno makes it work. No idea on what happens, but i suppose detected device name is not the same.

tjanson commented 10 years ago

Hi, this was a long time ago, but if you’re still interested, this could probably be fixed. The duino library only looks for /dev/*ACM* or something like that, and I’d guess your board lists as something different (check with ls /dev | grep -e usb -e USB -e ACM or similar).