Skip to content

SiChiTong/epuck2-firmware

 
 

Repository files navigation

Epuck Firmware

Firmware for the Epuck 2

Quickstart

Make sure you have an ARM GCC toolchain and OpenOCD installed.

git submodule init
git submodule update

make
make flash

To start the shell, open a terminal emulator and run

sudo python -m serial.tools.miniterm /dev/ttyACM0

assuming /dev/ttyACM0 is where the epuck is connected

About

Epuck 2 robot firmware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.5%
  • C++ 10.0%
  • Objective-C 6.2%
  • Python 3.5%
  • Makefile 2.8%