Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 591 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 591 Bytes

This repository contains code for the zumo-bot challenge given in the course TDT4112 at NTNU spring 2016.

Examles are to be saved in the examples\ folder

zumo-bot.ino is the main program, slave.ino is to be run on the slave arduino

Needs libraries from https://github.com/IDI-PLab/plab-library

Built using Pololu Zumo Robot for Arduino, https://www.pololu.com/category/169/zumo-robot-for-arduino and two HC-SR04 ultrasonic sensor. The pair of sensors we used suffered from a timeout problem, and the sketch incorporates code to reset them.

TODO: Add diagram/presentation of behaviour