Page 2 of 2

Re: Wifi module

Posted: Fri Aug 15, 2014 4:50 pm
by polygontwist
hi,

i have testet the wifi c3000-module:
wlan.connect() - works
wlan.disconnect() - works
wlan.get_host() - works (e.g. ("tarnfleck.net") )
wlan.http_get() -works not (e.g. ("tarnfleck.net","index.htm") )

When is wlan installed usable in the official firmware (work on main.py)?

Re: Wifi module

Posted: Fri Sep 12, 2014 1:37 pm
by thomasv
We have connected the CC3000 chip to the MicroPython board like described in the stmhal/cc3k/pybcc3k.c file and we are not able to connect to any network. We also get these messages:

pyb_cc3000_disable_irq: en=1 miss=1
pyb_cc3000_set_cs val=0
pyb_cc3000_enable_irq: en=0 miss=1
pyb_cc3000_enable_irq: handling missed IRQ
pyb_cc3000_set_cs val=1
pyb_cc3000_set_cs val=0
pyb_cc3000_pause_spi
pyb_cc3000_set_cs val=1
pyb_cc3000_resume_spi

Is there someone who can help with this issue? We're very interested if the missed IRQ has anything to do with it?

Regards

Re: Wifi module

Posted: Fri Sep 12, 2014 2:20 pm
by dhylands
You may want to try the iabdalkader-cc3k-update branch. IIRC that was the working branch for wifi and it hasn't been merge to master yet.