summaryrefslogtreecommitdiff
path: root/library/kicadLibrary/template/RaspberryPi-HAT/meta
diff options
context:
space:
mode:
authorPSR00012023-06-18 09:10:00 +0530
committerPSR00012023-06-18 09:10:00 +0530
commit5677d6b61acff4f2f4b3c752fe51f9b8350fb14a (patch)
tree74e2437a43bb50652f329e6c03924afbbe1d5286 /library/kicadLibrary/template/RaspberryPi-HAT/meta
parentb4466912da566a52c902e81c59d3ab0f08154814 (diff)
downloadeSim-5677d6b61acff4f2f4b3c752fe51f9b8350fb14a.tar.gz
eSim-5677d6b61acff4f2f4b3c752fe51f9b8350fb14a.tar.bz2
eSim-5677d6b61acff4f2f4b3c752fe51f9b8350fb14a.zip
Update libries for KiCad V6
Diffstat (limited to 'library/kicadLibrary/template/RaspberryPi-HAT/meta')
-rw-r--r--library/kicadLibrary/template/RaspberryPi-HAT/meta/brd.pngbin0 -> 47562 bytes
-rw-r--r--library/kicadLibrary/template/RaspberryPi-HAT/meta/icon.pngbin0 -> 5374 bytes
-rw-r--r--library/kicadLibrary/template/RaspberryPi-HAT/meta/info.html47
3 files changed, 47 insertions, 0 deletions
diff --git a/library/kicadLibrary/template/RaspberryPi-HAT/meta/brd.png b/library/kicadLibrary/template/RaspberryPi-HAT/meta/brd.png
new file mode 100644
index 00000000..42959a6e
--- /dev/null
+++ b/library/kicadLibrary/template/RaspberryPi-HAT/meta/brd.png
Binary files differ
diff --git a/library/kicadLibrary/template/RaspberryPi-HAT/meta/icon.png b/library/kicadLibrary/template/RaspberryPi-HAT/meta/icon.png
new file mode 100644
index 00000000..5e5707e9
--- /dev/null
+++ b/library/kicadLibrary/template/RaspberryPi-HAT/meta/icon.png
Binary files differ
diff --git a/library/kicadLibrary/template/RaspberryPi-HAT/meta/info.html b/library/kicadLibrary/template/RaspberryPi-HAT/meta/info.html
new file mode 100644
index 00000000..ba3a42a0
--- /dev/null
+++ b/library/kicadLibrary/template/RaspberryPi-HAT/meta/info.html
@@ -0,0 +1,47 @@
+<html>
+ <head>
+ <title>Raspberry Pi HAT</title>
+ </head>
+ <body>
+ <h1>Raspberry Pi HAT</h1>
+ <h2>40-pin Expansion Board</h2>
+
+ <p>
+ This project template forms the basis of an expansion board (HAT) for the <a href="https://www.raspberrypi.org/" target="blank">Raspberry Pi</a> single board computers with a 40-pin GPIO header.
+ <br>
+ This includes the following models:<br>
+ <ul>
+ <li>Pi 1 Model A+/B+</li>
+ <li>Pi 2 Model B</li>
+ <li>Pi 3 Model A+/B/B+</li>
+ <li>Pi 4 Model B</li>
+ </ul>
+ </p>
+
+ <p>
+ Note: for the Pi Zero (W) or smaller designs, see the RaspberryPi-uHAT template.
+ </p>
+
+ <p>
+ This project includes a PCB edge set according to the <a href="https://raw.githubusercontent.com/raspberrypi/hats/master/hat-board-mechanical.pdf" target="blank">Raspberry Pi HAT Mechanical Specification</a> with connectors placed correctly to align the two boards. An alternate edge is included on the User.Drawings layer for the use with an SMT connector. Cutouts have also been defined for the camera and the display cables.
+ </p>
+
+ <p>
+ The schematic includes an ID EEPROM chip along with the necessary support components. It <em>does not</em> specify footprints for the ID EEPROM. It is up to the user to choose an appropriate EEPROM chip and footprints.
+ </p>
+
+ <p>
+ The official <a href="https://github.com/raspberrypi/hats">Raspberry Pi HAT Specification</a> includes additional information and a design guide.
+ </p>
+
+ <p><img src="brd.png"></p>
+
+ <p>(c) 2021 Caleb Reister</p>
+
+ <p>
+ Adapted from the raspberrypi-gpio-40pin template:<br>
+ (c) 2016 Ashton Johnson<br>
+ (c) 2016 Kicad Developers
+ </p>
+ </body>
+</html>