Robot Project: Difference between revisions
From HacDC Wiki
(edit) |
Ubuntourist (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
** [https://github.com/RedHatOfficial/CO.LAB/tree/master/Robots Red Hat Co.Lab Robot Kit GitHub repository] | ** [https://github.com/RedHatOfficial/CO.LAB/tree/master/Robots Red Hat Co.Lab Robot Kit GitHub repository] | ||
** [https://learn.sparkfun.com/tutorials/getting-started-with-the-red-hat-colab-robot/all Getting Started with the Red Hat Co.Lab Robot] | ** [https://learn.sparkfun.com/tutorials/getting-started-with-the-red-hat-colab-robot/all Getting Started with the Red Hat Co.Lab Robot] | ||
** [https://learn.sparkfun.com/tutorials/microbot-kit-experiment-guide/all#introducing-the-microbot-kit micro:bot Experiment Guide] | |||
=== Rough Course Outline === | === Rough Course Outline === | ||
Line 18: | Line 19: | ||
* [https://www.robotshop.com/en/robotics-education.html Robot Shop (Education Section)] | * [https://www.robotshop.com/en/robotics-education.html Robot Shop (Education Section)] | ||
* [https://microbit.org/ BBC MicroBit] | * [https://microbit.org/ BBC MicroBit] | ||
* TUTORIALS: [https://microbit-micropython.readthedocs.io/en/v2-docs/ BBC micro:bit MicroPython documentation] | * TUTORIALS: [https://microbit-micropython.readthedocs.io/en/v2-docs/ BBC micro:bit MicroPython documentation] | ||
* [https://support.microbit.org/support/solutions/articles/19000111744-makecode-python-and-micropython#:~:text=Each%20editor%20has%20its%20benefits,across%20many%20editors%20and%20boards. MakeCode Python and MicroPython] | * [https://support.microbit.org/support/solutions/articles/19000111744-makecode-python-and-micropython#:~:text=Each%20editor%20has%20its%20benefits,across%20many%20editors%20and%20boards. MakeCode Python and MicroPython] |
Revision as of 01:07, 29 January 2021
Selected Robot Kit
Rough Course Outline
- Week 1: "Hello World" with the bare micro:bit, and blinking an LED, reading a sensor
- Week 2: Read sensors and external electronic sensor for line following
- Week 3: Assemble the robot kit and test basic motion
- Week 4: Generate sound and blink while moving
- Week 5: Test line following sensors, practice turning and using preprogrammed paths
- Week 6: Program robot for line following
- Week 7: Pair to device and stream audio or textual sensor data back to computer
- Week 8: Your ideas!!