https://github.com/senssei/esp32-cloud-iot-workshop
Workshop materials for "The basic of ESP32 and cloud IoT" workshop
https://github.com/senssei/esp32-cloud-iot-workshop
azure azureiothub-device esp32 esp32-idf iot
Last synced: 9 months ago
JSON representation
Workshop materials for "The basic of ESP32 and cloud IoT" workshop
- Host: GitHub
- URL: https://github.com/senssei/esp32-cloud-iot-workshop
- Owner: senssei
- Archived: true
- Created: 2020-11-24T15:03:13.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-11-24T23:54:01.000Z (over 5 years ago)
- Last Synced: 2025-01-30T05:31:44.821Z (over 1 year ago)
- Topics: azure, azureiothub-device, esp32, esp32-idf, iot
- Language: C
- Homepage: https://warzycha.pl
- Size: 1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
#
Usefull cmds
```
git clone --recurse-submodules https://github.com/senssei/ldi-workshop.git
https://apps.azureiotcentral.com/
https://www.python.org/downloads/
https://git-scm.com/downloads
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
az extension add --name azure-iot
az login --allow-no-subscriptions
https://code.visualstudio.com/
espressif.esp-idf-extension
ms-vscode.cpptools
espressif.esp-idf-extension
https://raw.githubusercontent.com/Azure/dps-keygen/master/bin/windows/dps_cstr.zip
C:\r\ldi-workshop\02-firmware\azure-iot-sdk-c>git submodule update --init
C:\r\ldi-workshop\02-firmware\azure-iot-sdk-c\c-utility>git submodule update --init
```
