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.

CC3100: scanner and Ap

Part Number: CC3100


Hi,

I am newbie here. I am working a project in which I want to configure CC3100 to switch b/w AP and client depending on my input/command

for that how can i flash the chip. please guide me.    

Regards,

Kiran

  • Hi Kiran,

    The CC3100 can be instructed to switch between AP mode and STA mode by the host MCU by doing the following -

    1) Call sl_WlanSetMode() with either ROLE_STA or ROLE_AP depending on which is needed
    2) Call sl_Stop() with an appropriate timeout to shut the network processor down to allow for mode switch
    3) Call sl_Start() to restart the network processor in the new mode

    For documentation on all commands, please take a look at the following location in the CC3100 SDK (cc3100-sdk/docs/simplelink_api/programmers_guide.html)

    Best Regards,
    Ben M