Try #include <TimeLib.h> instead of #include <Time.h> See also the original examples in the library....
Do you have a 5V level shifter in between M4-Mega that hold things up?
I don't know if there is. All what is in the Neo board package is compatible. All other libraries you can find on the internet are most likely...
Between what devices starts the garbling? mega-m4? m4-a9? What if you use minicom -D /dev/ttyMCC to monitor the m4-a9 communication?
There is your problem. This library is most likely not compatible yet with the Neo. Timing libraries normally like to address hardware timers....
If you also are going to combine other sensors and have some steering on it later, it perhaps could be better to start with the Arduino part too....
Once upon a time the default resolution was 12 bits (max value 4095). But I think for compatibility reasons with existing Arduino Uno sketches the...
If you are only using I2C you can also skip the arduino part, read the values with for example Python and store them on the SD and in the cloud.
Both shields are using I2C as communication (the big shield also serial) so they only are using 2 pins from the Neo for communication and...
The second How to: Control Arduino from Web page is now online.
5. Enhanced webpage [ATTACH] The simple webpage is not very attractive, no simple buttons and no information what the serial data means. Looking...
Welcome in this second How-To about Neo Linux and Arduino. In the first we learned how to read sensors and send their data to an internet website....
Does the screen work on your Neo? If yes, can you tell us how you connected it?
You could give it a go with the following library but it seems a tricky business...
When I try to compile your sketch i get an compile error: Arduino: 1.6.12 (Windows 10), Board:"UDOO Neo (Cortex M4)" In file included from...
@Gorgo Also for the rest of the sketch you should not need for example hardwareserial.h, Arduino.h etc. Then you have the possibility the compiler...
Hi, I dont have any experience with processing and supercolider but I have tried...
Why all those includes? For this sketch you only need Wire.h. The rest should be sorted out by the Arduine IDE compiler with the arduino board...
@Andrea Rovai This page needs to be updated: http://www.udoo.org/docs-neo/Hardware_Reference/Power_Management.html - Vin / GND pin on external...
I agree, we already requested a better SPI library, see the other topic. What is the problem with I2C? It seems to work, only the assignment to...
Separate names with a comma.