Search found 969 matches

by kevinkk525
Fri Jan 24, 2020 7:27 am
Forum: ESP32 boards
Topic: MicroPython Startup Time
Replies: 26
Views: 16127

Re: MicroPython Startup Time

That's quite some startup time for the esp32.. thanks for benchmarking! It's good to have those numbers.
by kevinkk525
Thu Jan 16, 2020 10:27 pm
Forum: General Discussion and Questions
Topic: Target audience for MicroPython?
Replies: 63
Views: 83961

Re: Target audience for MicroPython?

@safetyfactorman the project should run on a pyboard without any problems. Some hardware specific modules however might not work correctly because I don't have any pyboard and therefore only wrote those modules with the esp8266 and esp32 in mind. But generally I tried to be as generic in every modul...
by kevinkk525
Thu Jan 16, 2020 8:12 am
Forum: General Discussion and Questions
Topic: How to run an mqtt-repl?
Replies: 22
Views: 14393

Re: How to run an mqtt-repl?

Yes that part is "fixed" in the new uasyncio version from Damien. Events won't need to "poll" and will only be woken up when the Event is set. But in most applications this doesn't make much difference in power consumption as uasyncio doesn't integrate any sleeping/idle states anyway (except for one...
by kevinkk525
Thu Jan 16, 2020 7:34 am
Forum: ESP8266 boards
Topic: Help wanted for yaota8266 project...
Replies: 7
Views: 4301

Re: Help wanted for yaota8266 project...

No I didn't try it yet.
by kevinkk525
Thu Jan 16, 2020 6:36 am
Forum: General Discussion and Questions
Topic: How to run an mqtt-repl?
Replies: 22
Views: 14393

Re: How to run an mqtt-repl?

BTW, looking at the synchronization primitives in https://github.com/peterhinch/micropython-async/blob/master/asyn.py I was struck by the fact that they all end up busy waiting, i.e. calling await asyncio.sleep_ms(<some small number>) in a loop :-(. Is that going to be fixed with Paul's new uasynci...
by kevinkk525
Thu Jan 16, 2020 6:31 am
Forum: General Discussion and Questions
Topic: Target audience for MicroPython?
Replies: 63
Views: 83961

Re: Target audience for MicroPython?

Perhaps homeassistant is another. Inegrating with homeassistant requires a big framework and would basically be a different big project one has to maintain. That is unlikely to happen and would only serve a small group of people. However, if someone needs homeassistant integration, I wrote a framew...
by kevinkk525
Fri Jan 10, 2020 5:17 pm
Forum: ESP8266 boards
Topic: I2C changes to get the HTU21D working.
Replies: 9
Views: 7979

Re: I2C changes to get the HTU21D working.

There are actually quite a few HTU21D libraries and they work fine with ESP8266.
This is the one I use on my esp8266: https://github.com/kevinkk525/htu21d-esp8266


There's also one from Peter Hinch that works slightly different: https://github.com/peterhinch/micropyth ... ter/htu21d
by kevinkk525
Tue Jan 07, 2020 7:05 am
Forum: General Discussion and Questions
Topic: search for an inexpensive device to detect housebreaking
Replies: 19
Views: 10280

Re: search for an inexpensive device to detect housebreaking

And if you are very paranoid, you'd want to avoid using anything relying on wireless signals as those could be jammed, making your automations not triggering, except for those that run on the same controller.
by kevinkk525
Mon Jan 06, 2020 8:13 pm
Forum: Other Boards
Topic: Smart home and home Automation!
Replies: 14
Views: 6896

Re: Smart home and home Automation!

Use an esp32, they are around 5-15€
by kevinkk525
Sun Jan 05, 2020 6:57 pm
Forum: ESP8266 boards
Topic: Help wanted for yaota8266 project...
Replies: 7
Views: 4301

Re: Help wanted for yaota8266 project...

Awesome! Did it also update the firmware correctly now? That would be a huge step forward for the esp8266