Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Abstract
  2.  
  3.  
  4. A turtle is a robot that is used for educational purposes - to learn programming.
  5. Turtle robots are used to draw paintings or figures with a pen and paper using commands
  6. entered by the user.
  7.  
  8.  
  9. In this project a STM32 discovery development board from ST electronics is used to
  10. program such a turtle robot. This report will discuss the software architecture and
  11. algorithms used for the robot and also describe the hardware and testing phase of the
  12. project. The turtle, except the STM32 discovery development board, also contains two step
  13. motors, a servo and a radio for communication with a computer terminal.
  14.  
  15.  
  16. The turtle robot is named after the mock turtle from Lewis Caroll's book Alice's
  17. adventures in wonderland, "the thing mock turtle soup is made of".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement