Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cptcr/arduino
https://github.com/cptcr/arduino
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cptcr/arduino
- Owner: cptcr
- License: gpl-3.0
- Created: 2024-05-31T15:15:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T16:26:15.000Z (7 months ago)
- Last Synced: 2024-07-02T19:11:28.333Z (6 months ago)
- Language: C++
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino Projects Showcase
Welcome to the showcase of Arduino projects! This repository contains projects implemented in C++/ino for various Arduino components.
## Projects
### 1. 4x4 Keypad
- **Description:** This project demonstrates how to interface a 4x4 keypad with Arduino and use it for input.
### 2. Digital Switch
- **Description:** Simple project to control a digital switch using Arduino.
### 3. Distance Sensor
- **Description:** Measure distance using a distance sensor and Arduino.
### 4. IR Controller
- **Description:** Control devices using an IR controller with Arduino.
### 5. LED
- **Description:** Basic LED control project.
### 6. LCD Display
- **Description:** Display text on an LCD screen with Arduino.
### 7. NFC Reader
- **Description:** Read NFC tags using an NFC reader with Arduino.
### 8. Potentiometer
- **Description:** Control analog devices using a potentiometer with Arduino.
### 9. RGB LED
- **Description:** Control RGB LED colors with Arduino.
### 10. Servo Motor
- **Description:** Control servo motor rotation with Arduino.
### 11. Speaker
- **Description:** Generate sound using a speaker with Arduino.
### 12. Temperature Sensor
- **Description:** Measure temperature using a temperature sensor with Arduino.
## Parts Used
- 4x4 Keypad
- Digital Switch
- Distance Sensor
- IR Controller
- LED
- LCD Display
- NFC Reader
- Potentiometer
- RGB LED
- Servo Motor
- Speaker
- Temperature SensorEach project folder contains the necessary files and instructions on how to set up and run the project. Feel free to explore and experiment with the code!