I've got hold of the new Udoo Neo. It's a really nice board. Small size, 3,3 volts compilant. Same pins as arduino. Works straight out of the box, just need to prepare a microSd card, install driver in the computer. It's great in only one board you have a computer and arduino board. What else do you need!!
The next step is to start. The first sketch or "Hello World" you always run in Arduino is Blink. So as this board carries inside an Arduino board, we are going to see how easy is to run it.
I have downloaded UDOObuntu 2 RC1 (Ubuntu 14.04) from http://www.udoo.org/downloads/.
I have burned it into an 8 Gb MicroSd card.
I have installed the drivers as said here http://www.udoo.org/docs-neo/Basic_Setup/Usb_Direct_Connection.html
I've rebooted the computer.
I've writen in the navigator: 192.168.7.2
And this is what I can see:
I hit in Arduino, and it is preloaded with two sketches.
To up load it, you just hit RUN!
Comments
Please log in or sign up to comment.