Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trevnels/minidrive
6502 Mini Driver Station
https://github.com/trevnels/minidrive
Last synced: 6 days ago
JSON representation
6502 Mini Driver Station
- Host: GitHub
- URL: https://github.com/trevnels/minidrive
- Owner: trevnels
- Created: 2019-04-09T19:33:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T20:56:20.000Z (over 2 years ago)
- Last Synced: 2024-10-17T08:27:06.330Z (22 days ago)
- Language: Java
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minidrive
Software for controlling arduino with USB controllers. For use with [miniduino](https://github.com/20nelson/miniduino).## Installation
Download and extract the lastest release zip from the releases page.## Usage
Execute `run.sh` or `run.bat` from the terminal.
First, select a controller from the list by entering its number and pressing enter.
Then select the serial port of your Arduino in a similar fashion (on a Mac, this starts with `cu`.)
You are now in the command line, where you can enter the following commands.## Commands
| Command | Description |
|---------|-------------|
| `e` | Enables the robot, starts sending controller data |
| `d` | Disables the robot, stops sending controller data |
| `q` | Disables the robot and quits the application |## Troubleshooting
On Linux systems, make sure you are a member of the groups associated with serial port access for your distribution. Some common ones are `dialout` and `tty`.