This could be a candidate if I2C https://github.com/olikraus/u8g2
Damn, I didn't look at the display itself, just at the libraries. Isn't there an Arduino I2C library for this display?
Luckily we have the forum! :)
The libraries and your lcd is using SPI. The Neo Arduino SPI library is based on an old library that is not compatible with the one your lcd...
There is a problem with UART6 and it needs a kernel patch to solve it. http://www.udoo.org/forum/index.php?posts/15912 To recompile the kernel I...
Yes that is the object file after compilation. To get a compiled object file please follow the link I already gave you. If you have more questions...
In the documentation link Andrea gave is the following instruction which does exactly what you want: Precompiled binary It's possible to upload a...
For bare metal programming you could look here for a couple of directions: http://www.udoo.org/forum/index.php?threads/3086/
The Arduino part of a quad is an Arduino Due so you have to look there it it is possible. You also have to look if the correct USB port is...
I am not sure but I think there is no VNC and no direct USB on Android, only on Udoobuntu 2. What if you connect an HDMI monitor, do you see the...
Uart2 is assigned to serial debug M4. Is switching off M4 enough to have this serial device to be properly assigned to A9?
Thanks, I made an update of the first post referring to your solution.
Good! For documentation purposes: Can you share the Arduino serial.println code lines in which you created the combined sensor output?
@Carlos Mendoza Please start a forum thread in the Neo forum: http://www.udoo.org/forum/forums/udoo-neo.39/create-thread I don't think myopenlab...
If you use Serial.println() in the Arduino sketch to send data to the /dev/ttyMCC you are receiving a string with python...
Please print the value of variable params. And check it. I still believe you have a declaration issue: You initialize for examples temp3 as an...
I suppose the only reason not to use them as a server is that they are not designed to be one. But no one will keep you from doing so and find out...
I suppose it goes wrong in the line starting with params = urllib.urlencode......... It looks like it is conflicting with strings, dots and...
Double post. Please don't do that. The question has an answer here: http://www.udoo.org/forum/index.php?threads/6430/
I have no experience with services on Linux. On windows I know it doesn't like print to console but I don't know what other conditions Linux has...
Separate names with a comma.