Download Data from Graph

bluetoothbrain_test.aia (211.1 KB)

Hello,

I’m making a graph for angle versus time and want to add a button so users can download the data. I've seen tutorials using TinyDB and CSV, but I’m not sure how to do it. Can someone explain how to set this up?.

I am using an Arduino nano 33 IOT to send data via bluetooth to my phone, and then a graph is generated.

Thanks!

Also post your Arduino sketch, so we can compare data types on both ends.

Here are changes to accumulate angles over time, timestamped as they arrive with Clock1.Systemtime.

The Sharing component is the easiest to use, skipping files entirely and feeding whatever other app you have that accept text.




bluetoothbrain_test (1).aia (211.5 KB)

I left off niceties like emptying out that new list, and rounding the angles, which can be left for the import function wherever you receive the share.

Thank you, that's exactly what I needed

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