Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 544 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 544 Bytes

s17-Rover-Joystick

A code for the Rovers built at the summer bootcamp event of Erdőkertesi Mikrokontroller Klub in 2017.

It's a PlatformIO project, but you can easily convert it to Arduino.

It uses tha app "UDP Joystick" to operate.

Board: Wemos D1 R1 - ESP8266

Implemented:

  • Manual control mode

Todo:

  • Implement ultrasonic distance measurement
  • Implement RPM measurement and compensation
  • Implement Line-following mode

On 2021.04.01 it was completely rewritten, since the former version was quite buggy and full of anomalies.