This shows you the differences between two versions of the page.
pm:prj2022:apredescu:arduinoiotcloud [2022/05/27 19:22] lea.akkaoui |
pm:prj2022:apredescu:arduinoiotcloud [2022/05/27 22:34] (current) lea.akkaoui |
||
---|---|---|---|
Line 37: | Line 37: | ||
* -Arduino MKR Wi-Fi 1010 | * -Arduino MKR Wi-Fi 1010 | ||
</note> | </note> | ||
+ | |||
+ | |||
+ | =====Software Design==== | ||
+ | |||
+ | <note tip> To get started with this step, you will need some very basic knowledge of the Arduino IoT Cloud service. | ||
+ | * In the cloud, you need to create a new Thing, then configure your device and network. | ||
+ | * You should then add two “Read Only”, Float Variables named “temperature” and “humidity | ||
+ | * Now, you will need to create a Dashboard to see your values from your DTH11 sensor. Go to the Dashboards section, and build a new Dashboard. | ||
+ | * Inside, create two widgets: percentage and gauge. Then you need to link them: | ||
+ | * Gauge -> temperature variable | ||
+ | * Percentage -> humidity variable | ||
+ | * +At the end the code | ||
+ | </note> | ||
+ | |||
=====Results==== | =====Results==== | ||
Line 48: | Line 62: | ||
=====Download==== | =====Download==== | ||
- | . | + | {{:pm:prj2022:apredescu:project-ma-dht11_temperature_and_humidity_sensor_in_the_cloud.zip|}} |
=====Journal==== | =====Journal==== | ||
Line 60: | Line 74: | ||
=====Bibliography/Resources==== | =====Bibliography/Resources==== | ||
https://docs.arduino.cc/cloud/iot-cloud/tutorials/iot-cloud-getting-started | https://docs.arduino.cc/cloud/iot-cloud/tutorials/iot-cloud-getting-started | ||
+ | https://docs.arduino.cc/cloud/iot-cloud | ||
+ | https://create.arduino.cc/projecthub |