Search found 74 matches

by nelfata
Thu May 15, 2014 9:30 pm
Forum: Development of MicroPython
Topic: Socket module
Replies: 10
Views: 13742

Socket module

I am not sure if this topic has been discussed earlier, but I could not find any. I have developed a module: modsock The implementation is based on the unix modsocket module but now it is available on the stmhal port using the Adafruit CC3000 module driver code. I am new and getting up to speed on t...
by nelfata
Thu May 08, 2014 1:33 am
Forum: MicroPython pyboard
Topic: Wifi module
Replies: 12
Views: 17514

Re: Wifi module

Hi,
did anyone succeed in getting the Wifi module to connect?
I am able to communicate with the CC3000 baord but the board cannot get an IP address.
Is there any configuration needed? Any thought would be helpful thank you.
by nelfata
Thu May 08, 2014 1:07 am
Forum: Programs, Libraries and Tools
Topic: uasyncio - asyncio-like cooperative multitasking framework for uPy
Replies: 114
Views: 132078

Re: asyncio-like cooperative multitasking framework for uPy

Hi, I saw your not regarding asyncio. My question is not so related, but I am trying to get a webserver working on my board, but after connecting the WiFi module I am not able to get a connection going. If you were able to get the Adafruit CC3000 working, could you please share your thoughts? code? ...
by nelfata
Wed Apr 30, 2014 11:00 pm
Forum: General Discussion and Questions
Topic: Multitasking?
Replies: 19
Views: 35115

Re: Multitasking?

Hello all, I am thinking to integrate an RTOS (ChibiOS) underneath Micropython. By adding a nice Python API to the RTOS threads which could be dynamically created. Is this of an interest to developers here? Does it make sense to work on that or perhaps there are plans to have true Python Threading l...