flutter_blue
Android और iOS पर ब्लूटूथ लो एनर्जी डिवाइस के साथ कनेक्ट और संचार के लिए Flutter प्लगइन
एक आर्डीनो प्रोजेक्ट जिसमें एंड्रॉइड ऐप का उपयोग आपके पौधों की मिट्टी की नमी को मापने के लिए किया जाता है।
Android और iOS पर ब्लूटूथ लो एनर्जी डिवाइस के साथ कनेक्ट और संचार के लिए Flutter प्लगइन
erikflowers/weather-icons का उपयोग करने के लिए Flutter लाइब्रेरी। 200 से अधिक मौसम विषयक आइकन वाला एक आइकन पैक।
यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
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.