abhigkar / phonebot

Smartphone powered robot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smartphone powered self-driving robot

Prototype of a self-driving robot controlled by a smartphone.

Check out Kirstin Ritchie work on self-driving car based on this robot at https://github.com/Kirstin813/L4-Individual-Project. Lots of great examples, like this line following demo:

How it is built

BOM

3D models:

Embedded Code

We use https://shop.espruino.com/mdbt42q-breakout as the microcontroller. It runs Javascript and can be controlled via webbleutooth from a browser. See http://forum.espruino.com/conversations/362281 for an in-depth discussion on our use of Espruino for this robot.

Code uploaded on the robot is at https://github.com/jgrizou/phonebot/blob/main/espruino/dev.js

Robot control and demos

See https://kirstin813.github.io/L4-Individual-Project/src/simple/ for a controller for this robot.

Check out Kirstin Ritchie work on self-driving car based on this robot at https://github.com/Kirstin813/L4-Individual-Project.

Lots of amazing demos at https://github.com/Kirstin813/L4-Individual-Project/tree/main/src#instructions-for-use

Related projects

Useful tools

License

TODO: cite work to be published

About

Smartphone powered robot


Languages

Language:JavaScript 100.0%