added GertVGA-666 based on francesco-vannini's submission

This commit is contained in:
RogueM 2017-07-11 19:48:59 +01:00
parent 885f56133e
commit c348f8f69b
17 changed files with 494 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -137,3 +137,4 @@ overlays:
- unicorn-hat-hd
- voice-hat
- inkyphat
- gertvga-666

View File

@ -0,0 +1,74 @@
<!--
---
name: GertVGA 666
class: board
type: other
formfactor: Custom
manufacturer: Pi Supply
description: The Gert VGA 666 is a breakout/add on board for the Raspberry Pi for using a VGA monitor.
url: https://www.kickstarter.com/projects/pisupply/gert-vga-666-kit-hardware-vga-for-raspberry-pi
github: https://github.com/PiSupply/Gert-VGA-666
schematic: https://github.com/fenlogic/vga666/blob/master/documents/vga_manual.pdf
buy: https://www.pi-supply.com/product/gert-vga-666-hardware-vga-raspberry-pi/
image: 'gertvga-666.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
name: V-SYNC
'5':
name: H-SYNC
'7':
name: Blue 2
'8':
name: Green 6
'10':
name: Green 7
'11':
name: Red 3
'12':
name: Red 4
'19':
name: Green 2
'21':
name: Blue 7
'23':
name: Green 3
'24':
name: Blue 6
'26':
name: Blue 5
'29':
name: Blue 3
'31':
name: Blue 4
'32':
name: Green 4
'33':
name: Green 5
'35':
name: Red 5
'36':
name: Red 2
'38':
name: Red 6
'40':
name: Red 7
-->
# GertVGA 666
The Gert VGA 666 (6 bits per colour channel, hence 666) is a breakout/add on board for the Raspberry Pi. It is an open source hardware design released publicly by Gert van Loo.
It is a neat and very useful solution for using a VGA screen/monitor with your Raspberry Pi and is far cheaper than an HDMI to VGA adapter or similar. The VGA connection is driven natively in hardware over the GPIO pins (using a parallel interface) and uses around the same CPU load as the HDMI connection on board. It is capable of displaying 1080p60 VGA video with no CPU load.

View File

