https://github.com/timatooth/arducar
Arduino RC Car over IP suite
https://github.com/timatooth/arducar
Last synced: about 1 month ago
JSON representation
Arduino RC Car over IP suite
- Host: GitHub
- URL: https://github.com/timatooth/arducar
- Owner: timatooth
- Created: 2014-10-09T12:17:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-15T08:42:46.000Z (over 11 years ago)
- Last Synced: 2025-01-19T09:13:24.395Z (over 1 year ago)
- Language: C
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Arducar
=======
*Arduino RC Car over IP suite*
Communicate to an Arduino to control a robot over the Internet.
Features
---
* Simple single byte instructions to Arduino
* Servo motor control from mouse input from the client
Usage
---
**Arduino**
Upload contents of ```arduino/arduino.c``` to the microcontroller.
**Server**
```
cd server
make
./server [/dev/USB0] #default arduino device name
```
Server listens on TCP port 9090 by default.
**License**
MIT