-
Notifications
You must be signed in to change notification settings - Fork 0
Home
campbeb6 edited this page Mar 12, 2016
·
8 revisions
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.
*Arduino Mega board
*PC (my laptop)
*H6-06 bluetooth module
*L298n motor driver
*wires, 2 DC motors, misc.
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