diff --git a/draft/boards/zero2go.md b/draft/boards/zero2go.md new file mode 100644 index 0000000..8cf755b --- /dev/null +++ b/draft/boards/zero2go.md @@ -0,0 +1,33 @@ + +# Zero2Go + +Zero2Go is a Pi-Zero sized power supply that accepts DC 5~26V and output DC 5V/2.6A max. It allows you to turn on/off your Raspberry Pi (Zero or other models) with a single tap. + +You can use the two commands below to install software for Zero2Go: + +```bash +wget http://www.uugear.com/repo/Zero2Go/installZero2Go.sh + +sudo sh installZero2Go.sh +``` +After the installation is done, reboot your Raspberry Pi and your Zero2Go is fully functional. + +Zero2Go can connect to Raspberry Pi Zero without soldering (via pogo pin connector). It also supports other Raspberry Pi models who have 40-pin header, including A+, B+, 2B, 3B. diff --git a/draft/boards/zero2go.png b/draft/boards/zero2go.png new file mode 100644 index 0000000..639ef36 Binary files /dev/null and b/draft/boards/zero2go.png differ