Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezamardanidev/arduino-led-control-via-bluetooth-hc-06
An Arduino-based project to control an LED wirelessly via Bluetooth using the HC-06 module and a mobile app.
https://github.com/rezamardanidev/arduino-led-control-via-bluetooth-hc-06
arduino arduino-project bluetooth bluetooth-module hc-06 led-control wireless-control
Last synced: 9 days ago
JSON representation
An Arduino-based project to control an LED wirelessly via Bluetooth using the HC-06 module and a mobile app.
- Host: GitHub
- URL: https://github.com/rezamardanidev/arduino-led-control-via-bluetooth-hc-06
- Owner: rezamardaniDev
- Created: 2024-12-17T12:59:12.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-12-17T13:12:30.000Z (17 days ago)
- Last Synced: 2024-12-17T14:22:58.108Z (17 days ago)
- Topics: arduino, arduino-project, bluetooth, bluetooth-module, hc-06, led-control, wireless-control
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Arduino LED Control via Bluetooth (HC-06)**
Control an LED wirelessly using the **HC-06 Bluetooth module** and **Arduino** board with a mobile app.
---
## 📜 **Project Description**
This project allows you to control an LED connected to pin **13** of an Arduino board wirelessly using the **HC-06 Bluetooth module**. Commands to turn the LED on and off are sent by sending the characters `1` and `0` via Bluetooth from a mobile app.
---
## 🚀 **Features**
- Wireless LED control via Bluetooth
- Utilizes the **HC-06** Bluetooth module for communication
- Displays received data on the **Arduino Serial Monitor**---
## 🔧 **Required Components**
| **Component** | **Quantity** |
|--------------------------|--------------|
| Arduino Board (Uno/Leonardo) | 1 |
| HC-06 Bluetooth Module | 1 |
| LED | 1 |
| Breadboard | 1 |---
## 📦 **Installation**
1. **Wiring**
- Connect the **HC-06** module to the **Arduino** as follows:
- **HC-06 TX** → **Arduino Pin 10** (RX)
- **HC-06 RX** → **Arduino Pin 9** (TX)
- **HC-06 VCC** → **Arduino 5V**
- **HC-06 GND** → **Arduino GND**
- Connect the **LED** to Pin 13 of the Arduino and the other leg to **GND**.2. **Upload the Code**
- Upload the provided Arduino code to your board using the **Arduino IDE**.3. **Bluetooth Pairing**
- Pair your mobile device with the **HC-06** Bluetooth module using the default password **"1234"**.4. **Mobile App**
- To interact with the Arduino via Bluetooth, you can use the following mobile app:
[Download Bluetooth Serial Monitor on Google Play](https://play.google.com/store/apps/details?id=com.giumig.apps.bluetoothserialmonitor)