This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BOOSTXL-CC3135: MSP-EXP432E401Y create AP

Part Number: BOOSTXL-CC3135
Other Parts Discussed in Thread: CC3135

Hello everyone,

I want to know if it's possible to create an access point and transfert data to devices connected to this AP  with  MSP-EXP432E401Y LaunchPad attached to BOOSTXL-CC3135 BoosterPack ?

there is any examples to start with ?

Thanks

EDD

  • The CC3135 Supports AP mode, so the wi-fi connection is ok. However in order to use the bridging/routing functionality between the WiFi and the Ethernet you will need to use a single Network Stack.

    By default the Ethernet uses its own stack (NDK TCPIP stack on the MSP host processor) while the Wi-Fi uses a different stack inside the CC3135 NWP.

    CC3135 has a Network ByPass mode (see chapter 6.5.4 in the programmer's guide) which enables it to connect to an external network stack. While the NDK should support multiple interfaces, I don't think the current MSP432E examples can be easily modified to enable such a 2nd interface.

    We currently don't have such example available.