From 4751a7ee4319b2fdbbf5fe2ec2576355aa29775a Mon Sep 17 00:00:00 2001 From: Roar Fredriksen Date: Mon, 25 Sep 2017 10:07:48 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac816492..29e8e8f5 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,11 @@ The project should include: - [x] [Code to capture and analyze data from Arduino](/Code/ESPDebugger) - [x] [Sample data from various meters](/Samples) - [x] [Documentation on HAN / MBus / DLMS/COSEM](/Documentation) -- [ ] Code to parse DLMS data into a structure -- [ ] Real schematics, including ESP8266, possibly PCB +- [X] Code to parse DLMS data into a structure +- [X] Real schematics, including ESP8266 +- [ ] PCB layout - [ ] Arduino library -- [ ] Arduino sample sketch to read values and report to MQTT server +- [X] Arduino sample sketch to read values and report to MQTT server ### Circuit to read HAN from PC (via FTDI) ![Circuit diagram](/Electrical/Schematics.PNG)