https://github.com/hilch/micropython-switchbot-thermometer-hygrometer
Read SwitchBot Thermometer/Hygrometer with Micropython via Bluetooth
https://github.com/hilch/micropython-switchbot-thermometer-hygrometer
Last synced: about 2 months ago
JSON representation
Read SwitchBot Thermometer/Hygrometer with Micropython via Bluetooth
- Host: GitHub
- URL: https://github.com/hilch/micropython-switchbot-thermometer-hygrometer
- Owner: hilch
- License: gpl-3.0
- Created: 2023-07-03T14:15:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T14:50:44.000Z (almost 3 years ago)
- Last Synced: 2024-04-22T12:33:13.349Z (about 2 years ago)
- Language: Python
- Size: 290 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - micropython-switchbot-thermometer-hygrometer - Read SwitchBot Thermometer/Hygrometer via Bluetooth. (Libraries / Communications)
README
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://www.python.org/)
# SwitchBotMeter
Read SwitchBot Thermometer Hygrometer with Micropython without cloud or hub or app.
Use 'switchbot_meter.py' with interrupt driven classical python projects and 'ai_switchbot_meter.py' with asyncio.
## SwitchBot Meter (classic)

[Link to Amazon](https://www.amazon.de/gp/product/B08GYKLWVR)
[Link to Manufacturer](https://eu.switch-bot.com/pages/switchbot-meter)
## SwitchBot Indoor/Outdoor Thermo-Hygrometer

[Link to Amazon](https://www.amazon.de/gp/product/B0BVLYPYT1)
[Link to Manufacturer](https://eu.switch-bot.com/products/switchbot-indoor-outdoor-thermo-hygrometer)
## Microcontrollers
was tested with Raspberry-Pico W

and ESP32 Node MCU

and Micropython V 1.25.0