Stream data over BLE

Dear all,
im thinking a new proeject with NANO 33 BLE to measure a temperature in closed bottle for long time.
I would like to have a limited number of acquisition , one data point every 1 o 10 minutes for max 5000 datapoint, in memory and when the Bluetooth client have a connection with the nano it receive all data.

I dont have a problem if the nano lose the data for power supply problem..

Is there somebody that can tell me the guidelines to do this?

Thanks in advance.

Does the documentation for BLE show an option for "streaming"data?

BLE is a poor fit for your application. BLE is best for short packets, sent with some time intervals, and is not well suited for a memory dump.

Which product would you recommend for this application?

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