Daniel kalu
DIIDevHeads IoT Integration Server
•Created by Daniel kalu on 5/13/2024 in #iot-cloud
Optimizing Sensor Data Transmission: Storing Locally and Sending to IoT Hub
The data are sensor readings for temperature and humidity. I'm planning to send the data to the IoT Hub using MQTT protocol. The frequency of sending data is around 10 samples per second, but due to latency issues, I lose about 5 samples per second. Each sample is small, about 100 bytes. I receive the data on the Raspberry Pi, parsing it, and then packaging it into CSV format for storage
7 replies