Thanks @Peter Hinch

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
JumpZero
Posts: 54
Joined: Mon Oct 30, 2017 5:54 am
Location: Arcachon - France

Thanks @Peter Hinch

Post by JumpZero » Sat Jun 11, 2022 2:09 pm

Hi!
I have done a gardening pump monitoring system based on a raspberry pi pico and an ESP8266 and using mqtt.
I have used the awesome libraries provided by Peter:
- the mqtt wifi bridge : https://github.com/peterhinch/micropyth ... /BRIDGE.md
- the mqtt asynchronous lib: https://github.com/peterhinch/micropyth ... er/mqtt_as
- the schedule lib: https://github.com/peterhinch/micropyth ... CHEDULE.md
- the switches and pushbuttons lib: https://github.com/peterhinch/micropyth ... ushbuttons

Beside learning uasyncio, I learned a lot by reading the code of these libraries.
The documentation is complete and well organized.
I was already for years a user of Peter's mqtt-simple and mqtt-robust. It had the same good documentation, examples and lib.

Thanks Peter for this hard work and making our life easier!

Thats great!

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Thanks @Peter Hinch

Post by pythoncoder » Sun Jun 12, 2022 9:34 am

Thank you. It's good to know that this stuff is of use ;)
Peter Hinch
Index to my micropython libraries.

Post Reply