https://github.com/albinodrought/usbtoggle
Toggle an external circuit over serial using an ESP8266 and some components
https://github.com/albinodrought/usbtoggle
Last synced: about 2 months ago
JSON representation
Toggle an external circuit over serial using an ESP8266 and some components
- Host: GitHub
- URL: https://github.com/albinodrought/usbtoggle
- Owner: AlbinoDrought
- License: agpl-3.0
- Created: 2020-08-19T02:57:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T04:52:44.000Z (over 4 years ago)
- Last Synced: 2025-02-07T02:46:28.669Z (3 months ago)
- Language: C++
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# USB Toggle
Toggle an external circuit over serial with an ESP8266 and some components
## Usage
```sh
# change this device to 9600 baud
stty 9600 -F /dev/ttyUSB0
# turn it on
echo -ne 'E' > /dev/ttyUSB0
# turn it off
echo -ne 'D' > /dev/ttyUSB0
```
## BuildingSee [./circuit](./circuit)
