uasyncio and SIM800 UART

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: uasyncio and SIM800 UART

Post by pythoncoder » Thu Apr 12, 2018 6:38 am

In my experience most nontrivial firmware is written using cooperative multi-tasking. The first thing I do on encountering a new platform is to write a scheduler so I can actually use it without having to write spaghetti code.

Thankfully @pfalcon has written an excellent one for us ;)
Peter Hinch
Index to my micropython libraries.

Post Reply