This shows you the differences between two versions of the page.
pm:prj2022:apredescu:arduinoiotcloud [2022/05/12 00:54] lea.akkaoui |
pm:prj2022:apredescu:arduinoiotcloud [2022/05/27 22:34] (current) lea.akkaoui |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | __**Introducere**__ | + | ==== DHT11 Temperature and Humidity sensor in the Cloud ==== |
- | + | ||
+ | |||
+ | ===== Introducere ===== | ||
+ | |||
**In this project, I will use a DHT11 Temperature and Humidity sensor and display the values on the Arduino IoT Cloud.**^_^ | **In this project, I will use a DHT11 Temperature and Humidity sensor and display the values on the Arduino IoT Cloud.**^_^ | ||
<note tip>-By placing the Arduino Board and the sensor on the breadboard, we will connect the jumper wires to the DHT11 SENSOR | <note tip>-By placing the Arduino Board and the sensor on the breadboard, we will connect the jumper wires to the DHT11 SENSOR | ||
- | Then, we will go on the Arduino IoT cloud page toconfigure our device and our network, create two variables as "temperature" and "humidity". | + | Then, we will go on the Arduino IoT cloud page to configure our device and our network, create two variables as "temperature" and "humidity". |
We will create then a dashboard to the see the values given by the DHT11 sensor. | We will create then a dashboard to the see the values given by the DHT11 sensor. | ||
Once uploading the sketch, we will see the values updating live on the Dashboard page. | Once uploading the sketch, we will see the values updating live on the Dashboard page. | ||
- | -Purpose: Being able to measure ourselves the humidity & temperature of the room using our browser or the Arduino IoT Cloud Remote app application on our phone. | + | -Purpose: Being able to measure ourselves the humidity & temperature of the room using our browser or the Arduino IoT Cloud Remote application on our phone. |
-Idea: By using our basic knowledge of Arduino and the browser, we can get accurate informations of our surroundings. </note> | -Idea: By using our basic knowledge of Arduino and the browser, we can get accurate informations of our surroundings. </note> | ||
+ | ===== Descriere Generală===== | ||
- | <note tip>__**Descriere Generală**__ | ||
+ | <note tip> | ||
The Arduino MKR Wi-Fi 1010 is a prototype created for IoT projects. It will provide complete support for both the breadboard and DHT11 Temperature & Humidity Sensor. By connecting them, on the IoT Cloud, it will be able to give the measure of the humidity and temperature of the room. | The Arduino MKR Wi-Fi 1010 is a prototype created for IoT projects. It will provide complete support for both the breadboard and DHT11 Temperature & Humidity Sensor. By connecting them, on the IoT Cloud, it will be able to give the measure of the humidity and temperature of the room. | ||
+ | |||
</note> | </note> | ||
- | {{ :pm:prj2022:apredescu:ma1.png?nolink |}} | ||
+ | {{:pm:prj2022:apredescu:ma.png?nolink|}} | ||
- | <note tip>__**Hardware Design**__ | + | =====Hardware Design==== |
+ | <note tip> | ||
Lista piese alese: | Lista piese alese: | ||
* -Breadboard | * -Breadboard | ||
- | * -DHT11 Temperature&Humidity Sensor | + | * -DHT11 Temperature & Humidity Sensor |
- | * -Arduino MKR Wi-Fi 1010</note> | + | * -Arduino MKR Wi-Fi 1010 |
+ | </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==== | ||
+ | {{:pm:prj2022:apredescu:ma11.png?nolink&300|}} | ||
+ | {{:pm:prj2022:apredescu:ma22.png?nolink&300|}} | ||
+ | {{ :pm:prj2022:apredescu:ma33.png?nolink |}} | ||
+ | |||
+ | |||
+ | =====Conclusion==== | ||
+ | As my first project, I find that Arduino is an interesting world of technology especially for beginners! The Arduino DHT11 Temperature and Humidity sensor in the Cloud was fun to create and what made it more interesting is connecting it to the network and getting updated values concerning the temperature and humidity! | ||
+ | |||
+ | =====Download==== | ||
+ | {{:pm:prj2022:apredescu:project-ma-dht11_temperature_and_humidity_sensor_in_the_cloud.zip|}} | ||
+ | |||
+ | =====Journal==== | ||
+ | |||
+ | - 21 April: project selection. | ||
+ | - 22 April - 11 may: Working on the project | ||
+ | - 19 may: Presentation of the project in class. | ||
+ | - 27 April-27 May: WikiPage (Creating, Modifying, Completing, Finishing) | ||
+ | - 27 may: Done. | ||
+ | =====Bibliography/Resources==== | ||
+ | https://docs.arduino.cc/cloud/iot-cloud/tutorials/iot-cloud-getting-started | ||
+ | https://docs.arduino.cc/cloud/iot-cloud | ||
+ | https://create.arduino.cc/projecthub |