@ -31,8 +31,18 @@ Alternatively you can enable the one-wire interface on demand using raspi-config
sudo modprobe w1-gpio
```
once either of the steps above has been performed, you can list the devices your Raspberry Pi can probe via (by default) BCM4, like so:
Newer kernels (4.9.28 and later) allow you to use dynamic overlay loading instead, including creating multiple 1-Wire busses to be used at the same time:
```
sudo dtoverlay w1-gpio gpiopin=4 pullup=0 # header pin 7
sudo dtoverlay w1-gpio gpiopin=17 pullup=0 # header pin 11
sudo dtoverlay w1-gpio gpiopin=27 pullup=0 # header pin 13
```
once any of the steps above have been performed, and discovery is complete you can list the devices that your Raspberry Pi has discovered via all 1-Wire busses (by default BCM4), like so:
```
ls /sys/bus/w1/devices/
```
n.b. Using w1-gpio on the Raspberry Pi typically needs a 4.7 kΩ pull-up resistor connected between the GPIO pin and a 3.3v supply (e.g. header pin 1 or 17). Other means of connecting 1-Wire devices to the Raspberry Pi are also possible, such as using i2c to 1-Wire bridge chips.

View File

@ -0,0 +1,74 @@
<!--
---
name: GertVGA 666
class: board
type: other
formfactor: Custom
manufacturer: Pi Supply
description: The Gert VGA 666 is a breakout/add on board for the Raspberry Pi for using a VGA monitor.
url: https://www.kickstarter.com/projects/pisupply/gert-vga-666-kit-hardware-vga-for-raspberry-pi
github: https://github.com/PiSupply/Gert-VGA-666
schematic: https://github.com/fenlogic/vga666/blob/master/documents/vga_manual.pdf
buy: https://www.pi-supply.com/product/gert-vga-666-hardware-vga-raspberry-pi/
image: 'gertvga-666.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
name: V-SYNC
'5':
name: H-SYNC
'7':
name: Blue 2
'8':
name: Green 6
'10':
name: Green 7
'11':
name: Red 3
'12':
name: Red 4
'19':
name: Green 2
'21':
name: Blue 7
'23':
name: Green 3
'24':
name: Blue 6
'26':
name: Blue 5
'29':
name: Blue 3
'31':
name: Blue 4
'32':
name: Green 4
'33':
name: Green 5
'35':
name: Red 5
'36':
name: Red 2
'38':
name: Red 6
'40':
name: Red 7
-->
# GertVGA 666
The Gert VGA 666 (6 bits per colour channel, hence 666) is a breakout/add on board for the Raspberry Pi. It is an open source hardware design released publicly by Gert van Loo.
It is a neat and very useful solution for using a VGA screen/monitor with your Raspberry Pi and is far cheaper than an HDMI to VGA adapter or similar. The VGA connection is driven natively in hardware over the GPIO pins (using a parallel interface) and uses around the same CPU load as the HDMI connection on board. It is capable of displaying 1080p60 VGA video with no CPU load.

View File

@ -136,3 +136,4 @@ overlays:
- zero-lipo
- zeroseg
- inkyphat
- gertvga-666

View File

@ -137,3 +137,4 @@ overlays:
- unicorn-hat-hd
- voice-hat
- inkyphat
- gertvga-666

View File

@ -0,0 +1,74 @@
<!--
---
name: GertVGA 666
class: board
type: other
formfactor: Custom
manufacturer: Pi Supply
description: The Gert VGA 666 is a breakout/add on board for the Raspberry Pi for using a VGA monitor.
url: https://www.kickstarter.com/projects/pisupply/gert-vga-666-kit-hardware-vga-for-raspberry-pi
github: https://github.com/PiSupply/Gert-VGA-666
schematic: https://github.com/fenlogic/vga666/blob/master/documents/vga_manual.pdf
buy: https://www.pi-supply.com/product/gert-vga-666-hardware-vga-raspberry-pi/
image: 'gertvga-666.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
name: V-SYNC
'5':
name: H-SYNC
'7':
name: Blue 2
'8':
name: Green 6
'10':
name: Green 7
'11':
name: Red 3
'12':
name: Red 4
'19':
name: Green 2
'21':
name: Blue 7
'23':
name: Green 3
'24':
name: Blue 6
'26':
name: Blue 5
'29':
name: Blue 3
'31':
name: Blue 4
'32':
name: Green 4
'33':
name: Green 5
'35':
name: Red 5
'36':
name: Red 2
'38':
name: Red 6
'40':
name: Red 7
-->
# GertVGA 666
The Gert VGA 666 (6 bits per colour channel, hence 666) is a breakout/add on board for the Raspberry Pi. It is an open source hardware design released publicly by Gert van Loo.
It is a neat and very useful solution for using a VGA screen/monitor with your Raspberry Pi and is far cheaper than an HDMI to VGA adapter or similar. The VGA connection is driven natively in hardware over the GPIO pins (using a parallel interface) and uses around the same CPU load as the HDMI connection on board. It is capable of displaying 1080p60 VGA video with no CPU load.

View File

@ -137,3 +137,4 @@ overlays:
- unicorn-hat-hd
- voice-hat
- inkyphat
- gertvga-666

View File

@ -0,0 +1,74 @@
<!--
---
name: GertVGA 666
class: board
type: other
formfactor: Custom
manufacturer: Pi Supply
description: The Gert VGA 666 is a breakout/add on board for the Raspberry Pi for using a VGA monitor.
url: https://www.kickstarter.com/projects/pisupply/gert-vga-666-kit-hardware-vga-for-raspberry-pi
github: https://github.com/PiSupply/Gert-VGA-666
schematic: https://github.com/fenlogic/vga666/blob/master/documents/vga_manual.pdf
buy: https://www.pi-supply.com/product/gert-vga-666-hardware-vga-raspberry-pi/
image: 'gertvga-666.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
name: V-SYNC
'5':
name: H-SYNC
'7':
name: Blue 2
'8':
name: Green 6
'10':
name: Green 7
'11':
name: Red 3
'12':
name: Red 4
'19':
name: Green 2
'21':
name: Blue 7
'23':
name: Green 3
'24':
name: Blue 6
'26':
name: Blue 5
'29':
name: Blue 3
'31':
name: Blue 4
'32':
name: Green 4
'33':
name: Green 5
'35':
name: Red 5
'36':
name: Red 2
'38':
name: Red 6
'40':
name: Red 7
-->
# GertVGA 666
The Gert VGA 666 (6 bits per colour channel, hence 666) is a breakout/add on board for the Raspberry Pi. It is an open source hardware design released publicly by Gert van Loo.
It is a neat and very useful solution for using a VGA screen/monitor with your Raspberry Pi and is far cheaper than an HDMI to VGA adapter or similar. The VGA connection is driven natively in hardware over the GPIO pins (using a parallel interface) and uses around the same CPU load as the HDMI connection on board. It is capable of displaying 1080p60 VGA video with no CPU load.

View File

@ -31,8 +31,18 @@ Alternatively you can enable the one-wire interface on demand using raspi-config
sudo modprobe w1-gpio
```
once either of the steps above has been performed, you can list the devices your Raspberry Pi can probe via (by default) BCM4, like so:
Newer kernels (4.9.28 and later) allow you to use dynamic overlay loading instead, including creating multiple 1-Wire busses to be used at the same time:
```
sudo dtoverlay w1-gpio gpiopin=4 pullup=0 # header pin 7
sudo dtoverlay w1-gpio gpiopin=17 pullup=0 # header pin 11
sudo dtoverlay w1-gpio gpiopin=27 pullup=0 # header pin 13
```
once any of the steps above have been performed, and discovery is complete you can list the devices that your Raspberry Pi has discovered via all 1-Wire busses (by default BCM4), like so:
```
ls /sys/bus/w1/devices/
```
n.b. Using w1-gpio on the Raspberry Pi typically needs a 4.7 kΩ pull-up resistor connected between the GPIO pin and a 3.3v supply (e.g. header pin 1 or 17). Other means of connecting 1-Wire devices to the Raspberry Pi are also possible, such as using i2c to 1-Wire bridge chips.

