Okay guys, I came up with a solution that has worked for me so far. I modified the printFloat function from...
snprintf is out. The following code crashes the M4: double x = 1234.56; char buf[128]; snprintf(buf, 128, "%f", x);
Thanks, I didn't find that thread when I searched for the problem. I'm actually trying to write values to a file, not send them over serial,...
Has anyone figured out how to reliably convert doubles to strings (String or char*) on the Neo? Mine locks up when I try to run the following...
Thanks for the feedback guys. I verified that I could consistently use Wire1 and Serial0 separately, but even just adding a .begin() for both of...
I am currently experiencing intermittent M4 upload errors which I can produce using both the internal (flash: uploading input firmware failed) and...
Hello, I've been battling these same issues myself; mostly regarding the FXAS21002C library included with the Arduino library for the Neo (see...
Separate names with a comma.