Difference between revisions of "Creating a two wheeled robot"

From Flowcode Help
Jump to navigationJump to search
Line 8: Line 8:
 
Video 1: Creating the basic simulation
 
Video 1: Creating the basic simulation
 
<div align="center">
 
<div align="center">
{{#ev:youtube|https://www.youtube.com/watch?v=O41_diPYX34|640}}
+
<embedvideo service="youtube">https://www.youtube.com/watch?v=O41_diPYX34</embedvideo>
 
</div>
 
</div>
  

Revision as of 08:03, 24 July 2018

A full write up of these videos can be found here should you want to create your own two wheel robot hardware.

Instructables: Two Wheel Robot


Video tutorials on how to create a two wheeled robot

Video 1: Creating the basic simulation

<embedvideo service="youtube">https://www.youtube.com/watch?v=O41_diPYX34</embedvideo>


Video 2: Adding basic rotation and PWM to drive DC motors.


Video 3: Adding proximity sensors to do maze solving and line following.