mirror of https://github.com/arendst/Tasmota.git
Updated Zigbee (markdown)
parent
594a76ac69
commit
06a0bd3c6e
|
@ -174,12 +174,14 @@ Additional References:
|
|||
Once the CC2530 flashing process completes, you can re-use that ESP82xx device by flashing it with the Z2T firmware. Otherwise, you can use any ESP82xx device.
|
||||
- [Compile Tasmota](Flashing#flashing-and-compiling-from-source)
|
||||
- `#define USE_ZIGBEE` in `user_config_override.h`.
|
||||
<!---
|
||||
- Run the ESP at 160MHz instead of 80MHz, this ensures higher reliability in serial communication with CC2530.
|
||||
In `platformio.ini`
|
||||
- Comment out: `;board_build.f_cpu = 80000000L`
|
||||
- Uncomment: `board_build.f_cpu = 160000000L`
|
||||
|
||||
**Note**: If you find that your Z2T operation is unstable, you may have an ESP82xx device that cannot operate reliably at the higher frequency. If you are using hardware serial (see below) and you still have unreliability, try compiling for 80MHz (reverse the options above) and flash the ESP82xx device again to see if operating at a lower frequency improves stability. Running at 80MHz will impact software serial communications so hardware serial is highly recommended if running the ESP82xx at 80MHz.
|
||||
--->
|
||||
- Follow the usual [Tasmota flashing process](Flashing)
|
||||
|
||||
## 3. Connect the CC2530 to the Tasmota Device
|
||||
|
|
Loading…
Reference in New Issue