https://github.com/choaib-elmadi/arduino-with-python
Explore the synergy of Arduino and Python programming! This repository guides you through seamless integration, from basics to advanced projects. Unlock endless possibilities in electronics and coding. Let's build together! 🤖💻🚀
https://github.com/choaib-elmadi/arduino-with-python
ai arduino artificial-intelligence automation coding computer-vision cpp cprogramming cv deep-learning electronics python
Last synced: 9 months ago
JSON representation
Explore the synergy of Arduino and Python programming! This repository guides you through seamless integration, from basics to advanced projects. Unlock endless possibilities in electronics and coding. Let's build together! 🤖💻🚀
- Host: GitHub
- URL: https://github.com/choaib-elmadi/arduino-with-python
- Owner: Choaib-ELMADI
- Created: 2023-10-12T12:16:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T11:26:43.000Z (about 2 years ago)
- Last Synced: 2025-04-15T03:08:01.955Z (9 months ago)
- Topics: ai, arduino, artificial-intelligence, automation, coding, computer-vision, cpp, cprogramming, cv, deep-learning, electronics, python
- Language: Python
- Homepage: https://electralab.vercel.app/
- Size: 33 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino Projects with Python Control
This repository contains Arduino projects that can be controlled using Python scripts. Currently, it includes the following project:
### <_> Project: [Control LEDs With Python](/Control-LEDs-With-Python)
Control LEDs connected to an Arduino board using Python scripts. Find the implementation in the [Control-LEDs-With-Python](/Control-LEDs-With-Python) directory.
### <_> Project: [Face Detection With Python](/Face-Detection)
Control the number of the active LEDs based on the number of detected faces. Find the implementation in the [Face-Detection](/Face-Detection) directory.
### How to Use
Each project directory contains detailed instructions on setting up Arduino hardware and running Python scripts. Ensure you have the necessary components and software installed before attempting to run the projects.
### Directory Structure
- `/Control-LEDs-With-Python`: Arduino sketch (`leds-py.ino`) and Python scripts (`main.py`) to control LEDs connected to the Arduino board.
- `/Face-Detection`: Arduino sketch (`leds-face-detection.ino`) and Python scripts (`face-detection.py`) to control LEDs based on detected faces.
### Requirements
- Arduino board and IDE
- Python >= 3.7
### Contributing
- Contributions are welcome! Feel free to open issues or create pull requests.