Skip to content

Microcontroller

CyberMufasa edited this page Aug 28, 2020 · 9 revisions

Design decision and parameters regarding microcontrollers will be stored here.

Contents

  1. Overview

1. Overview

To control the motors (3 stepper, 2 Linear Actuators, Single large DC) an Arduino Mega has been decided to be used Current plan is to validate if the above is the case before moving forward.

Original idea was to have 2 Arduinos + 2 Sparkfun boards to control the 2 systems:

  1. the arm rotation and claw movement
  2. the base wheels

Now the 2 Arduinos have been proposed to be consolidated into a single Arduino Mega.

Where was the arduino supposed to be used now? refresh me...

I remember topic about the Pi doing the calculations and the Mega acting like a breakout board aka:

  • Pi output signals (pins) -> Mega inputs these same signals (pins) -> Mega sends correct signal to motor that needs it
  • I think the plan might be replacing the 2x nano and 2x Sparkfun MCU boards from the block diagram on the main Electrical page with the single Mega.

Clone this wiki locally