Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/origox/esp32-zigbee-device


https://github.com/origox/esp32-zigbee-device

Last synced: about 1 month ago
JSON representation

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