rwaldron / nodebot-sbc

NodeBots SBC
14 stars 1 forks source link

SBC Candidate: Pololu Zumo Shield #2

Open JayBeavers opened 9 years ago

JayBeavers commented 9 years ago

The Pololu Zumo SBC

This is my current favorite SBC for simple robotics. It's what was the basis for my Sumo NodeBot at RobotsConf 2014. It doesn't run Node onboard, but I remote controlled it from Node on my MacBook.

The Zumo board assumes you're mounting an Arduino UNO for it. It contains "what the Arduino doesn't already have" and it omits the MCU and power regulators that the UNO provides. The functionality of the board is:

Not bad for a $25 PCB, eh?

Lucene University used this chassis and made their own PCB with an onboard ARM Core.

If I could redesign

If I were able to redesign to this board, I would:

With this in place, we could continue to use the Zumo chassis or design a new base chassis for different drive trains or larger chassis.

In a perfect world

To make this even more useful, I would stretch it to:

JayBeavers commented 9 years ago

FYI, I've ordered an nRF51-DK which is a reference board by Nordic Semi that has an Arduino form-factor. Want to see whether this board will properly mate with the Zumo board, if so will get a mostly functional (would not support magnetic encoders) prototype of the concept.