Search found 5 matches
- Sun Dec 06, 2020 4:16 pm
- Forum: ESP8266 boards
- Topic: esp8266 not responding
- Replies: 10
- Views: 9999
Re: esp8266 not responding
Ah! It works with: -fs 1MB -fm dout 0x0 :D Thanks you for this information. You saved my life ! LOL I had some 'cheap' ESP8266-01S that would just not flash correctly even though flash_verify reported all was well. Micropython would just not boot up to the REPL promot no matter what I did. I would ...
- Sun Nov 01, 2020 1:04 pm
- Forum: General Discussion and Questions
- Topic: Simple uasyncio question
- Replies: 5
- Views: 3209
Re: Simple uasyncio question
Thanks for the explanation and example. I'm looking forward to tinkering with asyncio on upcoming projects.
This has been a tremendous help.
This has been a tremendous help.
- Fri Oct 30, 2020 2:38 pm
- Forum: General Discussion and Questions
- Topic: Simple uasyncio question
- Replies: 5
- Views: 3209
Re: Simple uasyncio question
Thank you both jimmo and pythoncoder. All information provided has been extremely helpful. I've actually been reading the V3 TUTORIAL.md, as you can see it take me a little longer to comprehend the text, :lol: Now that leads me to 2 more questions: #1. Below is the another version of my exercise, bu...
- Thu Oct 29, 2020 1:09 am
- Forum: General Discussion and Questions
- Topic: Simple uasyncio question
- Replies: 5
- Views: 3209
Simple uasyncio question
Hi. I'm attempting to learn asyncio. But I'm stumped on the behaviour uasyncio.sleep(0) in this case. The code below is my first exercise to get a grasp of asyncio programming. The code simply flashes the two ESP8266 nodemcu onboard LEDs continiously at different rates. I have posted two version of ...
- Sun Jan 05, 2020 7:41 pm
- Forum: Other Boards
- Topic: MicroPython on PIC16F684
- Replies: 3
- Views: 4902