{"id":27921550,"url":"https://github.com/aditya14sharma01/bluetoothcar","last_synced_at":"2026-05-20T14:02:53.235Z","repository":{"id":290417893,"uuid":"974391776","full_name":"Aditya14Sharma01/BluetoothCAR","owner":"Aditya14Sharma01","description":"All necessary files for Bluetooth Enabled Car","archived":false,"fork":false,"pushed_at":"2025-05-05T17:38:54.000Z","size":3775,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T18:53:38.405Z","etag":null,"topics":["arduino","arduino-uno","arduinouno","bomotors","driver","hc05","hc05-module","l298n","l298n-h-bridge","l298n-motor-drive","motor","motor-controller","motor-driver"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aditya14Sharma01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-28T17:49:43.000Z","updated_at":"2025-05-05T17:38:57.000Z","dependencies_parsed_at":"2025-04-28T18:54:22.105Z","dependency_job_id":null,"html_url":"https://github.com/Aditya14Sharma01/BluetoothCAR","commit_stats":null,"previous_names":["aditya14sharma01/bluetoothcar"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya14Sharma01%2FBluetoothCAR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya14Sharma01%2FBluetoothCAR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya14Sharma01%2FBluetoothCAR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya14Sharma01%2FBluetoothCAR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aditya14Sharma01","download_url":"https://codeload.github.com/Aditya14Sharma01/BluetoothCAR/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252776536,"owners_count":21802465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","arduino-uno","arduinouno","bomotors","driver","hc05","hc05-module","l298n","l298n-h-bridge","l298n-motor-drive","motor","motor-controller","motor-driver"],"created_at":"2025-05-06T21:51:15.577Z","updated_at":"2026-05-20T14:02:48.202Z","avatar_url":"https://github.com/Aditya14Sharma01.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# BluetoothCAR\n# 🚗 Bluetooth Controlled Arduino Car Project\n\nThis is a DIY Bluetooth-controlled car built using an **Arduino Uno**, **HC-05 Bluetooth module**, and **L298N motor driver module**. The car is wirelessly controlled via a smartphone Android app and is perfect for beginners in robotics and embedded systems.\n\n---\n\n## 🔧 Features\n\n- Wireless Bluetooth control using HC-05\n- Motor control via L298N H-Bridge\n- Forward, backward, left, right, stop, lights commands\n- Compatible with Android/Iphone smartphone apps\n- Modular and expandable for future upgrades\n\n---\n\n## 📦 Components Used\n\n| Component               | Quantity |\n|------------------------|----------|\n| Arduino Uno R3         | 1        |\n| HC-05 Bluetooth Module | 1        |\n| L298N Motor Driver     | 1        |\n| DC Gear Motors         | 4        |\n| Car Chassis (4WD)      | 1        |\n| Wheels                 | 4        |\n| Battery (12V)          | 1        |\n| Jumper Wires           | -        |\n| Smartphone             | 1        |\n\n---\n\n## 🔌 Wiring Diagram\n![images/circuit.png](images/circuit.png)\n---\n\n## 💻 Arduino Code\n\nThe Arduino sketch is located in the `car_code/` folder:\n- File: `Source Code.txt`\n- File: `Source Code.ino`\nIt records characters sent via Bluetooth and drives the motors accordingly.\n\n**Sample Commands:**\n- `F` → Forward\n- `B` → Backward\n- `L` → Left\n- `R` → Right\n- `S` → Stop\n- `Y` → Front Led On\n- `y` → Front Led Off\n- `Z` → Back Led On\n- `z` → Back Led Off\n---\n\n## 📱 Android App Control\n\nThe Car Currently Supports only Android Software\n\nThe APK File is located in the `Application/` folder:\n\n- APK : `BTCAR.apk`\n\n---\n\n## 🚀 How to Run\n\n1. Upload `Source Code.ino` to the Arduino Uno using the Arduino IDE.\n2. Power the car with a battery pack (avoid USB during motor operation).\n3. Pair HC-05 with your phone (`Default password: 1234` or `0000`).\n4. Open your Bluetooth controller app and connect.\n---\n\n## 📸 Demo Images\n\n![Car](images/hello.png)\n![Car](images/sample.jpg)\n\n---\n\n## 🛠️ Future Improvements (Optional)\n\nYou can upgrade this car with:\n- Ultrasonic sensor for obstacle avoidance\n- Line-following IR sensors\n- Voice control via Android app\n- IoT control using WiFi (ESP8266)\n- Camera module for FPV\n- GPS module for navigation\n\n---\n\n## 👨‍💻 Author \u0026 Credits\n\n- `Aditya Sharma` – [GitHub Profile](https://github.com/aditya14sharma01)\n\n\n\n\n\n\n\n- Feel free to fork or modify this project!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya14sharma01%2Fbluetoothcar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faditya14sharma01%2Fbluetoothcar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya14sharma01%2Fbluetoothcar/lists"}