FLUTTER ECOSYSTEM

reaper47/plant-sense

식물의 토양 수분을 측정하기 위한 안드로이드 앱과 함께 사용하는 아두이노 프로젝트입니다.

Plant Sense 프로젝트 이미지
Stars
13
Forks
0
최근 푸시(UTC)
2026. 6. 29.
프로젝트 상태
활성
reaper47 GitHub avatar
GITHUB User

reaper47 ↗

Working on Recipya!

Quebec, Canada
언어C++DartCHTMLMakefileSwiftKotlinObjective-C

관련 패키지 및 예제

앱 카테고리

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Plant Sense

Get it on F-Droid

https://raw.githubusercontent.com/reaper47/plant-sense/HEAD/images/product.jpg https://raw.githubusercontent.com/reaper47/plant-sense/HEAD/fastlane/metadata/android/en-US/images/phoneScreenshots/lightmode.png

An Arduino project with an Android app to measure the soil moisture of your plants.

Why? To know whether the plant is thirsty.

Features

  • Measures your plant's soil moisture, and ambient temperature/humidity.
  • Reports data to the Plant Sense app via Bluetooth.
  • The sensor saves energy by going into deep sleep between measurements.
  • A blue light on the device notifies the user when the latest measurements can be read.

Requirements

Hardware
https://raw.githubusercontent.com/reaper47/plant-sense/HEAD/images/hw.jpg
Software

Installation

  1. Download the latest release and cd into it.
  2. Connect your soil moisture sensor to your computer and flash the firmware.
    On Linux: sudo esptool --chip esp32 --port "/dev/ttyUSB0" --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 ./bootloader_dio_40m.bin 0x8000 ./partitions.bin 0xe000 ./boot_app0.bin 0x10000 ./firmware.bin
  3. Disconnect the device from the computer.
  4. Slide the switch on the device to off, insert the 18650 lithium battery correctly, and slide the switch to on.
  5. Secure the device in soil.
  6. Install the Android app.

Usage

  1. Every five minutes, a bright, blue light will light up on the device to signal that data is ready to be read by the app.
  2. Tap the search icon in the lower right corner of the app to list the plants.
  3. Tap one of the plants in the list to see the readings.
  4. After 30s, the device will go back to deep sleep, and the blue light will dim.

Future Improvements

Name of the Plant

This firmware is intended to be used for one plant only because the name of the Bluetooth Device is Plant: Emerson, and the service and characteristic UUIDs are the same for everyone.

To change them, the user needs to:

  1. Clone the repository
  2. Open src/main.cpp
  3. Change the variables SERVICE_UUID, CHARACTERISTIC_UUID, and PLANT_NAME.
  4. Build the project with PlatformIO
  5. Flash the firmware

OR

Send an email to [me](mailto:macpoule@gmail.com) with your desired name, and I will take care of it.

Aural Signal

Add an aural signal, i.e. a beeper, to the device for it to beep when data is ready to be consulted in the app.

License

GNU General Public License v3.0