Rechercher dans les propriétés de la page

Rechercher dans les propriétés de la page

Entrer soit une page et une propriété, ou seulement une propriété, pour récupérer toutes les valeurs affectées.

Affichage de 4 résultats à partir du n°1.

Voir (20 précédentes | 20 suivantes) (20 | 50 | 100 | 250 | 500).


    

Liste de résultats

  • Blynk app enables us to monitor the valuesBlynk app enables us to monitor the values recorded by the weather station remotely, directly on our smartphone, regardless our distance from the weather station. All we need is the blynk app and an internet connection. In this project you’ll learn how to monitor the values recorded by the LDR sensor and the DHT11 sensor only. == Create a new project in the Blynk app == After you’ve download the app and you’ve successfully logged into your account, start by creating a new project. == Choose Your Hardware == Select the hardware model you will use. If you are following this tutorial you ll probably be using an ESP32 board. == Auth Token == '''Auth Token''' is a unique identifier which is needed to connect your hardware to your smartphone. Every new project you create will have its own Auth Token. You’ll get Auth Token automatically on your email after project creation. You can also copy it manually. Click on devices section and selected required device: And you’ll see token : == Set up the Blynk app == You will need to create a project on blynk which is tailored for the purpose of monitoring the parameters recorded by the weather station. Grab 3 value display widgets. Configure them one by one. The first will receive V6 as input, the second V5 and the third V0. You ll notice that they re all set to push mode. notice that they re all set to push mode.  +
  • Connect the sensors as follows: '''Light Connect the sensors as follows: '''Light sensor''' One end to 3V the other end to the 10kohm resistor which in turn is connected to GND. the same end of the LDR is also connected to pin D34 on the ESP32 '''CJMCU CCS811''' 3V →3V on the ESP32 board GND→ GND SDA→D21 pin on ESP32 SCL→D22 pin on ESP32 WAKE→GND '''DHT11''' GND→GND on ESP32 VCC→3V on ESP32 OUT→D34 on ESP32n ESP32 VCC→3V on ESP32 OUT→D34 on ESP32  +
  • Launch Arduino IDE. Select your ESP32 boaLaunch Arduino IDE. Select your ESP32 board from the Tools menu. Make sure you’ve  also selected the correct Port. Upload [https://drive.google.com/open?id=1cJTsCccgTtVn3zT6zCZIEEnjCDQtw5LQ this ]code on to the board. If you open the serial monitor (set the baud rate to 9600), you should be able to view the values recorded by the different sensors. to view the values recorded by the different sensors.  +
  • Launch arduino IDE and open [https://driveLaunch arduino IDE and open [https://drive.google.com/open?id=1qojsMLKxtJ1t5BSFP7_4LXAHF2UPVZJM this ]program. Select the board you re using from the Tools menu, as well as the correct Port. Upload the code. If upload is successful, you should be able to see a message from Blynk on the serial monitor.ble to see a message from Blynk on the serial monitor.  +