flutter_blue
Plugin Flutter para conectar e comunicar com dispositivos Bluetooth Low Energy, no Android e no iOS
Um projeto Arduino com um aplicativo Android para medir a umidade do solo das suas plantas.
Plugin Flutter para conectar e comunicar com dispositivos Bluetooth Low Energy, no Android e no iOS
Biblioteca Flutter para usar os erikflowers/weather-icons. Um pacote de ícones com mais de 200 ícones temáticos sobre o tempo.
Texto original em inglês. Visite o GitHub para a versão atual.
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.