Every one of us likes a little greenery in our houses, don’t we? Plants require really low maintenance and can be left for days without supervision, but our long trips extending over a week or 2 can ...
smart_farming/ ├── MainCode/ # Main smart farming system │ ├── offline/ # Offline version (standalone) │ │ ├── offline.ino # Main offline sketch │ │ └── config.h # Offline configuration │ ├── online/ ...
A soil moisture meter is used to indicate the water content of a given soil sample. As crop production requires water at different stages and in different amounts, it is important to measure soil ...
big thanks to the ESP-RFID Project with the work they have done. The "rfid-door" hardware is 100% compatible with their software also a modified Firmware with extended MQTT support is included with ...
LED Blinking is a very common and almost first program for every embedded learner or beginner. In which we blink an LED with some delay. So today we are here with the same project, but here we will ...