View File

@ -137,3 +137,4 @@ overlays:
- unicorn-hat-hd
- voice-hat
- inkyphat
- gertvga-666

View File

@ -0,0 +1,74 @@
<!--
---
name: GertVGA 666
class: board
type: other
formfactor: Custom
manufacturer: Pi Supply
description: The Gert VGA 666 is a breakout/add on board for the Raspberry Pi for using a VGA monitor.
url: https://www.kickstarter.com/projects/pisupply/gert-vga-666-kit-hardware-vga-for-raspberry-pi
github: https://github.com/PiSupply/Gert-VGA-666
schematic: https://github.com/fenlogic/vga666/blob/master/documents/vga_manual.pdf
buy: https://www.pi-supply.com/product/gert-vga-666-hardware-vga-raspberry-pi/
image: 'gertvga-666.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
name: V-SYNC
'5':
name: H-SYNC
'7':
name: Blue 2
'8':
name: Green 6
'10':
name: Green 7
'11':
name: Red 3
'12':
name: Red 4
'19':
name: Green 2
'21':
name: Blue 7
'23':
name: Green 3
'24':
name: Blue 6
'26':
name: Blue 5
'29':
name: Blue 3
'31':
name: Blue 4
'32':
name: Green 4
'33':
name: Green 5
'35':
name: Red 5
'36':
name: Red 2
'38':
name: Red 6
'40':
name: Red 7
-->
# GertVGA 666
The Gert VGA 666 (6 bits per colour channel, hence 666) is a breakout/add on board for the Raspberry Pi. It is an open source hardware design released publicly by Gert van Loo.
It is a neat and very useful solution for using a VGA screen/monitor with your Raspberry Pi and is far cheaper than an HDMI to VGA adapter or similar. The VGA connection is driven natively in hardware over the GPIO pins (using a parallel interface) and uses around the same CPU load as the HDMI connection on board. It is capable of displaying 1080p60 VGA video with no CPU load.

View File

