HWHardsoft / emonMbus

Arduino MKR M-BUS Master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardware

This software will read out a M-BUS slave device connected to an M-BUS master shield. We offer 3 different boards:

Arduino MKR M-BUS Master shield:

Arduino MKR

Raspberry Pi Pico MBUS Master HAT:

Raspberry Pi Pico

MBUS Master Featherwing:

Featherwing

Data decoding

The decoded data is output in JSON format via the UART0 (USB port) and can be viewed via the serial monitor of the Arduino IDE. Make sure to adjust the primary MBUS address of the slave and the baud rate of the slave in the program.

Monitor_output

Credits

MbusinoLib by Zeppelin500

Based on the awesome work of Open energy monitor code by Trystan Lea, Glyn Hudson, and others

emonMbus by Bryan McLellan btm@loftninjas.org

License

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

About

Arduino MKR M-BUS Master

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%