Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sadegh15khedry/arduino-projects
collection of small arduino projects.
https://github.com/sadegh15khedry/arduino-projects
arduino c led lm35 serial-communication
Last synced: 3 days ago
JSON representation
collection of small arduino projects.
- Host: GitHub
- URL: https://github.com/sadegh15khedry/arduino-projects
- Owner: sadegh15khedry
- License: apache-2.0
- Created: 2024-06-07T04:18:17.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-09T13:03:06.000Z (5 months ago)
- Last Synced: 2024-11-11T21:08:57.327Z (3 days ago)
- Topics: arduino, c, led, lm35, serial-communication
- Language: C
- Homepage:
- Size: 21.5 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
This repository is a collection of Arduino projects focused on practice and learning.
## Projects
### 1. Traffic Light Simulation
This project simulates a traffic light system using an Arduino board.
- **Technologies Used:** Arduino, C/C++
- **Features:** Simulates a real-world traffic light sequence using LEDs.
- **Installation and Usage:**
1. Clone the repository:
```sh
git clone https://github.com/sadegh15khedry/ArduinoProjects.git
```
2. Navigate to the `trafficLight` directory:
```sh
cd ArduinoProjects/trafficLight
```
3. Upload the `trafficLight.ino` file to your Arduino board using the Arduino IDE.## License
This repository is licensed under the Apache-2.0 License. See the [LICENSE](LICENSE) file for details.## Author
- Sadegh Khedry## Acknowledgements
- Contributions and feedback are welcome.