An open API service indexing awesome lists of open source software.

https://github.com/marsdevx/arduino-btcar

πŸ•ΉοΈπŸš— Bluetooth-controlled Arduino car with 3D-printable parts and a custom Android app.
https://github.com/marsdevx/arduino-btcar

3d-models 3d-printing android android-app arduino arduino-kits arduino-nano bluetooth bluetooth-arduino bluetooth-connection bluetooth-controlled-car bluetooth-controller car circuit circuit-diagram circuit-diagrams cpp kit stl wiring-diagram

Last synced: 1 day ago
JSON representation

πŸ•ΉοΈπŸš— Bluetooth-controlled Arduino car with 3D-printable parts and a custom Android app.

Awesome Lists containing this project

README

        


Arduino Bluetooth Car


[![Last Commit](https://custom-icon-badges.demolab.com/github/last-commit/marsdevx/arduino-btcar?logoColor=white&labelColor=2C2C2C&label=Last%20Commit&color=8A2BE2&logo=mark-github)](https://github.com/marsdevx/arduino-BTcar/commits/main "Last Commit")
[![Languages](https://custom-icon-badges.demolab.com/static/v1?logoColor=white&labelColor=2C2C2C&label=Languages&message=Arduino%20|%20CPP&color=D32F2F&logo=file-code)](https://docs.arduino.cc/language-reference "Languages")


[![Supported Platforms](https://custom-icon-badges.demolab.com/static/v1?logoColor=white&labelColor=2C2C2C&label=Platform&message=Android&color=748ADB&logo=android)](https://github.com/marsdevx/arduino-BTcar/blob/main/controller.apk "Supported Platforms")
[![Modeling Software](https://custom-icon-badges.demolab.com/static/v1?logoColor=white&labelColor=2C2C2C&label=Modeling&message=Blender&color=F47F42&logo=blender)](https://www.blender.org "Modeling Software")
[![Board](https://custom-icon-badges.demolab.com/static/v1?logoColor=white&labelColor=2C2C2C&label=Board&message=Arduino%20Nano&color=009688&logo=arduino)](https://docs.arduino.cc/hardware/nano "Board")
[![Includes](https://custom-icon-badges.demolab.com/static/v1?logoColor=white&labelColor=2C2C2C&label=Includes&message=STL%20|%20APK%20|%20CKT&color=C2185B&logo=file-directory-symlink)](https://github.com/marsdevx/arduino-BTcar "Includes")
[![License](https://custom-icon-badges.demolab.com/static/v1?logoColor=white&labelColor=2C2C2C&label=License&message=MIT&color=00C853&logo=law)](https://github.com/marsdevx/arduino-BTcar/blob/main/LICENSE "License")

---

# πŸš— Arduino Bluetooth Car

**Arduino Bluetooth Car** is an **open-source** project that guides you through building a **Bluetooth-controlled car** using **Arduino**. It includes everything from **3D-printable** **STL files** and **wiring diagrams** to **Arduino code** and a **mobile app**, making it a comprehensive solution for electronics and embedded systems development.

* Includes **STL** files for **3D-printing** the **car** components.
* Fully functional **Arduino** **code** to **control motors** and **Bluetooth** communication.
* Detailed **circuit** **diagrams** for easy and accurate assembly.
* Custom **Android** **app** for real-time car **control via Bluetooth**.
* Ideal for students, makers, and **robotics** enthusiasts.

Gain practical experience with a fully functional prototype!

---

## πŸ–ΌοΈ Preview


Preview Front
Preview Back

---

## πŸ› οΈ Assembly Guide

> Follow these steps to build your Car from scratch

1. **Gather the Components**
- Arduino Nano
- Bluetooth module HC-05 TTL
- Double H bridge driver L298N
- 4x TT motors with gearbox
- 2x GeB LiPol Baterie 3.7V
- Breadboard 830 points
- Dupont Wires (M-M, F-F, M-F)


2. **Print and Assemble the Car Body**


Blender Environment Preview

- All `.stl` files are ready for printing and are located in the [`3d-models/`](3d-models/) folder.
- You will need to print [`nail.stl`](3d-models/nail.stl) **8 times** and [`wheel.stl`](3d-models/wheel.stl) **4 times**.
- To help visualize the complete car, refer to the included Blender file: [`arduino-BTcar.blend`](3d-models/arduino-BTcar.blend).
- Open this `.blend` file in [Blender](https://www.blender.org) to view the correct orientation and placement of all printed components.


3. **Assemble the Electronics**


Wiring Diagram

- Refer to the wiring diagram [`circuit.png`](circuit/circuit.png) for a clear view of the complete setup.
- Ensure all **power supply** connections are secure and correct to avoid hardware damage.
- You can also explore the circuit in an editable format by opening the [`circuit.ckt`](circuit/circuit.ckt) file.
- Open this `.ckt` file in [Cirkit Designer IDE](https://app.cirkitdesigner.com/project) or any compatible circuit design software.


4. **Upload the Code**
- Connect the **Arduino Nano** to your computer using a **Mini-B USB** cable.
- Open [`code.ino`](code.ino) in the [Arduino IDE](https://www.arduino.cc/en/software)
- Select **Arduino Nano** and correct **COM port**
- Click **Upload**


5. **Install the App**
- Download the `controller.apk` from the repo root or click [here](controller.apk).
- Install it on your Android device (you may need to allow unknown sources).
- Enable Bluetooth and connect to **HC-05**. The default pairing password is `1234`.
- Open the app, tap **Connect**, and choose **HC-05**. Wait until the **Connect** button becomes dark β€” this indicates a successful connection.

---

## πŸ“‹ License

All the code contained in this repo is licensed under the [MIT License](LICENSE)

```
MIT License

Copyright (c) 2025 marsdevx

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
---

## ⭐ Support

If you like this project, don’t forget to ⭐ **star** it and **follow** me!
Your **support** helps me create more projects. πŸš€

πŸ”— **Explore more of my work on [GitHub](https://github.com/marsdevx?tab=repositories) and discover other exciting projects!**