When I put an USB pen drive in the large USB port it is automatically detected by Udoobuntu 2. I use a powered USB hub. When I put the pen drive...
It perhaps could work, depends on the quality of the libraries that you are using. In a lot of libraries there are tricks in it to use special...
There is no. Only the ones that can be downloaded from the images resource page. You can build your own and see how minimal you get:...
There are 2 pins marked with canrx and cantx, see also the documentation http://www.udoo.org/docs/Introduction/Introduction.html
I think the node or npm update did it for you as the web conf is based on node. I don't know what the express does. The web control panel is in...
You could change the node script in /opt/udoo-web-conf/bin/www line 62: server.listen(port); change in server.listen(port, '192.168.7.2'); It...
Did you use the patched bossac software? http://www.udoo.org/docs/Hackaton_Survival_Guide/Programming_UDOOs_Arduino_from_your_PC.html Other but...
I can confirm on my Neo basic (without the accelerometer and gyroscope) that connecting an I2C device to pin 34/35 will show up the device with...
According this dicussion (and others) hlds is only for X86 CPU's not for ARM like the Neo. https://forums.alliedmods.net/showthread.php?t=277020...
With my limited understanding of Linux (I only learned linux on my Neo) I understand that the Udoo team made an image based on 14.04. You cant...
The directions are not completely clear but to use the I2C on the M4 SCL and SDA pins you don't have to do anything. It is enabled by default. So...
Here is a project with a Udoo Neo. If a Neo could do it, an X86 would definitely do it. If the software supports the hardware....
Hi Melanie, check these 2 pages in the documentation: http://www.udoo.org/docs-neo/Advanced_Topics/Boot_process.html...
Please check and combine the different Neo Arduino examples for Neo Sensors and Bricks in the Arduino IDE on the Neo and make it one sketch that...
see http://www.udoo.org/forum/threads/thingspeak-and-udoo-neo-full.4501/#post-20749
I see you are asking someone again so I will show you more in detail: Edit: created a separate Thingspeak how-to instruction...
Well tried some options: void loop() { While ( Serial.available() >0 ) { -- Do something --- Serial.println("Some text"); } } This will...
In the early releases of Udoobuntu there were some display issues but the latest releases are fairly stable. Please try to rewrite your image to...
Does your Neo boot properly? Do you see a desktop on the connected HDMI screen (TV)? Does your PC recognizes the Neo as a Mass Storage? Did you...
One step in the right direction! Please also read my comments about the Serial.Println when debugging. I added it some minutes later. I also see...
Separate names with a comma.