Skip to content

Sends sensor data from a MXChip AZ3166 IoT Devkit to Azure IoT Hub

License

Notifications You must be signed in to change notification settings

SeanoNET/RoomTempDevice-IoT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoomTempDevice-IoT

Sends sensor data from a MXChip AZ3166 IoT Devkit to Azure IoT Hub at a defined interval

Getting Started

  • Run through Get started - IoT DevKit guide
    • Prepare your development environment
    • Provision your device using the Azure DPS
    • Load your IoT Hub Device Connection String
    • Git clone && Upload Device Code

Configuration

Description
send_interval The interval at which the device will send the payload to IoT Hub.
setup_delay The delay the setup messages will be displayed on the screen.

If running 24 hours a day - keep the send_interval greater than 10.8 seconds (10800ms) to stay within the IoT Hub Standard tier free edition 8,000 messages per day

Payload

An example of the payload that will be sent to IoT Hub

{
	"topic": "iot",
	"Temperature": 31.2999990000000,
	"Humidity": 47.0000000000000
}

Realtime Dashboard

See RoomTempDashboard for a realtime dashboard

About

Sends sensor data from a MXChip AZ3166 IoT Devkit to Azure IoT Hub

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages