An open API service indexing awesome lists of open source software.

https://github.com/jmsv/tellus-rover

'Tellus Rover' is a project in which I intend to create a WiFi-controlled car, driven by a Raspberry Pi.
https://github.com/jmsv/tellus-rover

Last synced: 7 months ago
JSON representation

'Tellus Rover' is a project in which I intend to create a WiFi-controlled car, driven by a Raspberry Pi.

Awesome Lists containing this project

README

          

# tellus-rover

'Tellus Rover' is a project in which I intend to create a WiFi-controlled car, driven by a Raspberry Pi.

## Some notes:

- I made the car (mostly out of cardboard), but didn't write the remote; I just used SSH to control the car using keypresses.
- I can't be bothered to write much up about it, but maybe oneday I'll attach a pretty photo of it.
- The only stuff I was actually writing is in the `experimental` folder. The keypress control stuff is in `motor3.py`.
- Writing this made me wonder why there wasn't a Python library for it somewhere on Github, hence [github.com/jamesevickery/l293d](https://github.com/jamesevickery/l293d) was born. At time of writing, this new repository is still in ongoing development.

_Update June 2017:_ The car wasn't very good - too heavy, bad motors etc. However, I've started making a [better one](https://github.com/jamesevickery/tellus-rover-v2)!