diff --git a/Zigbee.md b/Zigbee.md index 9fa2397e..1bc1b74e 100644 --- a/Zigbee.md +++ b/Zigbee.md @@ -51,7 +51,7 @@ For ESP devices that do not have a microUSB connector, make the following connec
ESP
Device|Serial
Programming
Adapter :--:|:--: -3.3V|3.3V +Vcc|Vcc GND|GND GPIO0|GND GPIO1|Rx @@ -66,11 +66,25 @@ For the flashing process, you need the following connections: ESP
Device|
CC2530 :--:|:--: -3.3V|3.3V -GND|GND GPIO4|CC_DC
(A.K.A. P2_2 or Debug Clock) GPIO5|CC_RST GPIO12|CC_DD
(A.K.A. P2_1 or Debug Data) +Vcc|Vcc +GND|GND + +**DL-20 Flashing Jumpers** +The DL-20 Zigbee module has a 5-pin 1.27mm pitch unpopulated header with 0.6mm througholes. + +Location|CC2530 Pin +:--:|:--: +1|DD (Debug Data) +2|DC (Debug Clock) +3|Vcc (3.3V) +4|RST +5|GND + +Insert alternating male Dupont jumpers; one jumper on one side, the next one on other side. This allows the pins to provide the friction themselves to maintain contact and remain firmly in place. You only need DD, DC, and RST (a fourth jumper is shown which is used to keep the RST jumper in place). Vcc and GND are available on the main serial interface pins. + **Prototype**