Hello everybody, I'm working on a balancing robot as my graduating project and i need to use an arduino for the balancing and raspberry for sending senrsors data to the internet. i know thqt i cqn program the UDOO as arduino or like raspberry ! but can i used to do some features as arduino and others as raspberry at the same time ? Thank you
A Udoo Neo is a "Raspberry/Linux" and an "Arduino" in one board. So you can have the Arduino part do the balancing and the Linux part do the internet thing. The Arduino part can communicate with the Linux part throgh the default serial device. Look at https://www.udoo.org/docs-neo/Serial_Libraries/index.html for an example how to set up that communication. In my signature you can find also some links to examples that can help you.