Run ESP at 160MHz

s-hadinger 2019-09-25 17:19:47 +02:00
parent abda2b0e73
commit 585e13a22e
1 changed files with 3 additions and 1 deletions

@ -166,7 +166,9 @@ Additional References:
## 2. Flash an ESP82xx Device with Z2T Tasmota ## 2. Flash an ESP82xx Device with Z2T Tasmota
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. 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) with `#define USE_ZIGBEE` in `user_config_override.h` - [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` and uncomment `board_build.f_cpu = 160000000L`.
- Follow the usual [Tasmota flashing process](Flashing) - Follow the usual [Tasmota flashing process](Flashing)
## 3. Connect the CC2530 to the Tasmota Device ## 3. Connect the CC2530 to the Tasmota Device