cancel
Showing results for 
Search instead for 
Did you mean: 

OpenThread border router

aboabra
Visitor

Hello,

I am working on a project using the STM32WBA microcontroller and looking for a way to provide Wi-Fi connectivity in order to connect the system to a web server.

I've read in several places across ST's website that the STM32WBA series supports OpenThread Border Router (OTBR).
aboabra_0-1752477267824.png

However, I couldn't find clear information on whether the STM32WBA can act as a standalone OTBR, or if it's limited to acting as a Radio Co-Processor (RCP) like some examples for the STM32WB series.

Does anyone know if it's possible to use the STM32WBA alone as a full OTBR? Or would I need to connect it to an external host that handles the Wi-Fi stack?

Any clarification or pointers to official documentation would be really appreciated!

 

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @aboabra and welcome to the ST Community.

A OpenThread border router (OTBR) is a specific router that connects a Thread network to other IPv6-based networks like Wi-Fi or Ethernet. Since the STM32WBA does not support Wi-Fi or Ethernet connection, so it can’t be a OTBR but it will need a host for IPv6-based network.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
STTwo-32
ST Employee

Hello @aboabra and welcome to the ST Community.

A OpenThread border router (OTBR) is a specific router that connects a Thread network to other IPv6-based networks like Wi-Fi or Ethernet. Since the STM32WBA does not support Wi-Fi or Ethernet connection, so it can’t be a OTBR but it will need a host for IPv6-based network.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

aboabra
Visitor

Thanks for the fast response!