flutter_blue
Flutter plugin for connecting and communicating with Bluetooth Low Energy devices, on Android and iOS
An Arduino project with an Android app to measure the soil moisture of your plants.
Flutter plugin for connecting and communicating with Bluetooth Low Energy devices, on Android and iOS
Flutter library for using erikflowers/weather-icons. An icon pack with over 200 weather themed icons.
English project snapshot. Visit GitHub for the latest content.
An Arduino project with an Android app to measure the soil moisture of your plants.
Why? To know whether the plant is thirsty.
cd into it.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.binThis 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:
src/main.cppSERVICE_UUID, CHARACTERISTIC_UUID, and PLANT_NAME.OR
Send an email to [me](mailto:macpoule@gmail.com) with your desired name, and I will take care of it.
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.