icboredman / cherokey_slave

Robot slave arduino sketch running on Teensy 3.2. Controls motors, delivers odometry, monitors battery voltage, current consumption and charging.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cherokey_slave

Arduino sketch running on a Teensy 3.2 - a slave microcontroller in a mobile robotic platform. The Teensy implements PID motor control, delivers odometry, monitors battery voltage and current consumption and manages charging. Communication to the master Raspberry Pi is implemented over a serial connection using packet-based MessageSerial protocol.

More info in my blog post: https://BoredomProjects.net/index.php/projects/robot-navigation-using-stereo-vision-part-2


Used Libraries

Adafruit_BNO055_t3.h from here:

in addition:

also:

About

Robot slave arduino sketch running on Teensy 3.2. Controls motors, delivers odometry, monitors battery voltage, current consumption and charging.


Languages

Language:C++ 98.9%Language:C 1.1%