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.
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
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?