Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ivancraft623/arduino-projects
- Owner: IvanCraft623
- License: gpl-3.0
- Created: 2024-05-14T02:41:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T02:46:43.000Z (8 months ago)
- Last Synced: 2024-11-09T17:24:59.280Z (about 2 months ago)
- Topics: arduino, arduino-uno, cpp, diy, diy-electronics
- Language: C++
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.