remote-controlled balancing robot

8
Raymond Engle Stanley Hanke

Upload: jaser

Post on 13-Jan-2016

65 views

Category:

Documents


0 download

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

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