Close
0%
0%

Project Scrappy

Open Source Modular Robot

Similar projects worth following
Scrappy is being designed to be used as a hobbyist project and build modules so people can develop with whatever modules they are interested in.

This project is to develop on open source framework for mobile robotics that can be rapidly prototyped. This involves easily 3D printable mechanical structure, easy to use and source computers and microcontrollers, standardized electronics and communication bus, and documentation to help everyone get started.

Currently I am developing this with parts that I have laying around from scrapped projects or kits, but have the intention on expanding and improving and adding support for many different systems. A full detailed list is currently on the GitHub readme file.

Mechanical development is done in SolidWorks while electrical development will be in KiCad.

This is a basic platform for robot companions or indoor robotics using commonly found or easily obtainable parts. It is designed to work in modules that can be switched in and out depending on avaialble parts and project requirements. All mechanical parts are prioritized to be 3D printable and assembled with M3 bolts and nuts. Source files are developed in Solidworks and KiCad.

Currently Under Development

  • Scrappy Core and Main Mechanical Components (Printible on Prusa Mini)
  • Jetson Nano Codebase
  • SLA (Sealed Lead Acid) Battery Support
  • Stepper Motor Support
  • Hobby Servo Support
  • ROS Support

System Support Goals:

Batteries

  • SLA or LiFePo Batteries(12V or 24V)
  • LiPo Batteries (2-6s)
  • Lion Batteries (3-8s)

Controllers

  • Arduino Supported Microcontrollers (Focusing on Teensy Series)
  • Raspberry Pi
  • Jetson Nano Jetson Nano and Raspberry Pi may need PWM expansion board or Arduino microcontroller for lots of PWM interfaces

Acuators

  • Hobby Servos
  • DC Motors
  • Brushless Motors
  • Stepper Motors

Sensors

  • Camera for Raspberry Pi and Jetson Nano
  • Raspberry Pi Lidar

Software

  • ROS (Melodic or Eloquent) implementation
    • Will be updated to Noetic or Foxy when Jetpack gets updated
  • CANbus network for modules

Mechanical

  • Core Versions
    • Different Core Modules for Different Battery Types
    • Multiple Core Sizes
  • Mobility Attachments
    • Mount to Bottom of Core for Motors or Servos
  • Sensor Attachments
    • Mount to sides and top of Core
  • Display Attachments
    • Mounts to sides and top of Core
  • Core Shell
    • Mounts Over Core and can simplify Sensor and Display Attachemnts

Electrical

  • Power Distribution System (Scaled with CANbus Network)
  • DC Motor Controller Using H-Bridge
  • Raspberry Pi and Jetson Nano Breakout (Hat)
  • Arduino Teensy Breakout

  • V0.2-Mechanical and Actuation Update

    Daniel Resio10/12/2021 at 23:57 0 comments

    Since the last update, I started looking at sourcing and standardizing some of the components, and looked at the price of doing so. Although it looked cool, the previous design required 2 beveled gears to power the wheel, and 2 bearings to support the wheel itself. A quick search on McMasterCarr found each component costs ~$5 USD. So for a robot with 4 wheels it  would be ~$80 USD just for mounting hardware. Not including I was planning on implementing a servo so the wheels can control better. This prompted me to redesign the main structure for stepper motors. 

    Core Platform:
    I split it up instead of 4 modular segments to 8 segments. This way the wheels and cover for protection can be separated allowing the assembly to be more modular. For rigidity there is now a second one stacked underneath it.  

    Wheel base: 
    The wheels now connect directly in line with the stepper motors to not only remove the need for the beveled gears, but one of the bearings. The second bearing is used somewhere else, however removing the beveled gears should save ~$40 USD and reduce failure points. 

    Servo Actuation:
    Servos have been added on each leg so the drive train can be rotated. This allows the wheels to not have to fight friction as they were before. Another solution would be to create some omni-wheels or make it a mechanum drive. Those however, may be different modules I develop in the future. For now I feel I can learn more developing controls on an over-actuated platform. 

    Renders:
    Before I was doing line renders for the system as I enjoyed the style it was in, but also because I was pretty lazy with appearance properties. I had some fun with that this time around when I went a little overkill with modeling a servo... I went back and added some textures on the battery too and made a full render of the system so far (3D printed materials in white).


    This time it felt like I was just deleting so much of the old progress I had made, but such is part of the design process. You cannot improve a design if you don't remove the parts that are inefficient or don't make sense. Even now, this will probably change significantly 1 or 2 more times before the "final" design gets created. And even after that once 3D printing, assembly, and testing begin a lot will be completely redesigned once again as it attempts to become reality. This project is just getting started!

  • V0.12-Motor Update

    Daniel Resio09/21/2021 at 21:03 0 comments

    The previous version of scrappy had a computer, and stepper motors, but no interface between them. In fact, there wasn't even proper coupling between the wheels and the stepper motor (whoops). Both of these have been added with an Teensy 4.1 added to a board with 4 socketable motor drivers. 

    This picture is the rough schematic for how this will work. Again these files can be found on the scrappy github under KiCad. It will first start by using the built in micro USB to transfer data, but something I want to implement is connecting to ROS over the new ethernet capabilities the Teensy now has. Note connectors to the steppers has not been done yet, I am still looking into standards that hobby stepper motors have for these connectors. 

    Speaking of electronics design the previous voltage regulator board's footprint needs to be changed to have a lower profile. For now this circuitry uses the same 5V regulator as the computer supply, however I am currently looking at using a higher amperage regulator for the computer . 

    As for actual transmission of power, I have completed the gearing that are inside of the wheel mechanism. Here is an up close section view of that. 

     The gears for now will just be held on with set screws until I can figure out a more elegant way for this to be done. 

    As a note, the shell shape has been altered to reduce 3D printing time significantly and also provide more space for peripherals inside. 

    Thanks for reading!

  • V0.11

    Daniel Resio09/20/2021 at 03:19 0 comments

    This is the first alpha release of Project Scrappy. This includes all of the developed CAD files to date. 

    Mechanical:

    The CAD files include the first structure of the system, with legs built for stepper motor for actuation. It also has a Jetson Nano mounted vertically with a SLA battery for a power source. All of this is designed to be printed on the 7"x7"x7" print bed on the Prusa Mini 3D printer. All fastening hardware is designed to be M3 bolts and nuts. Further work will be improving mounting parts, ease of assembly, and optimizing parts to be 3D printed, as the current covers would take nearly a full day to print due to the geometry. 

    Electrical:

    So far a simple 5V regulator to feed from the SLA battery has been created to allow for further expansion on the Jetson and Raspberry PI GPIO pins. The weird shape for the PCB is so it can be easily panelized, however with more components added the footprint will likely have to change.

    Please feel free to check out the files in the github repository and suggest anything with the progress. Keep in mind this is very early on, however expect more development soon. Thanks for reading!

View all 3 project logs

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates