Skip to content
campbeb6 edited this page Mar 12, 2016 · 8 revisions

| Arduino Bluetooth Serial |

Serial Communication between Arduino and PC via bluetooth module.

Description

   For this project, I will establish serial communication between an Arduino program
   and a processing sketch on my PC via a bluetooth module. The processing sketch will 
   create an interface that allows the user to remotely change speed and direction of 
   two DC motors.

Materials

 *Arduino Mega board
 *PC (my laptop)
 *H6-06 bluetooth module
 *L298n motor driver
 *wires, 2 DC motors, misc.

Function

1. User is able to change speed and direction of each motor via 
   the processing interface.
2. The speed and direction data from the interface is sent to
   the arduino via the H6-06 bluetooth module
3. The Arduio processes the data and sends the appropriate signals
   to the motor driver to control the speed and direction of the motors

Clone this wiki locally