CC3200 can't connect in STA mode

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
ajlennon
Posts: 1
Joined: Sat Feb 25, 2017 4:47 pm

CC3200 can't connect in STA mode

Post by ajlennon » Sat Feb 25, 2017 4:52 pm

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

Post Reply