8 years ago.

Manchester library

I am trying to find a way in mbed to send/receive Manchester encoded messages / byte arrays. There is a library for Arduino: https://github.com/mchr3k/arduino-libs-manchester. How would this be done in mbed?

No finished libraries for mbed available, but if all you need is a way to quickly write (or read) to a pin and have access to the clock, it should be straightforward to port the Arduino lib to mbed. Code doesn't look terribly complicated.

posted by Jan Jongboom 20 Apr 2016

1 Answer

6 years, 12 months ago.

Hello Oliver,
It's most likely quite late for you but in case someone is looking for a Manchester library then I have published one here.