Fork from https://github.com/mongoose-os-apps/LilyGo-HiGrow-Sensor-v1.git Added MQTT and power saving mode
Go to file
Dirk Jahnke 81771f0128 Updated doc, link to fork source, changes since fork 2018-06-09 18:35:03 +02:00
fs Removed print comment for every sample (set debug.level to 3 to get the messages from MQTT) 2018-06-08 16:49:33 +02:00
.gitignore ignore vscode 2018-04-24 14:31:25 -06:00
LilyGO_HiGrow_Rev1_PhotoFrontHiGrow.jpg Initial commit 2018-02-17 22:47:44 -07:00
README.md Updated doc, link to fork source, changes since fork 2018-06-09 18:35:03 +02:00
mos.yml Increased sample_time to 60s 2018-06-08 16:48:26 +02:00

README.md

LilyGo HiGrow ESP32 Plant Monitoring Sensor Firmware (Hardware v1)

This is a fork of https://github.com/mongoose-os-apps/LilyGo-HiGrow-Sensor-v1.git. Added MQTT and power saving features.

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
  • MQTT support added
  • Configurability of frequency of measurement
  • Bluetooth made optional
  • Power saving mode (deep sleep)

Overview

  • Use this code with MongooseOS 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

HiGrow's Officially Supported Repo

How to install this app using MongooseOS

  • Install and start mos tool
  • Switch to the Project page, find and import this app, build and flash it: