Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 809 Bytes

Readme.md

File metadata and controls

15 lines (11 loc) · 809 Bytes

StepperBotGroundStation

Two wheeled rover with stepper motors for precision movement. This is the ground station code of the project. The whole rover is "layered" in three slices:

Next steps: Add support for the BreezySLAM library https://github.com/simondlevy/BreezySLAM

COAP instead of AMQP

I switched from AMQP (Messaging) to COAP for the communication between the ground station and the rover. A dedicated AMQP Server (rabbitMQ) is no longer needed as the coap server runs on the beaglebone itself.