Blitzwolf BW_IS4 | Specifications |
---|---|
Module CC2531 + 8dbi Antenna | Upload Connector | JTAG Header |
---|---|---|
 |
Quelques information sur le circuit TI CC2531 :
Sources & Datasheet : https://www.ti.com/product/CC2531
Flashing CC2531 with Raspberry : https://www.zigbee2mqtt.io/information/alternative_flashing_methods.html
Zigbee2mqtt :https://www.zigbee2mqtt.io/information/docker.html
docker run -it -v $(pwd)/data:/app/data --device=/dev/ttyACM0 -e TZ=Europe/Amsterdam -v /run/udev:/run/udev:ro -privileged=true koenkk/zigbee2mqtt
Mosquitto : https://hub.docker.com/_/eclipse-mosquitto
docker run -it -p 1883:1883 -p 9001:9001 eclipse-mosquitto
Wireshark with original TI firmware : https://github.com/andrebdo/wireshark-cc2531
Zstack MT API to serial https://github.com/zigpy/zigpy/issues/85
Zpi.py : https://github.com/whatcall/zpi.py