Skip to content

GRUZIK2.0 is simple light construction made for "line follower light" competition

License

Notifications You must be signed in to change notification settings

NYDEREK/LineFollower_GRUZIK2.0-light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 

Repository files navigation

GRUZIK2.0: Line Follower Robot

Microcontroller Platform Repo Size Top Language

Loved the project? Please consider giving a Star ⭐️

GRUZIK2.0 is a lightweight construction (62g) designed for the "Line Follower Light" competition. The robot features Bluetooth communication with a smartphone app and uses a digital sensor instead of analog.

Hardware

The simple lightweight construction (74g) allows the robot to achieve high speed on the track. PCBs were designed in KiCAD 7.0 and manufactured by JLCPCB. The rims were 3D printed with PETG for Kyosho "Mini Z" tires. The light dualsky 150mAh battery provides enough current (max 30C) without adding too much weight (10g). The Pololu 2211 motor (10:1) with max current 1.6A per one requires the use of two separate TB6612FNG motor drivers with connected channels (max 2A per driver). The HC-05 Bluetooth module gives communication range up to 10m. The fast ARM microcontroller STM32F103C8T6 (max 72MHz) provides a lot of software capabilities.

  • uC - STM32F103C8T6
  • drivers - TB6612FNG
  • sensor - 8x KTIR0711S
  • battery - 150mAh LiPo dualsky
  • wheels - Kyosho Mini Z
  • motors - Pololu 2211
  • Bluetooth - HC-05

📱Bluetooth Apps 📱

Thease are simple Bluetooth apps created with MIT App Inventor. Spps start and stop the robot. The Modes pad is responsible for quickly adapting the speed and accuracy of the robot to the route using modes, and the application also displays the battery charge status. Second app is mainly for tweaking PID settings it allows you to change any parameter in seconds

Credits

I implemented the PD controller in my project, drawing inspiration from Bilal Kabas' repository available at - https://github.com/sametoguten/STM32-Line-Follower-with-PID with MIT License - MIT License

About

GRUZIK2.0 is simple light construction made for "line follower light" competition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages