Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivancraft623/arduino-projects

A compilation of arduino projects I've done
https://github.com/ivancraft623/arduino-projects

arduino arduino-uno cpp diy diy-electronics

Last synced: about 6 hours ago
JSON representation

A compilation of arduino projects I've done

Awesome Lists containing this project

README

        


πŸ€– Arduino Projects πŸš€


A compilation of arduino projects I've done


## πŸ“ƒ Description
So I am in my beginnings with C++, what better way to combine it than starting also in the world of circuits?

Here you will find my projects that I considered that they were not so garbage as to leave them forgotten in my pc. Feel free to open a Pull Request or issue in case you find ways to improve them.

# πŸ› οΈ Projects installation
- First of all, it is necessary to have already installed [Arduino IDE](https://www.arduino.cc/en/software).
- Make sure you have all the declared (**πŸ“ Requirements**) of the desired project.
- Assemble the (**⚑Circuit**) according to the image.
- In case the project declares any (**πŸ“š Libraries/Dependencies**), make sure you have it installed. See [this docs](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries/).
- Download this whole repo, locate your desired project and open the sketch on Arduino IDE.

# πŸ“ Projects

### πŸͺ΄[Watering monitor](../main/watering_monitor)🚿
An overenginered automatic plant watering system.