Bluetooth and data saving

hello guys i have to creat a programme for school project and i need some help since i am a beginner in this field
i need to make an application that recieve a voltage value from bluetooth arduino and saving it in a table in the database with the date and time of every data recive it from the arduino bluetooth
please help

For logging timestamp data to a data base, use Clock1.SystemTime to get an easy to sort and filter value.

Use the timestamp as a tag and store the value in TinyDB for the easiest logging.

1 Like