Page 1 of 1

CC3200 can't connect in STA mode

Posted: Sat Feb 25, 2017 4:52 pm
by ajlennon
Hi all,

I'm experimenting with MicroPython on a custom CC3200 board.

I built successfully out of master and programmed release bootloader, application images successfully

The board boots into AP mode and I can use the command line interface at 192.168.1.1 successfully

However when I try to set up STA mode I can't connect

e.g. wlan.connect('my_ssid', auth=(net.sec, 'my_wifi_key'), timeout=5000)

This times out, without the timeout parameter it just blocks.

I wondered if anybody can offer any advice how I can dig into this to resolve it?

Thanks, Alex