Need help with storing mpu 6050 data

For a project I have code that allows for a mpu 6050 to show data on the serial plotter and monitor the problem is I need it to either be bluetooth or store data on the arduino it self because I have the device attached at the hip.

The real problem is I basically cannot code other then basic stuff, if anyone could shed some light on the easiest or best way to solve this it would be much apricated.

Thanks

Welcome to the forum

What data do you need to save ?
How frequently will it be saved ?
What period will it be saved over ?
How will you use the saved data ?

1 Like

Send the data to a PC via wireless serial adapters. The HC-12, for example, is very simple to use. Tutorial.

1 Like

sorry for not being more specific I am attempting to save gyroscopic data over a time period of couple minutes maybe. And its frequency is like milli seconds and i'm not sure how to save the data im open to any ideas
thanks

Will look into this
Thank you

what is your host microcontroller?
if it is a ESP32 it supports WiFi, Bluetooth Classic and BLE
I have transmitted data from a LSM9DS1_magnetometer (18bytes/sample) every 20mSec over BLE to a Android phone for processing and display
for more samples/sec use WiFi?

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