Droplet brings together all the features one could need for plant monitoring, and growth automation. Based on the ESP32, the board is compatible with Home Assistant and ESPHome. So you can automate and visualize any sensor data at any time. If you want to repeat this project, then all the files for ordering printed circuit boards, configuration files, and files for printing the 3D case can be found on the GitHub page.
The captive portal component in ESPHome is a fallback mechanism for when connecting to the configured WiFi fails. After 1 minute of unsuccessful WiFi connection attempts, the ESP will start a WiFi hotspot with the credentials
When you connect to the fallback network, the web interface should open automatically (see also login to network notifications). If that does not work, you can also navigate to http://192.168.4.1/ manually in your browser. In this web interface, you can manually override the WiFi settings of the device. Additionally, you can upload a new firmware file to your node without having to use a USB cable for uploads.
Reflashing via USB-UART adapter
First, you need to create in the ESPhome new device using the Droplet Config file "don't forget to change it to your needs" then compile it and download the ".bin" file. To upload it to the Droplet, we also need "ESPHome Flasher" software
Connect your USB-UART adapter to your PC
Push the "PROG" button on the Droplet Mainboard "don't release it"
Plug the power adapter and wait for a second, then release the button
Connect your USB-UART cables TX, RX, and GND to "J1"
Very beautiful project! nice job.