Azure / iot-workshop-asset-tracking

End-to-end IoT workshop focusing on a real-time asset tracking scenario.
https://aka.ms/iot-workshop-asset-tracking
Creative Commons Attribution 4.0 International
49 stars 21 forks source link

IoT Hub free tier might not be enough for full-day workshop #1

Open kartben opened 5 years ago

kartben commented 5 years ago

IoT Hub free tier is limited to 8000 messages per day. With the MXChip sending telemetry every 5 seconds, in waves of several messages (one for temperature, one for humidity, etc.) we can hit the limit pretty fast. Look into improving firmware (group messages), or ask people to provision S1 -- former solution being better than later :)

kartben commented 4 years ago

See also https://github.com/Azure/azure-iot-sdk-c/pull/1266