openthread / ot-esp32

BSD 3-Clause "New" or "Revised" License
56 stars 10 forks source link

List of ESP32 devices that are 802.15.4-capable #13

Closed drobertson123 closed 2 years ago

drobertson123 commented 4 years ago

I can find no indication on the Espressif web site that ESP32 is 802.15.4 capable. Is there a resource somewhere that shows what chips will work and which will not?

I would love to use this library but I don't know if/where it will function.

jwhui commented 4 years ago

I'm not aware of any existing ESP32 devices that include IEEE 802.15.4. This repo currently requires an IEEE 802.15.4 SoC that implements the Radio Co-Processor. OpenThread on the ESP32 will communicate with the RCP via UART.

Hope that helps.

drobertson123 commented 4 years ago

Thank you. That clears up a significant point of confusion.

wgtdkp commented 4 years ago

I would love to use this library but I don't know if/where it will function.

@drobertson123 you may start with the the example application.

bylmzio commented 3 years ago

What about Espressif ESP32-WROOM-32D ? is this capable of IEEE 802.15.4

jwhui commented 3 years ago

@bunower , the Espressif ESP32-WROOM-32D does not directly support IEEE 802.15.4.

gabekassel commented 3 years ago

https://www.espressif.com/en/news/ESP32_H2 🤞

unitware commented 2 years ago

@gabekassel that will do 802.15.4, but not WiFi :(

jwhui commented 2 years ago

@gabekassel that will do 802.15.4, but not WiFi :(

@unitware, Espressif supports a multi-chip Wi-Fi + 802.15.4 solution. See the OpenThread Border Router Guide for more details.

unitware commented 2 years ago

Yes, but I was looking forward to a single cpu solution and was misreading the press releases in the beginning

Skickat från min iPhone

25 nov. 2021 kl. 20:08 skrev Jonathan Hui @.***>:

 @gabekassel that will do 802.15.4, but not WiFi :(

@unitware, Espressif supports a multi-chip Wi-Fi + 802.15.4 solution. See the OpenThread Border Router Guide for more details.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

jwhui commented 2 years ago

Closing stale issue.