Skip to content

Line follower bot for the Line following contest at OSHWDem 2017

Notifications You must be signed in to change notification settings

jbabio/LT-Z17-Line-Follower

Repository files navigation

LT-Z17 Line Follower

(https://oshwdem.org/)

Line follower bot for the Line following contest at OSHWDem 2017

Hardware Used:

  • Robot base: Custom 3D printed base. (will be released)
  • Main Electronics: Custom made board with Atmega 1284P(Mightycore bootloader)
  • Motors: 2x Pololu 10:1 HPCB 6V DUAL-SHAFT
  • Motor Driver: TB6612FNG
  • Sensors:
    • Pololu Qtr8rc
  • Comunications: HM-10 Bluetooth module.

Acknowledgements

Dependencies.

Pololu QTRSensors library for Arduino, If you are using version 1.6.2 or later of the Arduino software, you can use the Library Manager to install this library. MIT License.

SparkFun SparkFun Motor Driver - Dual TB6612FNG (1A) Arduino Library, If you are using version 1.6.2 or later of the Arduino software, you can use the Library Manager to install this library. MIT License.

Default Arduino EEPROM V 2.0 Library. LGPL License.

Current status

Fully functional.

Known issues

None at the moment.

Todo

  • Read IR Sensors -> DONE
  • Control motors -> DONE
  • PID algorithm -> DONE
  • EEPROM: format and save defaults-> DONE
  • EEPROM: update parameters-> DONE
  • EEPROM: retrieve parameters-> DONE
  • Human interface: LEDs-> DONE
  • Human interface: Button-> DONE
  • Human interface: serial-> DONE

About

Line follower bot for the Line following contest at OSHWDem 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages