mirror of https://github.com/arendst/Tasmota.git
Updated Zigbee (markdown)
parent
0871b1d626
commit
dade92f783
|
@ -170,7 +170,7 @@ Once the CC2530 flashing process completes, you can re-use that ESP82xx device b
|
||||||
## 3. Connect the CC2530 to the Tasmota Device
|
## 3. Connect the CC2530 to the Tasmota Device
|
||||||
The connection uses a 115200 baud serial connection. Hence you need to configure two GPIOs: `Zigbee TX` and `Zigbee RX`.
|
The connection uses a 115200 baud serial connection. Hence you need to configure two GPIOs: `Zigbee TX` and `Zigbee RX`.
|
||||||
|
|
||||||
If you are using your ESP82xx device to flash the Zigbee adapter as described in the flashing section, GPIO4, GPIO5, GPIO12, GPIO14 are already in use. You may want to leave these connections in place in case you need to update the CC2530 firmware in the future. Otherwise, any of these GPIO can also be used.
|
If you are using your ESP82xx device to flash the Zigbee adapter as described in the flashing section, GPIO4, GPIO5, and GPIO12 are already in use. You may want to leave these connections in place in case you need to update the CC2530 firmware in the future. Otherwise, any of these GPIO can also be used.
|
||||||
|
|
||||||
It is best to use the hardware serial pins (GPIO1/GPIO3 or GPIO13/GPIO15) for high speed serial. However, TasmotaSerial version 2.4.x (PR [#6377](../pull/6377)) improved the reliability of software serial. This allows any GPIO to be used.
|
It is best to use the hardware serial pins (GPIO1/GPIO3 or GPIO13/GPIO15) for high speed serial. However, TasmotaSerial version 2.4.x (PR [#6377](../pull/6377)) improved the reliability of software serial. This allows any GPIO to be used.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue