I am trying to make a cheerlights holiday light display display using my UDOO and a set of Adafruit NeoPixels. When I try to create an object from the NeoPixel library, my program compiles, but doesn't run. Anybody have any luck with the NeoPixel library? http://n0hio.wordpress.com/2013/12/06/c ... s-project/ https://github.com/adafruit/Adafruit_NeoPixel http://www.cheerlights.com/
Try compiling and uploading the arduino sketch from an external computer, worked for me. I also had the issue that serial communication was not possible, when I compiled it on the udoo. Now I uploaded the sketch from my computer and got a working internal communication from SAM to linux.