smart_farming/ ├── MainCode/ # Main smart farming system │ ├── offline/ # Offline version (standalone) │ │ ├── offline.ino # Main offline sketch │ │ └── config.h # Offline configuration │ ├── online/ ...
This project makes it possible to read information from Panasonic Aquarea heat pump and report the data either to an MQTT server or as JSON format over HTTP. Eine deutschsprachige README_DE.md findest ...
As you can see, the title is already a mouthful to say. But what do we want to achieve with this? Well, the answer to that question is simple. We will be using Arduino as a brain to control an andon ...
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 ...
This project can be used to control multiple electrical appliances on any floor from any floor of a multistory building that has up to six floors. It uses a controller area network (CAN) bus and ...
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 ...
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 ...