Replies: 5 comments 5 replies
-
Hi! What kind of data would you like to send? For example, CC2530 can work as a transparent UART data bridge. But it is not possible to retransmit all Zigbee traffic to Wemos. |
Beta Was this translation helpful? Give feedback.
-
You can add a GPIO output to CC2530 and control it as GPIO input in Wemos. |
Beta Was this translation helpful? Give feedback.
-
Do you know if it is possible to use CCLoader + ESP8266 to flash firmware without using debugger? |
Beta Was this translation helpful? Give feedback.
-
Yes, I am flashing it on that way!On 2023. 07. 22., 14:09 Martin ***@***.***> wrote:
Do you know if it is possible to use CCLoader + ESP8266 to flash firmware without using debugger?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I managed to compile the firmware and upload it to my CC2530 module through an esp8266. The firmware works. |
Beta Was this translation helpful? Give feedback.
-
I'd like connect a Zigbee module Ti CC2530 development board (https://it.aliexpress.com/item/1005003670231117.html?gatewayAdapt=glo2ita) to Wemos D1 (esp8266) then use the CC2530 only to send and receive data to/from coordinator (by zigbee2mqtt).
ZigBee coordinator -> CC2530 -> Wemos and Wemos -> CC2530 -> ZigBee coordinator
All the logic would be managed by the esp8266, the zigbee module would be used only for passing data.
Is it possible? Suggestions on cabling and firmware setup?
Beta Was this translation helpful? Give feedback.
All reactions