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.
- Host: GitHub
- URL: https://github.com/jmsv/tellus-rover
- Owner: jmsv
- Created: 2016-05-09T22:33:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T22:41:09.000Z (about 9 years ago)
- Last Synced: 2024-12-29T17:33:36.950Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 670 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)!