Actions

Robot Project: Difference between revisions

From HacDC Wiki

No edit summary
(edit 2)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=== Selected Robot Kit ===
=== Selected Robot Kit ===
* [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://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] (This is roughly the curriculum we will follow.)
** [https://makecode.microbit.org/ Microsoft MakeCode miro:bit] - web interface to Blocks IDE
** [[Robot Project 2021 Parts List]]
** [[Robot Project 2021 Notes]]


=== Rough Course Outline ===
=== Course Outline ===
* Week 1: "Hello World" with the bare micro:bit, and blinking an LED, reading a sensor
* Week 1: "Hello World" with the bare micro:bit, and blinking an LED, reading a sensor
** Tayeb Zaidi
* Week 2: Read sensors and external electronic sensor for line following
* Week 2: Read sensors and external electronic sensor for line following
* Week 3: Assemble the robot and test that it goes forward
** Matt
* Week 4:  
* Week 3: Assemble the robot kit and test basic motion
* Week 5:
** Obioma
* Week 6:
* Week 4: Generate sound and blink while moving
* Week 7: Pair to device and stream audio to computer for voice recognition
** Kevin
* Week 5: Test line following sensors, practice turning and using preprogrammed paths
** Obioma
* Week 6: Program robot for line following
** Obioma
* Week 7: Pair to device and stream audio or textual sensor data back to computer
** Tayeb
* Week 8: Your ideas!!
* Week 8: Your ideas!!
=== Course Content Repository ===
* https://codeberg.org/HacDC/HacDCRoboticsClass


=== Resources ===
=== Resources ===


* [https://www.robotshop.com/en/robotics-education.html Robot Shop (Education Section)]
* [https://microbit.org/ BBC MicroBit]
* 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]
* 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://www.dexterindustries.com/ Dexter Industries]
* [https://pyboard.org/ PyBoard]
* [https://pyboard.org/ PyBoard]
Line 19: Line 42:
* [https://gopigo.io/gopigo-core/ GoPiGo]
* [https://gopigo.io/gopigo-core/ GoPiGo]
* [https://www.dexterindustries.com/dexteros-2-0-robotics-and-python-jupyter-lab/ GoPiGo Software]
* [https://www.dexterindustries.com/dexteros-2-0-robotics-and-python-jupyter-lab/ GoPiGo Software]
* [https://www.sparkfun.com/products/16424 Red Hat Co.Lab Robot Kit]
* [https://magazines.micromag.cc/ micro:mag magazine]
* [https://www.robotshop.com/en/robotics-education.html Robot Shop (Education Section)]
* [https://www.recantha.co.uk/blog/?page_id=20104 Raspberry Pod micro:bit resources]
* [https://microbit.org/ BBC MicroBit]
* [https://www.recantha.co.uk/blog/?p=20883 Raspberry Pod Crowbits from Elecrow]
* TUTORIAL: [https://learn.sparkfun.com/tutorials/microbot-kit-experiment-guide/all#introducing-the-microbot-kit Microbot Experiment Guide]
* 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]

Latest revision as of 01:28, 12 March 2021

Selected Robot Kit

Course Outline

  • Week 1: "Hello World" with the bare micro:bit, and blinking an LED, reading a sensor
    • Tayeb Zaidi
  • Week 2: Read sensors and external electronic sensor for line following
    • Matt
  • Week 3: Assemble the robot kit and test basic motion
    • Obioma
  • Week 4: Generate sound and blink while moving
    • Kevin
  • Week 5: Test line following sensors, practice turning and using preprogrammed paths
    • Obioma
  • Week 6: Program robot for line following
    • Obioma
  • Week 7: Pair to device and stream audio or textual sensor data back to computer
    • Tayeb
  • Week 8: Your ideas!!

Course Content Repository


Resources