[Youtube] WinnerMicro W600/Air602 DIY Weather Station with OpenBeken and DHT11 guide step by step
TL;DR
- The project turns a WinnerMicro W600 or Air602 board into a simple weather station with OpenBeken and a DHT11 sensor.
- It walks through OBK programming, Wi‑Fi pairing, a LED-and-button example, and DHT11 support for humidity and temperature readings.
- The setup uses the DHT11 sensor, 3.3V power from the Air602 board, and the W600 platform firmware-burning step over UART.
- Humidity and temperature data can be published via MQTT to Home Assistant or any other MQTT broker.
- Home Assistant Discovery is not covered, and the video points to a separate pairing tutorial.
Here's a step by step guide showing how to use OpenBeken to create a simple Weather station with DHT11 sensor. The guide covers OBK programming (for W600 platform), initial setup (pairing with WiFi), then shows a short example showing how to use a LED and Button with OBK, and finally, covers DHT11 support to get humidity and temperature reading, which can be later published via MQTT to Home Assistant or any other MQTT broker.
Some miscellaneous steps, like Air602 pinout or a method to get 3.3V from Air602 board are also included in the video.
The Home Assistant Discovery (pairing) is not covered in the video. We have separate tutorial about that:
https://www.youtube.com/watch?v=pkcspey25V4
Here are some useful links related to the project.
Project repository:
https://github.com/openshwprojects/OpenBK7231T_App
W600 flash tool wm_tool.exe:
https://github.com/openshwprojects/OpenW600/tree/master/tools
OBK releases:
https://github.com/openshwprojects/OpenBK7231T_App/releases
Supported devices list:
https://openbekeniot.github.io/webapp/devicesList.html
Thank you for watching. Keep in mind that the same approach (with only difference being the firmware burning via UART step) can be done also on other supported platforms, like BK7231, BL602, W800, etc. Have fun!
Update 2026
As of 2026, this platform read/write is also supported by our flash tool:
https://github.com/openshwprojects/BK7231GUIFlashTool
The connection (soldering, wires), is the same, but you can use our tool instead of the legacy one.
Please check it out and use it instead of legacy tools, let us know how it works for you!
Comments
The Air602 is a cute little board. Instead of wm_tools I used Upgrade Tools in Windows - https://www.elektroda.com/rtvforum/topic4048910.html https://obrazki.elektroda.pl/1533544400_1727981120_thumb.jpg... [Read more]
Update 2026 As of 2026, this platform read/write is also supported by our flash tool: https://github.com/openshwprojects/BK7231GUIFlashTool The connection (soldering, wires), is the same, but you... [Read more]