Did a quick check of the library you mentioned, and unfortunately this one seems to hang the Arduino right away on init() of the display. If I...
I'd contact the Udoo Customer care. They'll try to help you out, and if your board is only a few weeks old it will surely be still within its...
@paulbearne, I'm trying to get the datasheet. This is the code of the display I'm using;...
I got a 4 7-segment TM1637 display. I tried some programming with it and it didn't update its display as I expected. So I went back to a smaller...
Pin configuration according to device tree editor: [IMG] Code I'm using as Gist: https://gist.github.com/cuhka/465169d905bffc9dceb9cca02d9dfb16...
I've installed the libraries from the aforementioned git repo, and the result is the same, that is: 'hangs'. Given that they should be the same as...
Thanks for trying. I'll reach out to UDOO Support.
Anybody else willing to try? I now read the values in Linux, but I think it is more efficient in Arduino, and I'd like to use the interrupt...
Aren't the GPIOs just accessed as files? No reason it wouldn't work on Quad, and it shouldn't be too difficult to write it yourselves.
Well, you can't use it as a desktop replacement, if that is what you were looking for, it has a single core ARM 32 bits processor, which is no...
Don't know if it is slow for such programs. How does it compare to remote desktop to a RaspPi?
Same result - hangs when reading sensor. Doesn't matter whether I do accMagSensor.readAccelData(); accMagSensor.readMagData(); or...
--- update 2: to make sure it isn't a wrong library I retried it from the internal Arduino IDE - same result --
I would like to use more features of the motion sensor, and I'm trying to control the motion sensor from the M4 core. I'm following steps in "How...
@waltervl Is this issue you reported the same?
Can I assume safely that it will be a while before these serial problems are solved: https://trello.com/b/dPL55Pnt/udoo-neo-roadmap
No, I didn't. The reason I tried this is because I encountered problems with serial communication before. In my program I used to read /dev/ttyMCC...
A Hall sensor and a magnet. There is more documentation on UDOO's website.
Log in to your Neo and monitor /dev/ttyMCC: cat /dev/ttyMCC Run this program on the Arduino: void setup() { Serial.begin(115200);...
I was able to upload the empty 'default' program, so it seems to be working. Can't show the serial though, would like that too. In order to use...
Separate names with a comma.