Skip to content

joseafga/thanos-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Thanos

Robot for UNIP Assis project!

It receives commands from another bluetooth device and do some actions.
In this project basically use commands to control a H-bridge and buzzer but can be anything.

Require

  • HC-06 module (or similar)
  • Arduino IDE

Install and Use

Open hc06_control.ino in your Arduino IDE and flash it. In parseData function we have a switch-case to do the action according to the input. You will probably want to change that (or maybe not).

License

MIT License
See LICENSE file for details.