Top Banner
Raymond Engle Stanley Hanke
8

Remote-Controlled Balancing Robot

Jan 13, 2016

Download

Documents

jaser

Remote-Controlled Balancing Robot. Raymond Engle Stanley Hanke. Overview. We will be developing a remote-controlled, self-balancing robot Wireless communications will be managed by the eBox Motor controls will be managed by the mbed with an H-bridge. Design Strategy. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Remote-Controlled Balancing Robot

Raymond EngleStanley Hanke

Page 2: Remote-Controlled Balancing Robot

We will be developing a remote-controlled, self-balancing robot

Wireless communications will be managed by the eBox

Motor controls will be managed by the mbed with an H-bridge

Page 3: Remote-Controlled Balancing Robot

Desktop computer will run a GUI program to connect to the eBox wirelessly

eBox will pass operator commands to the mbed via RS-232 serial

Page 4: Remote-Controlled Balancing Robot

Linear shaft encoder and gyroscope is used to provide feedback to the mbed

Mbed microcontroller will use state-space integral control to determine corrective course of action

Page 5: Remote-Controlled Balancing Robot

GUI interface running on a PC sends data packets containing commands over wifi to the eBox

Commands received by the eBox are forwarded to the mbed for execution

Page 6: Remote-Controlled Balancing Robot

Mbed microcontroller eBox x86 embedded PC Sparkfun breakout boards:

• RS-232 Serial• Gyroscope• H-bridge

2x Phidgets DC motors Lead-Acid Battery Chassis Wireless Router Duct tape

Page 7: Remote-Controlled Balancing Robot

Due to complexities of timing with the state-space controller, we are unsure whether the mbed has sufficient real-time requirements

Because of our unfamiliarity with networking in Windows CE, we are concerned that we will have difficulty establishing communications between the desktop and the eBox

Page 8: Remote-Controlled Balancing Robot