From bc36293094447a1cb1f65b006ccff0496893e761 Mon Sep 17 00:00:00 2001 From: Roar Fredriksen Date: Mon, 2 Oct 2017 16:46:18 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29e8e8f5..8b9c52ea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # AMS <-> MQTT Bridge +* [Electrical design](./Electical) + +## Background The purpose of this project is to collect information and build a simplified bridge for reading serial DLSM/M-bus information from electrical power meters (AMS), provided over the HAN port, and publishing to some IoT friendly target. Components will be ESP8622, Arduino code, a (very simplified) M-bus <-> 3.3V serial interface @@ -14,7 +17,7 @@ The project should include: - [x] [Documentation on HAN / MBus / DLMS/COSEM](/Documentation) - [X] Code to parse DLMS data into a structure - [X] Real schematics, including ESP8266 -- [ ] PCB layout +- [X] PCB layout - [ ] Arduino library - [X] Arduino sample sketch to read values and report to MQTT server