IoT-For-Beginners
IoT-For-Beginners copied to clipboard
12 Weeks, 24 Lessons, IoT for All!
Regarding speech-to-text, I am using WIO Terminal, the builtin microphone, things I have done: 1. comment out two lines: ``` // _token_client.setCACert(TOKEN_CERTIFICATE); // _speech_client.setCACert(SPEECH_CERTIFICATE); ``` because setting the CACert I...
I am trying to follow this tutorial with the Seeed Wio Terminal and the Grove Vision AI Module (https://wiki.seeedstudio.com/Grove-Vision-AI-Module/). When I try to run my code (05 stock counter) based...
Hi guys, I found the [code](https://github.com/microsoft/IoT-For-Beginners/blob/main/1-getting-started/lessons/3-sensors-and-actuators/code-actuator/virtual-device/nightlight/app.py) in lesson 3(senors-and-actuators) not work in my browser. I tried both in win10 and macOS, and both old version or new version of counterfit....
This is the French translation of 1-getting-started.
I am going through the [build your container](https://github.com/microsoft/IoT-For-Beginners/blob/main/4-manufacturing/lessons/3-run-fruit-detector-edge/README.md#task---build-your-container) task in the [Run your fruit detector on the edge](https://github.com/microsoft/IoT-For-Beginners/blob/main/4-manufacturing/lessons/3-run-fruit-detector-edge/README.md#run-your-fruit-detector-on-the-edge) lesson using a Raspberry Pi. I am connecting to the Pi remotely...
In this [section](https://github.com/microsoft/IoT-For-Beginners/tree/main/2-farm/lessons/5-migrate-application-to-the-cloud#task---create-an-event-trigger) I created the file `__init__.py`. When I run the event trigger in this [section](https://github.com/microsoft/IoT-For-Beginners/tree/main/2-farm/lessons/5-migrate-application-to-the-cloud#task---run-the-event-trigger) it outputs the following ``` (.venv) ➜ soil-moisture-trigger func start Found Python version...
This issue was created to track progress and discussions for the Japanese translation. (*I am a newbie to the open-source project contribution, so I am not sure whether I can...
This issue was created to track progress and discussions for the Portuguese translation.
On two days, 10/17 and 10/19, I was unable to connect to the mosquitto MQTT test broker using WiFi (WIO) or Ethernet (Pi). Internet connection is stable and fast. [...