OTAmpy
MicroPython device code and a CLI enabling Over-the-air update of remote devices, typically using serial wireless modules such as XBee.
Hi, I'm Simon! I've spent years as a software developer and have relied on countless open-source projects along the way. I started CodeAbility to share my own code and knowledge with the community. Feel free to explore what I've been working on below!
MicroPython device code and a CLI enabling Over-the-air update of remote devices, typically using serial wireless modules such as XBee.
MicroPython implementation of the URST protocol. It turns a plain UART link into a dependable message channel. It handles framing, CRC checks, acknowledgements, retries, and message fragmentation.
Universal Reliable Serial Transport (URST) is a protocol specification for reliable serial communication over unreliable links, such as wireless serial modules like XBee.