Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ugreg/mxchip
💾 MXCHIP playground
https://github.com/ugreg/mxchip
arudino iot mxchip
Last synced: 14 days ago
JSON representation
💾 MXCHIP playground
- Host: GitHub
- URL: https://github.com/ugreg/mxchip
- Owner: ugreg
- Created: 2018-05-06T05:51:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T18:00:43.000Z (over 4 years ago)
- Last Synced: 2024-10-20T08:43:30.748Z (25 days ago)
- Topics: arudino, iot, mxchip
- Language: Objective-C
- Homepage:
- Size: 14 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Environment
Make sure you have an Azure IoT SDK to compile successfully. For example I used an [Arduino](https://www.arduino.cc/en/main/software#download) development environment with the following Arduino Libraries: [AzureIoTUtility](https://github.com/Azure/azure-iot-arduino-utility), [AzureIoTProtocol_MQTT](https://github.com/Azure/azure-iot-arduino-protocol-mqtt), [AzureIoTProtocol_HTTP](https://github.com/Azure/azure-iot-arduino-protocol-http) all at version `1.0.45`.
It's recomened you use [Visual Studio Code extension for Arduino](https://github.com/Microsoft/vscode-arduino), install it from [here](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino). You can also use [Azure IoT Workbench](https://microsoft.github.io/azure-iot-developer-kit/docs/get-started/#install-development-environment)
or [iotz](https://github.com/Azure/iotz) to compile this sample.# Run
Select the MXCHIP board type
VS Code by `ctrl + shift + p`
Then choose task `Arduino: Upload`
# References
- [Graphics API](https://github.com/tobybrad/mxchip_iotdevkit_gfx)