Hi All,
I am developing an IOT device that will communicate with BLE. I read the tutorial created 10 months ago and got some idea how to implement.
My question is that in the tutorial they are sending a simple string and here comes my doubts.
I have Xano as backend and multiple tables. What is better to transmit:
1- consolidate all information in a single table and transmit as String
2- create a combined JSON from all tables in the backend and transmit the JSON (is that possible)
3- have multiple data transmitters loops for each of data table. Not all data will be update at the same time.
Looking forward for BLe integration experiences
Regards
Gustavo