zigbee dongle

This commit is contained in:
coelner 2023-07-16 17:57:30 +02:00
parent 96a8131ed0
commit d4aa8669ee
2 changed files with 19 additions and 0 deletions

13
els.md
View File

@ -19,4 +19,17 @@ Option: NXP NFC controller (I2C)
python zbs_flasher mac write OpenEPaperLink/binaries/firmware.bin
platformio run -e OpenEPaperLink_saola_AP
platformio run -e OpenEPaperLink_saola_AP --target upload
platformio run -e OpenEPaperLink_saola_AP --target uploadfs
pio run -e OpenEPaperLink_saola_AP --list-targets
Environment Group Name Title Description
----------------------- -------- ----------- --------------------------- ----------------------
OpenEPaperLink_saola_AP Platform buildfs Build Filesystem Image
OpenEPaperLink_saola_AP Platform erase Erase Flash
OpenEPaperLink_saola_AP Platform size Program Size Calculate program size
OpenEPaperLink_saola_AP Platform upload Upload
OpenEPaperLink_saola_AP Platform uploadfs Upload Filesystem Image
OpenEPaperLink_saola_AP Platform uploadfsota Upload Filesystem Image OTA
```

View File

@ -183,3 +183,9 @@ dmesg
1234:1111 Brain Actuated Technologies mvsiicon 026 usb audio
```
#### sonoff ZBDongle-P
- ZigBee Dongle with a CC2652P and CP2102(N)
- SMA connector
- DIP switch for hardware control flow
- 5dBm output, 20dBm max
ref: [[radio_sniffer]]