Search found 3 matches

by rca
Wed Aug 08, 2018 5:01 am
Forum: ESP8266 boards
Topic: Uploading MicroPython to Wemos D1 leads to garbage
Replies: 15
Views: 14244

Re: Uploading MicroPython to Wemos D1 leads to garbage

I always have to do a reset after it says hard resetting. If I don't I get garbage.
by rca
Mon Jul 30, 2018 3:59 pm
Forum: ESP8266 boards
Topic: For Your Review - Reed Switch Door Status
Replies: 4
Views: 5510

Re: For Your Review - Reed Switch Door Status

Thanks Peter. I was wondering about the option of a callback. So help me understand. The way I had it setup as a coro, it added the sw_coro to the event loop as a coroutine. Setup as a callback, the callback is not part of the event loop, but basically gets processed whenever the switch changes its ...
by rca
Sun Jul 29, 2018 5:01 am
Forum: ESP8266 boards
Topic: For Your Review - Reed Switch Door Status
Replies: 4
Views: 5510

For Your Review - Reed Switch Door Status

Let me start off by saying I am fairly new to Python and MicroPython. I'm enjoying the learning process though and have my first working device, using a Wemos D1 Mini with a reed switch to send the status of my garage door to MQTT. I'm using the asyncio and aswitch modules compiled in a customer fir...