diff --git a/resources/boards/justboom-dac-hat.png b/resources/boards/justboom-dac-hat.png index 70b3b27..61780b5 100644 Binary files a/resources/boards/justboom-dac-hat.png and b/resources/boards/justboom-dac-hat.png differ diff --git a/resources/boards/justboom-digi-hat.png b/resources/boards/justboom-digi-hat.png index b9edd55..dd8dc26 100644 Binary files a/resources/boards/justboom-digi-hat.png and b/resources/boards/justboom-digi-hat.png differ diff --git a/resources/boards/papirus-hat.png b/resources/boards/papirus-hat.png index 3a51982..ba39fc6 100644 Binary files a/resources/boards/papirus-hat.png and b/resources/boards/papirus-hat.png differ diff --git a/resources/boards/papirus-zero.png b/resources/boards/papirus-zero.png index ef4d520..d3f691f 100644 Binary files a/resources/boards/papirus-zero.png and b/resources/boards/papirus-zero.png differ diff --git a/resources/boards/pi-poe.png b/resources/boards/pi-poe.png new file mode 100644 index 0000000..79c72b1 Binary files /dev/null and b/resources/boards/pi-poe.png differ diff --git a/src/en/overlay/justboom-amp-hat.md b/src/en/overlay/justboom-amp-hat.md index 390bc28..57cc68f 100644 --- a/src/en/overlay/justboom-amp-hat.md +++ b/src/en/overlay/justboom-amp-hat.md @@ -10,7 +10,7 @@ url: https://www.justboom.co/product/justboom-amp-hat/ buy: https://www.justboom.co/product/justboom-amp-hat/ image: 'justboom-amp-hat.png' pincount: 40 -eeprom: yes +eeprom: setup power: '1': '2': @@ -45,6 +45,10 @@ pin: '40': name: DOUT mode: i2s + i2c: + '0x4D': + name: Amplifier + device: TAS5756M --> #Amp HAT diff --git a/src/en/overlay/justboom-amp-zero.md b/src/en/overlay/justboom-amp-zero.md index 3d1a21e..ac66ffb 100644 --- a/src/en/overlay/justboom-amp-zero.md +++ b/src/en/overlay/justboom-amp-zero.md @@ -45,6 +45,10 @@ pin: '40': name: DOUT mode: i2s + i2c: + '0x4D': + name: Amplifier + device: TAS5756M --> #Amp Zero diff --git a/src/en/overlay/justboom-dac-hat.md b/src/en/overlay/justboom-dac-hat.md index 72c1cbc..4c7c8ba 100644 --- a/src/en/overlay/justboom-dac-hat.md +++ b/src/en/overlay/justboom-dac-hat.md @@ -10,7 +10,7 @@ url: https://www.justboom.co/product/justboom-dac-hat/ buy: https://www.justboom.co/product/justboom-dac-hat/ image: 'justboom-dac-hat.png' pincount: 40 -eeprom: yes +eeprom: setup power: '1': '2': @@ -43,6 +43,10 @@ pin: '40': name: DOUT mode: i2s + i2c: + '0x4D': + name: DAC + device: PCM5122 --> #DAC HAT diff --git a/src/en/overlay/justboom-dac-zero.md b/src/en/overlay/justboom-dac-zero.md index 33affe9..3c33c68 100644 --- a/src/en/overlay/justboom-dac-zero.md +++ b/src/en/overlay/justboom-dac-zero.md @@ -43,6 +43,10 @@ pin: '40': name: DOUT mode: i2s + i2c: + '0x4D': + name: DAC + device: PCM5121 --> #DAC Zero diff --git a/src/en/overlay/justboom-digi-hat.md b/src/en/overlay/justboom-digi-hat.md index 111f91a..8eebdff 100644 --- a/src/en/overlay/justboom-digi-hat.md +++ b/src/en/overlay/justboom-digi-hat.md @@ -10,7 +10,7 @@ url: https://www.justboom.co/product/justboom-digi-hat/ buy: https://www.justboom.co/product/justboom-digi-hat/ image: 'justboom-digi-hat.png' pincount: 40 -eeprom: yes +eeprom: setup power: '1': '2': @@ -43,6 +43,10 @@ pin: '40': name: DOUT mode: i2s + i2c: + '0x3B': + name: Digital Interface Transceiver + device: WM8804G --> #Digi HAT diff --git a/src/en/overlay/justboom-digi-zero.md b/src/en/overlay/justboom-digi-zero.md index 4e68709..d4f770e 100644 --- a/src/en/overlay/justboom-digi-zero.md +++ b/src/en/overlay/justboom-digi-zero.md @@ -43,6 +43,10 @@ pin: '40': name: DOUT mode: i2s + i2c: + '0x3B': + name: Digital Interface Transceiver + device: WM8804G --> #Digi Zero diff --git a/src/en/overlay/papirus-hat.md b/src/en/overlay/papirus-hat.md index 8a9743d..2f4f736 100644 --- a/src/en/overlay/papirus-hat.md +++ b/src/en/overlay/papirus-hat.md @@ -11,7 +11,7 @@ github: https://github.com/PiSupply/PaPiRus buy: https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/ image: 'papirus-hat.png' pincount: 40 -eeprom: setup +eeprom: yes power: '1': '2': @@ -56,21 +56,30 @@ pin: '26': mode: spi '36': - name: Button 1 + name: SW1 mode: input active: low '37': - name: Button 2 + name: SW2 mode: input active: low '38': - name: Button 3 + name: SW3 mode: input active: low '40': - name: Button 4 + name: SW4 mode: input active: low + i2c: + '0x4B': + name: Temperature Sensor + device: LM75BD + '0x6F': + name: Real Time Clock + device: MCP7940N + + --> #PaPiRus HAT diff --git a/src/en/overlay/papirus-zero.md b/src/en/overlay/papirus-zero.md index b8c6cb4..7358fa7 100644 --- a/src/en/overlay/papirus-zero.md +++ b/src/en/overlay/papirus-zero.md @@ -52,25 +52,29 @@ pin: '26': mode: spi '35': - name: Button 3 + name: SW4 mode: input active: low '36': - name: Button 4 + name: SW2 mode: input active: low '37': - name: Button 2 + name: SW5 mode: input active: low '38': - name: Button 1 + name: SW3 mode: input active: low '40': - name: Button 5 + name: SW1 mode: input active: low + i2c: + '0x4B': + name: Temperature Sensor + device: LM75BD --> #PaPiRus Zero diff --git a/src/en/overlay/pi-poe.md b/src/en/overlay/pi-poe.md new file mode 100644 index 0000000..4d47279 --- /dev/null +++ b/src/en/overlay/pi-poe.md @@ -0,0 +1,55 @@ + +#Pi PoE Switch HAT +The Pi PoE Switch HAT is an add on board for the Raspberry Pi that brings the Pi Supply Switch technology together with PoE all in one fantastic package! + +You can now power your Raspberry Pi and provide an Ethernet connection in any location with just a single cable. Perfect for removing the clutter of wires and for reliable use in remote locations. + +* Fully 802.3af (mode A and B) compliant active power over Ethernet +* Contains physical layer power negotiation circuitry, presenting itself as a Class 0 device +* Fully isolated switched mode power supply (SMPS) - 1500V isolation input to output +* Overload and short circuit protection +* Over temperature protection +* High efficiency (up to 87%) regulated output +* Input voltage 36-56V, output voltage 5V, output current 10-1300mA, max output power 6.5W +* Onboard ATtiny 13A microcontroller for power management functionality +* Leaves all unused GPIO free for use with other add on boards + +The onboard optional jumper toggles the power functionality: +* Jumper on. The Pi PoE will power on after holding the power button for two seconds +* Jumper off. The Pi PoE will power on as soon as you apply power from your injector +