Final release

This commit is contained in:
2023-01-10 21:41:27 +01:00
parent b34c00d4be
commit e45c02ee49
13 changed files with 1726 additions and 1695 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,14 +1,14 @@
(export (version D)
(design
(source /home/marcel/Documenten/electronische_projecten/atmega328p_mqtt_energy_meter/MQTT_energy_meter/MQTT_energy_meter.sch)
(date "ma 02 jan 2023 15:23:33 CET")
(source /home/marcel/Documenten/electronische_projecten/atmega328p_mqtt_energy_meter/firmware/atmega328p_mqtt_energy_meter/hardware/MQTT_energy_meter.sch)
(date "di 10 jan 2023 21:21:15 CET")
(tool "Eeschema 5.1.8-5.1.8")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title "MQTT ethernet energy meter")
(company "M. Konstapel")
(rev 1)
(date 2022-11-21)
(date 2023-01-02)
(source MQTT_energy_meter.sch)
(comment (number 1) (value meezenest.nl/mees))
(comment (number 2) (value "Mees Electronics"))
@@ -554,7 +554,7 @@
(node (ref R1) (pin 2))
(node (ref U3) (pin 16))
(node (ref C6) (pin 2))
(node (ref J1) (pin 2))
(node (ref J1) (pin 1))
(node (ref U5) (pin 7))
(node (ref U5) (pin 9))
(node (ref U5) (pin 5))
@@ -580,7 +580,7 @@
(node (ref D2) (pin 2)))
(net (code 14) (name "Net-(C4-Pad1)")
(node (ref U6) (pin 1))
(node (ref J1) (pin 1))
(node (ref J1) (pin 2))
(node (ref C5) (pin 1))
(node (ref C4) (pin 1)))
(net (code 15) (name "Net-(U1-Pad1)")

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -499,8 +499,8 @@ F 3 "" H 5250 2525 50 0001 C CNN
$EndComp
Wire Wire Line
5250 2525 5175 2525
Text Notes 5575 2625 0 50 ~ 0
Short this jumper\nto configure device\nvia serial port.
Text Notes 4800 2650 0 50 ~ 0
For future use.
$Comp
L Device:R_Small R4
U 1 1 6385274C
@@ -648,13 +648,13 @@ Connection ~ 9125 1500
$Comp
L Connector:Conn_01x02_Male J1
U 1 1 6392A12E
P 7250 1500
F 0 "J1" H 7358 1681 50 0000 C CNN
F 1 "8-24V in" H 7275 1300 50 0000 C CNN
F 2 "TerminalBlock_Phoenix:TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal" H 7250 1500 50 0001 C CNN
F 3 "~" H 7250 1500 50 0001 C CNN
1 7250 1500
1 0 0 -1
P 7250 1600
F 0 "J1" H 7250 1425 50 0000 C CNN
F 1 "8-24V in" H 7275 1675 50 0000 C CNN
F 2 "TerminalBlock_Phoenix:TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal" H 7250 1600 50 0001 C CNN
F 3 "~" H 7250 1600 50 0001 C CNN
1 7250 1600
1 0 0 1
$EndComp
Wire Wire Line
7450 1500 7725 1500

View File

@@ -5,7 +5,7 @@ $Descr A4 11693 8268
encoding utf-8
Sheet 1 1
Title "MQTT ethernet energy meter"
Date "2022-11-21"
Date "2023-01-02"
Rev "1"
Comp "M. Konstapel"
Comment1 "meezenest.nl/mees"
@@ -499,8 +499,8 @@ F 3 "" H 5250 2525 50 0001 C CNN
$EndComp
Wire Wire Line
5250 2525 5175 2525
Text Notes 5575 2625 0 50 ~ 0
Short this jumper\nto configure device\nvia serial port.
Text Notes 4800 2650 0 50 ~ 0
For future use.
$Comp
L Device:R_Small R4
U 1 1 6385274C

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB