-
First debugging
03/13/2021 at 11:40 • 0 commentsI have finished the debugging of the components. Fortunately, all the components seem no problem and worked normally.
After downloading the firmware to the controller, I used the testing code written by Arduino to debug the sensor--DHT11, BMP280, and so on. As the picture:
-
Get the first vesion board
03/05/2021 at 09:38 • 0 commentsAfter completing the verification experiment, I designed a board based on the components used. The controller and sensors used are integrated on the board. This would be the first version of this project. After I finished the design, I entrusted the factory to make it for me. Now, I have got the first version of wind weather station, I can’t wait to power on now.
-
Verify
03/01/2021 at 10:04 • 0 commentsBefore starting to design, I had made a project with multiple modules to verify. The modules I prepared:
- Maduino A9G module
- An anemometer
- DHT11 module
- Buzzer
I use the A9G module to report the data with MQTT, and use the ESP32 module with a display to subscribe to the data from the MQTT broker.
You can click here to view the detail of the test if interested.