Firmware uploaded from artemis firmware uploader gui shows output but not when uploaded from arduino

Hello guys,

I have been trying to upload the basic openlog artemis firmware from arduino gui into my IMU cnnected via usb cable. It gets compled and uploaded successfully, but istead of accelerometer and gyroscope data, I see following message on serial monitor:

Initialization of the sensor returned: Data Underflow
Trying again...

when I upload the same firmware in the form of .bin file from artemis firmwar uploader gui, it successfully uploads and also shows the expected output data on serial monitor.

Does anyone know what might be wrong ? or has anyone faced similar issues previously?

I am attaching both the files for your reference.

OpenLog_Artemis-V10-v111.zip (144.6 KB)

C:\Users\7000026559\Desktop\TDK_Interrupt_push\TDK_Interrupt_push\Test\Test\Test.ino

@joagleena, your topic has been moved to a more suitable location on the forum. Installation and Troubleshooting is not for problems with your project :wink: See About the Installation & Troubleshooting category.

Please post your sketch in a post, not as an attachment. The current link points to your desktop and we don't have access to that.

Where does the bin file come from? Is it the "output" of your compile process?

Just in case, SparkFun has their own forum (https://forum.sparkfun.com/); I don't want to chase you away but you might have a better chance there.

1 Like

Sure, Thanks !

I have posted it already on sparkfun forum....
Problem was with uncommenting the line from a .h file for initializing the DMP. it works fine now.

Yes, .bin file is generated after compiling.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.