22 lines
998 B
Markdown
22 lines
998 B
Markdown
|
# LilyGo HiGrow ESP32 Plant Monitoring Sensor Firmware
|
||
|
|
||
|
<p align="center">
|
||
|
<img src="LilyGO_HiGrow_Rev1_PhotoFrontHiGrow.jpg" width="60%">
|
||
|
</p>
|
||
|
|
||
|
## Overview
|
||
|
|
||
|
- Use this code with the LilyGo HiGrow ESP32 Plant Monitoring Sensor board to obtain sensor readings and control LED's
|
||
|
- Boards can be purchased directly from LilyGo on [AliExpress](https://www.aliexpress.com/item/ESP32-WIFI-Bluetooth-battery-soil-Moisture-Senson-DHT/32815782900.html)
|
||
|
- Set your device `bt_devname` in the **mos.yml** file. In order for it to work with the HiGrow app, each name should start with "Higrow". According to HiGrow, this will be fixed in a future realease.
|
||
|
- Visit http://www.higrow.tech/en/ more info on the HiGrow project.
|
||
|
|
||
|
## How to install this app using MongooseOS
|
||
|
|
||
|
- Install and start [mos tool](https://mongoose-os.com/software.html)
|
||
|
- Switch to the Project page, find and import this app, build and flash it:
|
||
|
|
||
|
<p align="center">
|
||
|
<img src="https://mongoose-os.com/images/app1.gif" width="75%">
|
||
|
</p>
|