Search found 3 matches

by lepi
Thu May 30, 2019 10:55 am
Forum: MicroPython pyboard
Topic: Without delay(), how hard is it?
Replies: 7
Views: 8385

Re: Without delay(), how hard is it?

Thank you Peter!

I'll sit down to understand this in the evening : )
I'll look into uasyncio tutorial as well.

Cheers! : )
by lepi
Mon May 27, 2019 8:26 am
Forum: MicroPython pyboard
Topic: Without delay(), how hard is it?
Replies: 7
Views: 8385

Re: Without delay(), how hard is it?

>> "blink without a delay" (...) For example: Deshipu, thank you for this implementation, sth exactly like this should be in utime module docs. Perhaps instead of this: # Calculate deadline for operation and test for it deadline = ticks_add(time.ticks_ms(), 200) while ticks_diff(deadline, time.ticks...
by lepi
Wed May 22, 2019 11:01 pm
Forum: General Discussion and Questions
Topic: connecting to hidden WLAN
Replies: 3
Views: 3375

Re: connecting to hidden WLAN

Hi everybody!

RobH, have you managed to pull this off?
Or does anyone know the answer?

I'm trying to do the same feat : )
Cheers!