Make first gestures with robohand 😱
TI LaunchPad CC1352R1 x2 TI Sensors BoosterPack “BOOSTXL-SENSORS” Laptop or PC Ajax special edition super robohand
This project was made to gain knowledge about servo-motors, servo-motor driver PCA9685, gyroscope, accelerometer, madgwick filter, radio protocol
First microcontroller gets raw data from gyroscope and accelerometer (“BOOSTXL-SENSORS”), and puts this data into the madgwick filter. After that, transmit filtered x coordinate into another microcontroller. Second launchpad gets coordinate and puts all fingers in the correct position.
- Download/Clone the source code.
- Open CodeComposerStudio.
- Build the program.
- Connect devices.
- Open UnitFlash program and find device.
- In UnitFlash (find button Program) -> Flash Image -> Browse -> TX (dir) -> Debug (dir) -> choose TX.out(file). (to the first launchpad)
- In UnitFlash (find button Program) -> Flash Image -> Browse -> RX (dir) -> Debug (dir) -> choose RX.out(file). (to the first launchpad)
- In UnitFlash Load Image for both.
- Well done & good luck!😎