Move Electrical/* files into Electrical/Board_001
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 198 KiB |
|
Before Width: | Height: | Size: 224 KiB After Width: | Height: | Size: 224 KiB |
|
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 167 KiB |
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 131 KiB |
12
README.md
@ -14,24 +14,24 @@ Components will be ESP8622, Arduino code, a (very simplified) M-bus <-> 3.3V ser
|
||||
As a start, we should try to get information from the three types of AMS meters currently being installed in Norway. Some details about these are available here: [NVE_Info_kunder_HANgrensesnitt.pdf](Documentation/NVE_Info_kunder_HANgrensesnitt.pdf)
|
||||
|
||||
The project should include:
|
||||
- [x] [Simple circuit to transform MBus levels to 3.3V serial](/Electrical)
|
||||
- [x] [Simple circuit to transform MBus levels to 3.3V serial](/Electrical/Board_001)
|
||||
- [x] [Code to capture and analyze data from PC](/Code/HanDebugger)
|
||||
- [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)
|
||||
- [X] [Code to parse DLMS data into a structure](/Code/Arduino/HanReader/src)
|
||||
- [X] [Real schematics, including ESP8266](/Electrical/PCB)
|
||||
- [X] [PCB layout](/Electrical/PCB)
|
||||
- [X] [Real schematics, including ESP8266](/Electrical/Board_001/PCB)
|
||||
- [X] [PCB layout](/Electrical/Board_001/PCB)
|
||||
- [ ] Arduino library
|
||||
- [X] [Arduino sample sketch to read values and report to MQTT server](/Code/Arduino)
|
||||
|
||||
## Electrical design
|
||||
|
||||
* [Electrical design](./Electrical)
|
||||
* [Electrical design](./Electrical/Board_001)
|
||||
|
||||
|
||||
### Circuit prototype
|
||||

|
||||

|
||||
|
||||
### MQTT output
|
||||

|
||||

|
||||
|
||||