# iot-central-firmware **Repository Path**: mirrors_Azure/iot-central-firmware ## Basic Information - **Project Name**: iot-central-firmware - **Description**: Azure IoT Device Samples ✨ 📟 🔌 🔋💡 ✨ - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Note: The code in this repository is provided as an example of how to connect a device to IoT Central. It is not production ready code, and is not supported by the Azure IoT Central team. ## Azure IoT Central Device / Platform Sample projects Reference firmware / sample implementation repository for some of the supported devices / frameworks. - **Are you looking for a particular device sample?** Create an issue on this repository and let us know. ### A quick note about DPS endpoint The Device Provisioning Service (DPS) endpoint used in these samples are all coded to work with the DPS public cloud endpoint at **global.azure-devices-provisioning.net**. For China and other sovereign clouds that do not allow access to this DPS public endpoint. For these samples to work it is necessary to change this value the correct DPS endpoint for the private or sovereign cloud being used. ### Contents - [Arduino MKR1000/MKR1010](https://github.com/firedog1024/mkr1000-iotc) - [Arduino UNO](https://github.com/firedog1024/arduino-uno-wifi-iotc) - [Azure MXChip IoT DevKit (AZ3166)](./MXCHIP) - [ESP32 Espressif](./ESP32) - [ESP8266/ESP8285](./ESP8266) - [FreeRTOS/B-L475E-IOT01A1 with bg96 cellular](freeRTOS/b-l475e-iot01a1-bg96-verizon/) - [MBED OS](./MBED_OS) - [Modbus](https://github.com/zhaodong2013062/Azure_IoT_Central_Modbus_Gateway/) - [HTTP Only C#](./HttpOnly/CSharp) - [HTTP Only Bash/Node.js](./HttpOnly/Bash) - [Python Client x509 Connectivity](https://github.com/Azure/dps-certgen/tree/py_sample/samples/python) - [Raspberry Pi - Python](./RaspberryPi) - [MicroPython 1.9 / Python 2.7+ / Python 3.4+](https://pypi.org/project/iotc/) - [Java 8+ with samples](https://github.com/lucadruda/iotc-java-device-client) - [Node.JS with samples](https://github.com/lucadruda/iotc-nodejs-device-client) ### Device Provisioning Helper Tools - [x509 Helper Tool](https://github.com/Azure/dps-certgen) - [Symmetric Key Helper Tool](https://github.com/Azure/dps-keygen) ### Reporting Security Issues Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at [secure@microsoft.com](mailto:secure@microsoft.com). You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the [MSRC PGP](https://technet.microsoft.com/en-us/security/dn606155) key, can be found in the [Security TechCenter](https://technet.microsoft.com/en-us/security/default). ### Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com. When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.