Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/origox/esp32-zigbee-device
https://github.com/origox/esp32-zigbee-device
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/origox/esp32-zigbee-device
- Owner: origox
- Created: 2024-02-25T17:19:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T17:34:50.000Z (10 months ago)
- Last Synced: 2024-02-25T18:42:08.583Z (10 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp32-zigbee-device
# HW
ESP32-C6-DEV-KIT-N8-M# Enable USB from Windows to WSL2
```windows powershell
# Run from windows powershell
usbipd list
usbipd attach --wsl --busid=11-4
```
```bash
# Run from WSL
# not too good but good enough for now...
sudo chmod 777 /dev/ttyACM0
```