MXChip for Azure IoT Central Tutorial code
This code builds on each previous sample to build a fully functioning firmware module for the MXChip that can send data to Azure IoT Central.
- Mr_Bones - Just the bare minimum skeleton to create an MXChip application
- Interwebz - Adding support for connecting to WiFi
- Sensors - Reading the temperature, humidity, and pressure sensors
- IotHub_telemetry - Sending the sensor data to IoT Central
- IotHub_events - Sending event data to IoT Central when button A is pressed
- IotHub_properties - Sending a reported property to IoT Central when button B is pressed
- IotHub_settings - Recieving a setting (desired property) from IoT Central
- Final_firmware - The complete firmware code (should be almost identical to 7. IotHub_settings) includes ability to build a drag and drop binary