Search found 8 matches

by mkarliner
Tue Feb 20, 2018 6:16 pm
Forum: MicroPython pyboard
Topic: uasyncio deque problem
Replies: 6
Views: 9477

Re: uasyncio deque problem

Thanks Peter,
just ran into the same problem myself, while trying to see if Boris' fork
now runs uasyncio.

This is worse than the Western Schism
by mkarliner
Tue Jan 10, 2017 6:23 pm
Forum: General Discussion and Questions
Topic: uasyncio
Replies: 17
Views: 21360

Re: uasyncio

Very good late Christmas present!

Thanks Peter.
by mkarliner
Tue Jan 10, 2017 9:47 am
Forum: Development of MicroPython
Topic: Do modules support nested folders?
Replies: 1
Views: 2232

Do modules support nested folders?

BTW - Does the modules directory now support nested folders?
I seem to remember a discussion, but I can't find the conclusion.

Mike

[Moderator note: Please don't hijack other threads - start a new thread for a new topic]
by mkarliner
Fri Jan 06, 2017 2:56 pm
Forum: ESP8266 boards
Topic: mpfshell or similar on OS X
Replies: 2
Views: 3176

Re: mpfshell or similar on OS X

I have gone over to using uftpd plus the regular serial REPL, works good for me.
by mkarliner
Mon Oct 17, 2016 6:48 pm
Forum: ESP8266 boards
Topic: Calling experienced network programmers
Replies: 31
Views: 23983

Re: Calling experienced network programmers

Well, it's not much comfort, but I can eliminate the ESP hardware
as an issue. I've had a weather station with an ESP and running
MQTT on Arduino for many months, and it's still going faultlessly.
by mkarliner
Sat Sep 10, 2016 9:41 am
Forum: ESP8266 boards
Topic: Asyncio short sleep?
Replies: 3
Views: 4138

Re: Asyncio short sleep?

Thanks Peter, So, the question is, will we be getting _thread on the ESP8266? Meanwhile, I've had a quick look at your scheduler, and I'm trying to work out if I can use it with the mqtt module. Also, I'm having a serious think about trying to write an asyncio version of mqtt, assuming that we get m...
by mkarliner
Fri Sep 09, 2016 4:47 pm
Forum: Announcements and News
Topic: Multi-threading support, sponsored by Pycom
Replies: 22
Views: 159852

Re: Multi-threading support, sponsored by Pycom

I can't see the 'threading' branch in the main repo, and I it doesn't seem to be
merged into master. Where can I find it now?
by mkarliner
Fri Sep 09, 2016 11:01 am
Forum: ESP8266 boards
Topic: Asyncio short sleep?
Replies: 3
Views: 4138

Asyncio short sleep?

Is there any time frame for asyncio sleeps shorter than 1s?
What are the issues about shorter sleeps?

thanks

Mike