josefadamcik / ESP32SelfBalancingRobot

WIP Firmware for self-balancing robot driven by ESP32 with arduino core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Self balancing robot with ESP32

Hardware

  • LOLIN32 Board
  • Pololu DRV8833 dual motor driver
  • MPU6050
  • Pololu micro geared dc motors (high power 6V, experimenting with various gearbox ratios)

Software

  • Build&IDE: Platformio
  • ESP32 Arduino Core
  • For libraries see platformio.ini
  • Currently also uses RemoteXY library and app for controll. Just download the RemoteXY library and place it in the lib folder.

Setup and build

#define MYSSID "ssid"
#define MYPASS "pass"

Licence

  • MIT

About

WIP Firmware for self-balancing robot driven by ESP32 with arduino core


Languages

Language:C++ 85.5%Language:C 14.5%