Robot Project: Difference between revisions
From HacDC Wiki
No edit summary |
Ubuntourist (talk | contribs) |
||
Line 14: | Line 14: | ||
=== Resources === | === Resources === | ||
* [https://www.sparkfun.com/products/16424 Red Hat Co.Lab Robot Kit] | * [https://www.sparkfun.com/products/16424 Red Hat Co.Lab Robot Kit] | ||
** [https://github.com/RedHatOfficial/CO.LAB/tree/master/Robots Red Hat Co.Lab Robot Kit GitHub repository] | |||
* [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] | ||
* TUTORIAL: [https://learn.sparkfun.com/tutorials/microbot-kit-experiment-guide/all#introducing-the-microbot-kit Microbot Experiment Guide] | * TUTORIAL: [https://learn.sparkfun.com/tutorials/microbot-kit-experiment-guide/all#introducing-the-microbot-kit Microbot Experiment Guide] | ||
* [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] | ||
* BOOK: [https://books.google.com/books/about/Learn_Robotics_with_Raspberry_Pi.html?id=V1v6DwAAQBAJ&printsec=frontcover&source=kp_read_button Learn Robotics with Rasberry Pi] | * BOOK: [https://books.google.com/books/about/Learn_Robotics_with_Raspberry_Pi.html?id=V1v6DwAAQBAJ&printsec=frontcover&source=kp_read_button Learn Robotics with Rasberry Pi] | ||
* [https://www.dexterindustries.com/ Dexter Industries] | |||
* [https://pyboard.org/ PyBoard] | |||
* [https://store.micropython.org/product/PYBv1.1 PyBoard Store] | |||
* [https://gopigo.io/gopigo-core/ GoPiGo] | |||
* [https://www.dexterindustries.com/dexteros-2-0-robotics-and-python-jupyter-lab/ GoPiGo Software] |
Revision as of 00:13, 22 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 and test that it goes forward
- Week 4:
- Week 5:
- Week 6:
- Week 7: Pair to device and stream audio to computer for voice recognition
- Week 8: Your ideas!!