Page 1 of 1

New Arduino library for reading P1 port

Posted: Sun Feb 01, 2015 10:52 pm
by matthijskooijman
Hi folks,

trying to read stuff from my P1 port, I found that there wasn't any C/C++ code around that really properly parsed P1 messages (only some basic pattern matching stuff). So I set to coding for a few days and created a new library: https://github.com/matthijskooijman/arduino-dsmr

It's aimed at Arduino, but is probably easy to adapt for other environments if anyone is interested.

Hope this is useful for any else out there.