https://github.com/ghost---shadow/arduino-turtle-bot-with-gui
A turtle robot using arduino with Processing GUI.
https://github.com/ghost---shadow/arduino-turtle-bot-with-gui
arduino drawing processing serial-ports turtlebot
Last synced: about 2 months ago
JSON representation
A turtle robot using arduino with Processing GUI.
- Host: GitHub
- URL: https://github.com/ghost---shadow/arduino-turtle-bot-with-gui
- Owner: Ghost---Shadow
- Created: 2016-11-28T16:56:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T17:04:20.000Z (over 9 years ago)
- Last Synced: 2025-03-06T12:52:10.157Z (about 1 year ago)
- Topics: arduino, drawing, processing, serial-ports, turtlebot
- Language: Processing
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino-Turtle-Bot-with-GUI
A turtle robot using arduino with Processing GUI.
[Video](https://dl.dropboxusercontent.com/u/37025464/20160507_215210.mp4)
## Usage (Tested on Arduino UNO)
1. Upload `Serial_A.ino` to the Arduino board.
2. Make sure `DEBUG_MODE` is `false` in `Dispatch.pde`.
3. Check COM Port of your Arduino and change it accordingly in `Serial_P.pde`
4. Run `Serial_P.pde`