Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`.