SkyeOfBreeze / LetsRobotEsp32Arduino

Esp32 code for LetsRobot that interfaces with 2 Motors via L298N, and uses MPU6050 for driving straight. For use alongside Raspberry Pi or Android App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LetsRobotEsp32Arduino

What works:

Bluetooth, Motor Control, Gyro, Wifi OTA

Wifi is not needed, and is disabled by default.

How it works

Either the LetsRobot Raspberry Pi code https://github.com/letsRobot/letsrobot or the Android code https://github.com/btelman96/letsrobot-android will have a mode that sends via Serial, sending commands to the arduino such as f,b,l,r,stop, or any custom commands. The exact raw string it would send for 'f' for example, is 'f/r/n'.

This converts the text into commands for the motors, using specifically a L298N driver, but can use L293D.

This sample is built different from https://github.com/letsRobot/LetsRobot-Arduino , but works the same when receiving controls

About

Esp32 code for LetsRobot that interfaces with 2 Motors via L298N, and uses MPU6050 for driving straight. For use alongside Raspberry Pi or Android App


Languages

Language:C++ 100.0%Language:C 0.0%