Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jannoelc/circuitpy-usbhid-nodejs
A bridge library to communicated with Circuit Python's USB HID modules using Node.js
https://github.com/jannoelc/circuitpy-usbhid-nodejs
circuitpython nodejs raspberry-pi-pico usb-hid
Last synced: 3 days ago
JSON representation
A bridge library to communicated with Circuit Python's USB HID modules using Node.js
- Host: GitHub
- URL: https://github.com/jannoelc/circuitpy-usbhid-nodejs
- Owner: jannoelc
- License: mit
- Created: 2024-03-18T19:52:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T20:19:29.000Z (9 months ago)
- Last Synced: 2024-11-01T11:42:18.467Z (about 2 months ago)
- Topics: circuitpython, nodejs, raspberry-pi-pico, usb-hid
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Circuit Python USB HID Node.js Bridge
A Node.js bridge to call and execute Circuit Python's USB HID modules (Mouse, Keyboard, Consumer Control) via serial port.
## Get Started
1. Install [CircuitPython](https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/circuitpython) on your device
2. Copy the contents of `copy_to_circuitpy` to your CircuitPython device.
3. Use the methods exported on `lib`
4. Set env var `COM_PORT` with the COM port assigned to your device (see Device Manager on Windows)Devices tested:
- Raspberry Pi Pico
- Raspberry Pi Pico W## Example Usage
See https://github.com/jannoelc/ro-pixel-bot## Motivation and Disclaimer
The primary motivation of this project is to bypass anti-cheat on games. I am not responsible to anything that may happen to your machine or game account when you use this project. Cheating is a bannable offense on most games.