Skip to content
@robotics-crash-course

robotics-crash-course

Robotics Crash Course

Overview

Robotics Crash Course is designed to introduce students to core concepts regarding Mechanical, Electrical and Software engineering. A small differential drive robot is at the core of RCC and is used as a platform to expose students to the basics of coding microprocessors in C/C++, replicating electronic circuit diagrams, and mechanically desigining a launching mechanism or other mechanism depending on the course project for that year.

Background

RCC started as an alternative to a Summer STEM course MG typically taught called "Makerspace" which was a project that heavily used the engineering design process to solve a problem that was defined by the student teams themselves. Because of the pandemic MG needed to switch gears to have a remote learning version of his stem course. So he bought a bunch of robot kits online but was displeased with most aspects of the designs. So instead he designed a minimalist robot that could be churned out quickly using the rapid prototyping tools available. The first few years used the Arduino UNO and the arduino ecosystem but with the onboarding of JC as a mentor they were able to move beyond the Arduino and move to a much more powerful uC the Rpi Pico W. JC designed a beautiful "Raft" that the Pico W fits on and has all the typical peripheral capabilities that a development board for small robotics may need. With this new uC, students now can potentially use the robot wirelessly and have done so successfully during STEM in 2023.

Future Potential

RCC plans to develop the following over time:

  • Modularize and Abstract away sensor drivers so that the libraries built can be used for many different uCs with minimal development needed through a custom "HAL" (Hardware Abstraction Layer)
  • Incorporate the "Carrie" car (an ackerman steering type robot) as a learning tool for: control on constrained dynamical systems, localization and mapping, actuator feedback control and trajectory control
  • Generate a ros2 learning environment where students can develop using ros2 to integrate complex systems
  • Integrate code generation tools (like ros2 message generator) to easily generate custom communication protocols

Pinned Loading

  1. rcc-pico rcc-pico Public

    C++ 4 1

  2. rccdocs.github.io rccdocs.github.io Public

    HTML 1 1

Repositories

Showing 5 of 5 repositories
  • rcc-pico Public
    robotics-crash-course/rcc-pico’s past year of commit activity
    C++ 4 GPL-3.0 1 0 1 Updated Oct 25, 2024
  • robotics-crash-course/rccdocs.github.io’s past year of commit activity
    HTML 1 1 0 1 Updated May 3, 2024
  • micropython Public

    Micropython libraries and examples for picoW

    robotics-crash-course/micropython’s past year of commit activity
    Python 0 GPL-3.0 0 0 0 Updated Feb 6, 2024
  • robotics-crash-course/serial-packets’s past year of commit activity
    C++ 0 0 0 0 Updated Sep 18, 2023
  • .github Public
    robotics-crash-course/.github’s past year of commit activity
    0 0 0 1 Updated Sep 16, 2023

Top languages

Loading…

Most used topics

Loading…