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

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

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