Skip to main content

Control DreamCheeky USB rocket launchers

Project description

# pydream-rocket

Control Dream Cheeky USB rocket launchers. See https://github.com/codedance/Retaliation for inspiration/source.

## Permission Denied error

To work around this:

# You do not have to do this if you’re already in the dialout group $ sudo usermod -a -G dialout $(whoami) # Log out and log back in $ sudo nano /etc/udev/rules.d/99-dreamcheeky-rocket.rules # Add the following lines: SUBSYSTEM==”usb”, ATTRS{idVendor}==”2123”, ATTRS{idProduct}==”1010”, MODE=”0666”, GROUP=”dialout” SUBSYSTEM==”usb”, ATTRS{idVendor}==”0a81”, ATTRS{idProduct}==”0701”, MODE=”0666”, GROUP=”dialout” # And then run $ sudo service udev restart

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydream_rocket-0.2.0.tar.gz (4.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page