@ -31,8 +31,18 @@ Alternatively you can enable the one-wire interface on demand using raspi-config
sudo modprobe w1-gpio
```
once either of the steps above has been performed, you can list the devices your Raspberry Pi can probe via (by default) BCM4, like so:
Newer kernels (4.9.28 and later) allow you to use dynamic overlay loading instead, including creating multiple 1-Wire busses to be used at the same time:
```
sudo dtoverlay w1-gpio gpiopin=4 pullup=0 # header pin 7
sudo dtoverlay w1-gpio gpiopin=17 pullup=0 # header pin 11
sudo dtoverlay w1-gpio gpiopin=27 pullup=0 # header pin 13
```
once any of the steps above have been performed, and discovery is complete you can list the devices that your Raspberry Pi has discovered via all 1-Wire busses (by default BCM4), like so:
```
ls /sys/bus/w1/devices/
```
n.b. Using w1-gpio on the Raspberry Pi typically needs a 4.7 kΩ pull-up resistor connected between the GPIO pin and a 3.3v supply (e.g. header pin 1 or 17). Other means of connecting 1-Wire devices to the Raspberry Pi are also possible, such as using i2c to 1-Wire bridge chips.

View File

@ -137,3 +137,4 @@ overlays:
- unicorn-hat-hd
- voice-hat
- inkyphat
- gertvga-666

View File

@ -0,0 +1,74 @@
<!--
---
name: GertVGA 666
class: board
type: other
formfactor: Custom
manufacturer: Pi Supply
description: The Gert VGA 666 is a breakout/add on board for the Raspberry Pi for using a VGA monitor.
url: https://www.kickstarter.com/projects/pisupply/gert-vga-666-kit-hardware-vga-for-raspberry-pi
github: https://github.com/PiSupply/Gert-VGA-666
schematic: https://github.com/fenlogic/vga666/blob/master/documents/vga_manual.pdf
buy: https://www.pi-supply.com/product/gert-vga-666-hardware-vga-raspberry-pi/
image: 'gertvga-666.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
name: V-SYNC
'5':
name: H-SYNC
'7':
name: Blue 2
'8':
name: Green 6
'10':
name: Green 7
'11':
name: Red 3
'12':
name: Red 4
'19':
name: Green 2
'21':
name: Blue 7
'23':
name: Green 3
'24':
name: Blue 6
'26':
name: Blue 5
'29':
name: Blue 3
'31':
name: Blue 4
'32':
name: Green 4
'33':
name: Green 5
'35':
name: Red 5
'36':
name: Red 2
'38':
name: Red 6
'40':
name: Red 7
-->
# GertVGA 666
The Gert VGA 666 (6 bits per colour channel, hence 666) is a breakout/add on board for the Raspberry Pi. It is an open source hardware design released publicly by Gert van Loo.
It is a neat and very useful solution for using a VGA screen/monitor with your Raspberry Pi and is far cheaper than an HDMI to VGA adapter or similar. The VGA connection is driven natively in hardware over the GPIO pins (using a parallel interface) and uses around the same CPU load as the HDMI connection on board. It is capable of displaying 1080p60 VGA video with no CPU load.

View File

@ -31,8 +31,18 @@ Alternatively you can enable the one-wire interface on demand using raspi-config
sudo modprobe w1-gpio
```
once either of the steps above has been performed, you can list the devices your Raspberry Pi can probe via (by default) BCM4, like so:
Newer kernels (4.9.28 and later) allow you to use dynamic overlay loading instead, including creating multiple 1-Wire busses to be used at the same time:
```
sudo dtoverlay w1-gpio gpiopin=4 pullup=0 # header pin 7
sudo dtoverlay w1-gpio gpiopin=17 pullup=0 # header pin 11
sudo dtoverlay w1-gpio gpiopin=27 pullup=0 # header pin 13
```
once any of the steps above have been performed, and discovery is complete you can list the devices that your Raspberry Pi has discovered via all 1-Wire busses (by default BCM4), like so:
```
ls /sys/bus/w1/devices/
```
n.b. Using w1-gpio on the Raspberry Pi typically needs a 4.7 kΩ pull-up resistor connected between the GPIO pin and a 3.3v supply (e.g. header pin 1 or 17). Other means of connecting 1-Wire devices to the Raspberry Pi are also possible, such as using i2c to 1-Wire bridge chips.