Skip to content

Simple Android project that interacts with Arduino via Bluetooth using an HC-05 module.

Notifications You must be signed in to change notification settings

daamazing1/BluetoothRobotControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Bluetooth Robot Controller

This is a simple Android application which uses Bluetooth to interact with an Arduino robot as a remote control.

The arduino is using an HC-05 Bluetooth module configured as a slave. We are using serial communication to send commands to Arduino which is running a scketch waiting for input via a serial connection provided by the HC-05 module.

For now there are only a couple of simple commands:

  • Forward (8)
  • Backwards (2)
  • In-place turn right (4)
  • In-place turn left (5)

Future enchancments planned are to add more commands to:

  • Control turning speed
  • Control forward and backward speeds
  • Allow for gradual turning

About

Simple Android project that interacts with Arduino via Bluetooth using an HC-05 module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages