basilfx/TRADFRI-Hacking

Output via UART

jonathanschneider opened this issue · 2 comments

Hi,

I have a dimmer with an ESP8266 which I would like to replace with the ZigBee module I took out of a Tradfri bulb. Does the Tradfri module output anything via UART? If so, which pins are used for UART?

Any help would be appreciated.

As far as I know, the pins do not output to UART. What makes it harder is that the EFR32 have flexible pin mapping: any GPIO could be UART :-)

@jonathanschneider If you can flashing one new bootloader then you can flashing one Zigbee Controll Bridge firmware and you have CLI for sending and receiving all commands you like then the device is in one network.

Example: Putting one "on" command in the buffer (ZCL command). Then sending the buffer to group 0x0006 (mulicast send command).