-->
Page 1 of 1

ESPway, Segway-style WiFi controlled robot built on ESP8266

PostPosted: Sun Feb 19, 2017 9:12 am
by flannelhead
Hi community!

I though I'd share this little robot project I've recently got in almost-finished state.

It uses the MPU-6050 6 axis IMU sensor to stay balanced on two wheels. The sensor fusion / orientation calculation is entirely done on the ESP8266 in Q16.16 fixed point number format. I'm using a WEMOS D1 mini board.

The software is built on the non-OS SDK, making good use of the excellent libesphttpd to communicate with a HTML5 / JavaScript control UI via a WebSocket.

This has been a pretty challenging and rewarding project!

I've written a writeup / blog-post on it:
https://flannelhead.github.io/projects/espway.html
Code and schematic on GitHub:
https://github.com/flannelhead/espway

Re: ESPway, Segway-style WiFi controlled robot built on ESP8

PostPosted: Sat Mar 25, 2017 1:12 pm
by G4lile0
Thanks for sharing it, I saw the videos and it's incredible!
Congratulation! well done!! :)

Re: ESPway, Segway-style WiFi controlled robot built on ESP8

PostPosted: Tue Mar 28, 2017 4:02 pm
by mmrvelj
Very nice project. Thank you for sharing it!