Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mongoose-os-apps/LilyGo-HiGrow-Sensor-v1
LilyGo HiGrow ESP32 Plant Monitoring Sensor Firmware (Hardware v1)
https://github.com/mongoose-os-apps/LilyGo-HiGrow-Sensor-v1
ble dht11 esp32 esp32-arduino higrow iot iot-device lilygo mongoose-os mongoose-os-app plant-monitoring
Last synced: 3 months ago
JSON representation
LilyGo HiGrow ESP32 Plant Monitoring Sensor Firmware (Hardware v1)
- Host: GitHub
- URL: https://github.com/mongoose-os-apps/LilyGo-HiGrow-Sensor-v1
- Owner: mongoose-os-apps
- Created: 2018-04-24T19:56:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T19:03:16.000Z (over 4 years ago)
- Last Synced: 2024-07-31T21:52:53.637Z (6 months ago)
- Topics: ble, dht11, esp32, esp32-arduino, higrow, iot, iot-device, lilygo, mongoose-os, mongoose-os-app, plant-monitoring
- Language: JavaScript
- Size: 4.87 MB
- Stars: 4
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mongoose-os - LilyGo-HiGrow-Sensor-v1 - LilyGo HiGrow ESP32 Plant Monitoring Sensor Firmware (Hardware v1) (Awesome Mongoose OS [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) / Official Examples)
README
# LilyGo HiGrow ESP32 Plant Monitoring Sensor Firmware (Hardware v1)
## Differences
- This codebase focuses on the v1 hardware, which does not have a light sensor.
- RPC support included
- Device id's are not tracked and sent to HiGrow's cloud at https://api.higrow.tech/api/records## Overview
- Use this code with [MongooseOS](https://mongoose-os.com/) and the LilyGo HiGrow ESP32 Plant Monitoring Sensor v1.0 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)## HiGrow's Officially Supported Repo
- Luca's officially supported repo is located at https://github.com/mongoose-os-apps/lilygo-higrow-soil-temp-humi-sensor, please considering supporting his work over there.
- 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 release.
- 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: