Meet Teapotlabs Plantpal - Your pal in plant care! This adorable device uses capacitive sensing to measure soil moisture. Its low-power e-paper display keeps you updated without draining energy. Plus, with the BME688 sensor, it is able to monitor air quality and CO2 levels, ensuring your plants thrive in optimal conditions.
More details can be found in Plantpal Github.
Teapotlabs Plantpal is part of Teapotlabs open-hardware project.
SponsorshipHuge thanks to PCBWay to sponsored this project! All PCB and Assembly in this project is using their services.
AcknowledgementThe project won't be possible without the amazing work from people across the globe. The following are the reference to those awesome projects!
- Soil moisture design from b-parasite
- Solar energy Harvesting from TSEM
- Antenna design from Picoclick-C3
- ESP32-C6FH4: ESP32-C6 with 4 MB in-package flash
- AEM10941: Solar energy harvesting
- USB-C for charging and programming
- ~22uA Deep-Sleep
- 1.54 Inch E-Paper Display
- Sensor:
BME688
for Environmental Sensing
Built-inSoil Moisture
sensorBattery voltage
sensing - 1A charge rate via USB
- 3.7 Volts LiPo Battery
- Revision 1: Initial public release
- Revision 2: Remove via in pad
- Revision 3:
Fix incorrect BOM component for D1
Fix D6 Polarity
Remove Power Gate
Change Soil SensorSENSE_OUT
pin
Add EPD power switch
Change to 4-layer board
Move BME688 to bottom layer
Improve antenna layout - Revision 4: Re-wire EPD remaining power to +3V3D
Built using KiCAD 7.0.5 A detailed schematic can be found here
BoardBuilt using KiCAD, the board is design to be as small as possible with all components placed on the top side of the PCB.
⚠️ The following design are based on revision 3 but is similar to revision 4.
More images can be found here
Built using TinkerCAD. The case are 3D printable with any generic 3D printer with/without support. The STL files are available here
BME688
sensor is available in the back, facing 3 small vents in the back of the case
Soil Moisture Sensing Showcase
Based on the amazing project in b-parasite, Plantpal has the built-in soil moisture sensor via capacitive sensing. Using capacitive sensing, enables the device to measure soil moisture without any traces exposed to the environment. See rbaron's b-parasite project for more information on how the sensor works and more additional information to protect the soil moisture sensor!
MeasurementPower consumption and solar charging current are measured using Nordic PPK2 and Joulescope. The following are the summary of the measurement:
- Deep-sleep : 22uA
- Read Sensor, Update Display, and Store Data to Flash: 31mA @ 2.5s
- Read Sensor, Update Display, Store Data to Flash, and Publish to MQTT: 54mA @ 3.77s
- Direct Sunlight Solar Charge: 7.5mA
- Indirect Sunlight Solar Charge: 400uA
⚠️ Tested on Revision 4-equivalent board, but should be similar to Revision 4
More measurement can be found here
Bill Of MaterialsMost of the components are generic and can be bought from any electornics/semi-conductor distributor. The bill of materials can be downloaded here.
The EPD display used and tested is GDEY0154D67
from GoodDisplay. The following display should be compatible, but the example code would need to be adjusted:
- GDEW0154T8
- GDEW0154Z17
- GDEW0154Z04
- GDEW0154C39
- GDEW0154I9F
Those displays are available from AliExpress
ProgrammingProgramming the device can be done easily over the USB-C. Out of factory, the ESP32-C6 will be blank and need to be put in bootloader mode. The following is a step-by-step guide to initially program the device
- Plug-in the USB-C to host computer and check if the device is detected
- If not, check that you have the battery plug-in and try to shine the solar cell using any source of bright light ( phone flashlight, sun, lamp )
- Wait until the USB is detected in the host computer
- Press and Hold
BOOT
andRESET
button - Release
RESET
button - Wait couple seconds
- Release
BOOT
button - Plantpal should be in
bootloader
mode and you can flash it viaESP-IDF
orArduino
A more detailed information about USB behavior on ESP32-C6 can be here
How to PurchaseAt the moment, we do not mass produce the device. The fastest way you can get the device is to order it directly from the manufacturer here (does NOT include the display and case). You need to buy the display separately from Aliexpress or other distributor.
If you'd like to buy it from us fully assembled, we might be available and please contact contact@teapotlabs.io
Disclaimer and notesSome disclaimer about Plantpal:
- WiFi antenna is not tuned and not certified
- RTC components have not been tested
- Deep-sleep with
esp_sleep_enable_timer_wakeup()
on Arduino SDK have weird behavior where it only sleeps for the half amount of time it instructed to do. - The solar charge rate is 1.5mA lower than Teapotlabs BWLR1E even though they use the same components and configuration.
The product is open-source! However, some part of library used under firmware or hardware, might have it's own license. Please reach out or create a ticket in GitHub if Teapotlabs Plantpal violated any licenses.
Comments
Please log in or sign up to comment.