+ All Categories
Home > Documents > Remote-Controlled Balancing Robot

Remote-Controlled Balancing Robot

Date post: 13-Jan-2016
Category:
Upload: jaser
View: 66 times
Download: 0 times
Share this document with a friend
Description:
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
Popular Tags:
8
Raymond Engle Stanley Hanke
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

Recommended