Add metadata for Pinion to generate interactive diagrams. The following
command is being used to generate the diagrams for
yellow.home-assistant.io:
$ pinion generate rendered \
--renderer normal --projection orthographic \
--board Yellow.kicad_pcb --specification Yellow_PoE_Pinion_Front.yaml
Signed-off-by: Stefan Agner <stefan@agner.ch>
This converts PCB/Schematic files to KiCad 7 format. Converted by simply
opening the project and press save.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Increase the pad size of the CR2032 battery holder to ensure good
solder joints.
Also refill and updated settings for gerber export.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Added:
- solderable standoffs for the CM4
- DC_IN_F pulldown for D2 high temp reverse current control R44
Modified:
- USB recovery jumper JP2 replaced with a button SW3
- R64 changed to 33k from 6.8k
Redesign the back silk screen. The new print provides space for a
larger label (32x19mm), uses the new Powered By Raspberry Pi logo and
prints "Made in PRC" onto the PCB.
Fixes: #52, #55
Signed-off-by: Stefan Agner <stefan@agner.ch>
Use the recommended hole size of 4.22mm. Make the outer diameter
slightly larger than specified as minimum to allow more space for excess
solder.
Fixes: #54
Signed-off-by: Stefan Agner <stefan@agner.ch>
Previous versions used R44/R60 with 0.1Ohm in parallel for easier
testing. However, with the final version, only the frootprint for
R60 is in the layout, hence it has to be 0.05Ohm.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Adjust silk screen graphics to match current layout. Adjust silk screen
reference designator placements. Bump date and version of schematics and
PCB.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Various BOM adjustments, most notably setting/correcting manufacturer
and part number information for D22, D30, FL1, L4 and L5.
Signed-off-by: Stefan Agner <stefan@agner.ch>
-eth shield is not connected to the GND rather it shields "input" of poe
-used smaller package for bulk PoE capacitor
-Changed common mode filter to Pulse T8113
-Added more inductor filters on the primary side
-replaced secondary side ferrite silter with an inductor
-used distributed "flyback" capacitor (3 instead of 1)
-slightly increased distance between the poe transformer and the
ethernet signal traces
- extended GND1 under the transformer
- primary snubber circuit is now in "hot-loop" area
-repositioned poe enable optocoupler
Signed-off-by: Dominik Sliwa <dominik@sliwa.io>
-Snubber circuit under ecrtail load condition can dissipate more power
then the resistor can handle, increased the resistor size and added one
more in parallel
-Increased size of some of the 12V input capacitors
-Use 3.3Vp instead of 3.3V generated by the RPi for LED, RTC, Radio, Fan
control and RPi reduced hat connector
-PoE pri/sec capacitor value changed
Signed-off-by: Dominik Sliwa <dominik@sliwa.io>
decreased coupling between poe lines and the gnd plane
added vias to stich main gnd planes
decreased the peak current through the transformer
inductor based pi filter on the poe output
decreased coupling to gnd of the poe "noise path"
added parallel mosfet capacitance to poe
moved fb line fo the dcdcs away from inductors
Signed-off-by: Dominik Sliwa <dominik@sliwa.io>
Increment to sub-version v1.2. Main changes are:
- Back and front silk screen
- LED resistors
There are no changes in the layout and any critical components.
Signed-off-by: Stefan Agner <stefan@agner.ch>