Skip to content

Commit

Permalink
finalize V1.0
Browse files Browse the repository at this point in the history
fix #1, #2, #4
  • Loading branch information
stan23 committed Nov 10, 2018
1 parent da79bb8 commit 268f486
Show file tree
Hide file tree
Showing 10 changed files with 158 additions and 160 deletions.
Binary file modified Board bot.pdf
Binary file not shown.
Binary file modified Board top.pdf
Binary file not shown.
288 changes: 138 additions & 150 deletions Platine/HM-ES-PMSw1-Pl_GosundSP1.kicad_pcb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Platine/HM-ES-PMSw1-Pl_GosundSP1.net
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(export (version D)
(design
(source "C:/Users/marco/Eigene Projekte/Homematic AskSinPP/Github/HM-ES-PMSw1-Pl_GosundSP1/Platine/HM-ES-PMSw1-Pl_GosundSP1.sch")
(date "04.11.2018 19:51:10")
(date "10.11.2018 19:51:43")
(tool "Eeschema 4.0.7")
(sheet (number 1) (name /) (tstamps /)
(title_block
Expand Down Expand Up @@ -65,7 +65,7 @@
(tstamp 5AD391AF))
(comp (ref J4)
(value Reset)
(footprint SMD_Packages:1Pin)
(footprint Testpads:Testpad)
(libsource (lib conn) (part Conn_01x01))
(sheetpath (names /) (tstamps /))
(tstamp 5B4BEEED))
Expand Down Expand Up @@ -303,10 +303,10 @@
(pin (num 2) (name 2) (type passive))
(pin (num 3) (name 3) (type passive)))))
(libraries
(library (logical device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library\\device.lib"))
(library (logical conn)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library\\conn.lib"))
(library (logical device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library\\device.lib"))
(library (logical atmel)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library\\atmel.lib"))
(library (logical cc1101-module)
Expand Down
6 changes: 3 additions & 3 deletions Platine/HM-ES-PMSw1-Pl_GosundSP1.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
update=19.10.2018 22:23:08
update=10.11.2018 20:42:57
version=1
last_client=kicad
[pcbnew]
Expand Down Expand Up @@ -60,6 +60,8 @@ LibName30=atmel
LibName31=contrib
LibName32=valves
LibName33=libraries/cc1101-module
[general]
version=1
[schematic_editor]
version=1
PageLayoutDescrFile=
Expand All @@ -70,5 +72,3 @@ NetFmtName=Pcbnew
SpiceForceRefPrefix=0
SpiceUseNetNumbers=0
LabSize=60
[general]
version=1
2 changes: 1 addition & 1 deletion Platine/HM-ES-PMSw1-Pl_GosundSP1.sch
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ U 1 1 5B4BEEED
P 1100 3550
F 0 "J4" H 1250 3550 50 0000 C CNN
F 1 "Reset" H 1400 3550 50 0000 C CNN
F 2 "SMD_Packages:1Pin" H 1100 3550 50 0001 C CNN
F 2 "Testpads:Testpad" H 1100 3550 50 0001 C CNN
F 3 "" H 1100 3550 50 0001 C CNN
1 1100 3550
-1 0 0 1
Expand Down
1 change: 1 addition & 0 deletions Platine/fp-lib-table
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
(lib (name CC1101_Module)(type KiCad)(uri ${KIPRJMOD}/libraries/cc1101_module.pretty)(options "")(descr "CC1101 module"))
(lib (name BW-SHP2)(type KiCad)(uri ${KIPRJMOD}/libraries/BW-SHP2-Con.pretty)(options "")(descr "Blitzwolf SHP2 connector"))
(lib (name Resonators)(type KiCad)(uri "$(KIPRJMOD)/libraries/Resonators.pretty")(options "")(descr Resonators))
(lib (name Testpads)(type KiCad)(uri "$(KIPRJMOD)/libraries/Testpads.pretty")(options "")(descr ""))
)
9 changes: 9 additions & 0 deletions Platine/libraries/Testpads.pretty/Testpad.kicad_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(module Testpad (layer F.Cu) (tedit 5BE724D1)
(fp_text reference REF** (at 0.01 1.73) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Testpad_1x2mm (at 0 -1.65) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 smd rect (at 0 0) (size 1 2) (layers F.Cu F.Paste F.Mask))
)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ U2 | CC1101 Funkmodul 868 MHz | 1 | z.B. [eBay](https://www.ebay.de/it
### Fuses
Ext: 0xFF
High: 0xD2
Low: 0xE2
Low: 0xFF (für den internen Takt: 0xE2)

`C:\Program Files (x86)\Arduino\hardware\tools\avr\bin> .\avrdude -C ..\etc\avrdude.conf -p m644p -P com7 -c stk500 -U lfuse:w:0xE2:m -U hfuse:w:0xD2:m -U efuse:w:0xFF:m`
`C:\Program Files (x86)\Arduino\hardware\tools\avr\bin> .\avrdude -C ..\etc\avrdude.conf -p m644p -P com7 -c stk500 -U lfuse:w:0xFF:m -U hfuse:w:0xD2:m -U efuse:w:0xFF:m`


### Firmware
Expand Down
Binary file modified Schematic.pdf
Binary file not shown.

0 comments on commit 268f486

Please sign in to comment.