Merge pull request #99 from uugear/master

Add new boards from UUGear s.r.o.
This commit is contained in:
Philip Howard 2016-06-26 21:50:24 +01:00 committed by GitHub
commit 782cac2146
6 changed files with 98 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
resources/boards/zero4u.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -0,0 +1,24 @@
<!--
---
name: UUGear 7-port USB hub for Raspberry Pi
class: board
type: usb hub
formfactor: other
image: 'uugear-7port-usb-hub.png'
manufacturer: UUGear s.r.o.
description: 7-port USB hub for Raspberry Pi
url: http://www.uugear.com/product/7-port-usb-hub-for-raspberry-pi/
buy: http://www.uugear.com/product/7-port-usb-hub-for-raspberry-pi/
pincount: 40
eeprom: no
power: 5v
-->
# UUGear 7-port USB hub for Raspberry Pi
This is a 7-Port USB hub designed for Raspberry Pi. It extends one USB port on Raspberry Pi to 7 usable USB ports, which allows you to connect much more USB devices to your Raspberry Pi. There is a red LED on board as the power indicator, and seven green LEDs aside the USB ports as transaction indicators.
This USB hub is compatible with all versions of Raspberry Pi, including the old A/B model, A+/B+ model, compute module (with development kit), Raspberry Pi 2 (B model), Raspberry Pi Zero and Raspberry Pi 3 (B model). The board size of this USB hub is the same with Raspberry Pi B+ or Raspberry Pi 2/3 (B model). The old Raspberry Pi A and B model also have the same size, except that they dont have those rounded corners. This USB hub has 6 mounting holes at correct positions and could be mounted under any Raspberry Pi model except the compute module.
For different models of Raspberry Pi, this USB hub uses different approaches to (optionally) back-power the Raspberry Pi, which significantly simplifies your wiring and allows you to power both the USB hub and Raspberry Pi with only one power supply.
There are also 7 digital output pins on board, which can tell whether a USB port is in used. These output pins are in 3.3V level and can be directly connected to Raspberry Pis GPIO pin, or connected to an external microcontroller.

View File

@ -0,0 +1,50 @@
<!--
---
name: Witty Pi
class: board
type: rtc,switch,power
formfactor: HAT
image: 'witty-pi.png'
manufacturer: UUGear s.r.o.
description: Realtime clock and power management for Raspberry Pi
url: http://www.uugear.com/product/witty-pi-realtime-clock-and-power-management-for-raspberry-pi/
github: https://github.com/uugear/Witty-Pi
buy: http://www.uugear.com/product/witty-pi-realtime-clock-and-power-management-for-raspberry-pi/
pincount: 40
eeprom: no
power: 5v
pin:
'3':
name: SDA
mode: i2c
'5':
name: SCL
mode: i2c
'7':
name: HALT
mode: input
'11':
name: LED
mode: output
'8':
name: TXD
mode: other
i2c:
'0x68':
name: DS1307
device: DS1307
-->
# Witty-Pi
Witty Pi is an extension board that adds realtime clock and power management to your Raspberry Pi. You can turn on/off your Raspberry Pi with a single tap on the button on Witty Pi, and the power supply for Raspberry Pi and all its USB peripherals will get fully cut after the shutdown. Witty Pi has a CR2032 backed realtime clock (DS1337) on board, and can keep time for Raspberry Pi when it is off. You can schedule next shutdown/startup of your Pi via the software. A user-defined schedule script could be used for complex use case, which requires scheduling multiple shutdowns and startups at different moments.
You can use the two commands below to install software for Witty Pi:
```bash
wget http://www.uugear.com/repo/WittyPi/installWittyPi.sh
sudo sh installWittyPi.sh
```
After the installation is done, reboot your Raspberry Pi and your Witty Pi is ready to go.
Witty Pi supports all Raspberry Pi models that have 40-pin header, including A+, B+, 2B, 3B and Zero.

24
src/en/overlay/zero4u.md Normal file
View File

@ -0,0 +1,24 @@
<!--
---
name: Zero4U
class: board
type: usb hub
formfactor: pHAT
image: 'zero4u.png'
manufacturer: UUGear s.r.o.
description: 4-port USB hub for Raspberry Pi Zero
url: http://www.uugear.com/product/zero4u/
buy: http://www.uugear.com/product/zero4u/
pincount: 40
eeprom: no
power: 5v
-->
# Zero4U
Zero4U is a 4-port USB hub for Raspberry Pi Zero, and it can be mounted to Raspberry Pi Zero back-to-back. The 4 pogo pins on the back will connect the PP1, PP6, PP22 and PP23 testing pads on Raspberry Pi Zero, hence no soldering will be needed to make it work.
The USB hub will take power directly from your Raspberry Pi Zero, so you dont need to power the USB hub separately. However you can use the JST XH2.54 connector on board as the alternative power input.
There are one blue LED on board as the power indicator, and four white LED aside the USB ports as transaction indicators.
This USB hub can also work with other types of computer. You can use a USB cable to connect the mini-USB port on board to a USB port on the computer.