178fc0a37b
This is a template for the Raspberry Pi HAT including EEPROM and backpowering protection components per the Raspberry Pi Foundation spec at https://github.com/raspberrypi/hats/blob/master/designguide.md This has everything needed to create a fully compliant HAT module design.
25 lines
1,010 B
HTML
25 lines
1,010 B
HTML
<html>
|
|
<head>
|
|
<title>Raspberry Pi - 40-Pin HAT</title>
|
|
</head>
|
|
<body>
|
|
<h1>Raspberry Pi</h1>
|
|
<h2>HAT</h2>
|
|
|
|
<p>This project template is created to the spec from the Raspberry Pi Foundation
|
|
<a href="https://github.com/raspberrypi/hats/blob/master/designguide.md" target="blank">B+ ADD-ON BOARD / HAT DESIGN GUIDE
|
|
.</a></p>
|
|
|
|
<p>This base project includes the PCB edge per the spec with the 40-pin header and mounting holes in the correct position.
|
|
It also includes the components for powering the Pi from 5V using the HAT. You will need to configure this to suit your design.
|
|
An EEPROM is in place as specified for a HAT. It will require some specific programming to give the Pi an ID for your HAT to
|
|
automatically load the required drivers and configuration. Please see the official design guide for details.</p>
|
|
|
|
<p>The board outline looks like the following:</p>
|
|
|
|
<p><img src="brd.png"></p>
|
|
|
|
See project files for licensing details. This project is open source.
|
|
<p>(c)2017 Jon Buford<br></p>
|
|
</body>
|
|
</html>
|