# Introducing the Raspberry Pi Zero

## A Tour of the Pi Zero

It's Thanksgiving 2015 - the turkey's brining, the potatos not-yet-mashed...and from Pi Towers the call goes out **A NEW PI IS BORN! LONG LIVE THE PI!**

**The Pi Zero - the smallest, thinnest, most-affordable Pi ever.&nbsp;** So much so, it comes free with every issue of MagPi #40.

Want to get your own? **[Pick up a Raspberry Pi Zero starter kit, basic kit or just the bare computer board at the adafruit shop.](http://adafruit.com/pizero)**

![](https://cdn-learn.adafruit.com/assets/assets/000/028/776/medium800/raspberry_pi_PiZeroStarter_kit_Revised_with_8GB_Card_ORIG.jpg?1448520965)

# What's new? What's different?

Wow a new Pi - so exciting! The Pi Zero is the smallest, most affordable Pi ever. Wonder what's new & different? Let's check it out!

![](https://cdn-learn.adafruit.com/assets/assets/000/028/756/medium800/raspberry_pi_pinouttop.jpg?1448517561)

![](https://cdn-learn.adafruit.com/assets/assets/000/028/757/medium800/raspberry_pi_pinsbottom.jpg?1448517588)

# Size

First up, the Pi Zero is&nbsp; **small** and&nbsp; **thin** &nbsp;

**65mm long x 30mm wide**  **x 5mm thick**

(31mm if you include the little sticky-out bits of the microUSB jacks)

![](https://cdn-learn.adafruit.com/assets/assets/000/028/759/medium800/raspberry_pi_quarter.jpg?1448518214)

Way smaller than the Pi 2 or B+ and even smaller than the A+, its 60% the size of the A+: same length, and about half the width:

![](https://cdn-learn.adafruit.com/assets/assets/000/028/758/medium800/raspberry_pi_sizediff.gif?1448517967)

And about 40% the size of the Pi 2 or B+

![](https://cdn-learn.adafruit.com/assets/assets/000/028/760/medium800/raspberry_pi_pi2compare.jpg?1448518546)

# Processor and Speed

To keep the Pi Zero low cost, the processor and RAM are kept pretty basic. Instead of the Pi 2's zippy quad core ARM v7, we're back to a single-core 1GHz ARM (same processor in the Pi Model B+ and A+). We also have 512 MB of RAM with a 'package-on-package' setup. The chip shown here:

![](https://cdn-learn.adafruit.com/assets/assets/000/028/761/medium800/raspberry_pi_proc.jpg?1448518853)

Is the RAM that is sitting _on top_ of the main processor.

For maker and hacker projects, this isn't a big deal. You're essentially going to get the same performance as the Pi A+ or B+. If you're looking for something that can do some more serious processing, [check out the Pi 2](https://www.adafruit.com/products/2358)

# Micro SD Card Holder

Not much has changed here, we're still going with MicroSD for size and ease of use (they're the most common card size these days!) This time the card holder is up top and is **push-pull** style not **push-push**. Honestly, I prefer it this way since you wont accidentally 'push-pop' the card out

![](https://cdn-learn.adafruit.com/assets/assets/000/028/762/medium800/raspberry_pi_microsd.jpg?1448519058)

# Video Out

HDMI Video is still available, you'll want to use a&nbsp;[Mini to Standard HDMI adapter](https://www.adafruit.com/products/2819) to connect an HDMI cable. There's no 3.5mm jack with composite out, however you can get PAL or NTSC out via two 0.1" pads. [We've got a bigger write-up here about Pi Zero video outputs.](../../../../introducing-the-raspberry-pi-zero/video-outputs)

![](https://cdn-learn.adafruit.com/assets/assets/000/028/763/medium800/raspberry_pi_vidout.jpg?1448519226)

# Audio out

No analog audio out, but if you connect HDMI to a monitor with speakers you will get HDMI digital audio. It's also possible to hack analog audio out with a few passive components, [see our more detailed look at Pi Zero audio output options.](../../../../introducing-the-raspberry-pi-zero/audio-outputs)

# USB Port

Like the Pi Model A+, the Pi Zero **does not have a USB Hub built in** which means you get **one USB port**! Moreover that USB port is not a standard type A port, instead it is a 'USB On-The-Go' port

![](https://cdn-learn.adafruit.com/assets/assets/000/028/764/medium800/raspberry_pi_usboth.jpg?1448519564)

In order to connect a USB device (mouse, keyboard, WiFi) etc you'll need a **[USB OTG micro B to A cable](https://www.adafruit.com/products/1099)**:

![](https://cdn-learn.adafruit.com/assets/assets/000/028/765/medium800/raspberry_pi_1099-00.jpg?1448519616)

If you need to connect multiple USB devices, a simple USB hub will do what you need. [A powered hub is even better](https://www.adafruit.com/products/961), and will let you power high-current USB devices like WiFi adapters and even external USB hard-drives.

![](https://cdn-learn.adafruit.com/assets/assets/000/028/766/medium800/raspberry_pi_961-07.jpg?1448519757)

As a bonus you can power the Pi Zero _from_ the hub (the power cable does not pass any data) - just plug the power micro USB cable into one of the ports.

# GPIO Header

&nbsp;To keep the Zero as simple and small as possible, the 'normal' GPIO header spot has been left blank! Normally, [a 2x20 male header is soldered in there](https://www.adafruit.com/products/2822). While you could grab one of those and solder them in, the empty spot has a lot of potential. For example, you can solder in right-angle socket header, and turn the Pi Zero it a sort of 'daughter card'

![](https://cdn-learn.adafruit.com/assets/assets/000/028/775/medium800/raspberry_pi_zero_iso_demo_3A_ORIG.jpg?1448520626)

[We've got more ideas and suggestions on our GPIO header detail page](../../../../introducing-the-raspberry-pi-zero/gpio-header-options)

# Introducing the Raspberry Pi Zero

## Setting up your SD card

![](https://cdn-learn.adafruit.com/assets/assets/000/028/707/medium800/raspberry_pi_1537-02.jpg?1448471840)

Before you can power up your Pi Zero, you will need to program in the SD card with an **Operating System**

Much like your computer has Windows, Mac OS X or Linux on it to make it run, the Raspberry Pi needs something to help it boot and run software. That software is **Raspbian Linux** (a _flavor_ of Debian Linux). [You can check out our tutorial on What Is Linux if you're curious to learn more](../../../../what-is-linux)

If you just want to get rockin, grab the [latest](https://www.raspberrypi.org/downloads/raspbian/) **Raspbian Jessie** operating system [from the Raspberry Pi downloads page](https://www.raspberrypi.org/downloads/)

Just click the button below!

[Download Latest Raspbian](https://downloads.raspberrypi.org/raspbian_latest)
Warning: 

![](https://cdn-learn.adafruit.com/assets/assets/000/028/740/medium800/raspberry_pi_jessie.png?1448512532)

Once downloaded, unzip the zip file, the full image is about 4.5 Gigabytes.

Next up grab your SD or micro SD card reader and plug it into your computer

![](https://cdn-learn.adafruit.com/assets/assets/000/028/709/medium800/raspberry_pi_939-02.jpg?1448472274)

Now follow our guide for&nbsp;[Windows](../../../../introducing-the-raspberry-pi-zero/making-an-sd-card-using-a-windows-vista-slash-7) or&nbsp;[Mac OS X](../../../../introducing-the-raspberry-pi-zero/making-an-sd-card-using-a-mac) to burn the image

![](https://cdn-learn.adafruit.com/assets/assets/000/028/743/medium800/raspberry_pi_microsd.jpg?1448513437)

Once you're done, plug the micro SD card into the slot indicated. It will fit snugly in place but you won't hear or feel a 'click'

# Introducing the Raspberry Pi Zero

## Making an SD Card – Using Windows

We really like using balenaEtcher for burning SD cards. Works great on any version of Windows, macOS and Linux. It will not over-write your backup disk drive, and can handle compressed images so you do not need to unzip them!

# **Step 1.**

Download Etcher from:&nbsp;[https://www.balena.io/etcher/](https://www.balena.io/etcher/)

[Download balenaEtcher](https://www.balena.io/etcher/)
![](https://cdn-learn.adafruit.com/assets/assets/000/037/649/medium800/learn_raspberry_pi_etcher.png?1480706374)

# **Step 2.**

Run the downloaded app to install!

![](https://cdn-learn.adafruit.com/assets/assets/000/037/650/medium800/learn_raspberry_pi_installer.png?1480706415)

You can start immediately, doubleclick the Etcher desktop icon, or select it from the Start menu

# **Step 3.**

Eject any external storage devices such as USB flash drives and backup hard disks. This makes it easier to identify the SD card. Then insert the SD card into the slot on your computer or into the reader.

# **Step 4.**

Run the Etcher program

![](https://cdn-learn.adafruit.com/assets/assets/000/037/652/medium800/learn_raspberry_pi_select_image.png?1480706577)

This will launch the following application.

![](https://cdn-learn.adafruit.com/assets/assets/000/037/651/medium800/learn_raspberry_pi_select_image.png?1480706495)

# **Step 5.**

Select the image file by clicking **Select Image** you can select a compressed file such as a **.zip** or **.gz**

![](https://cdn-learn.adafruit.com/assets/assets/000/037/653/medium800/learn_raspberry_pi_select.png?1480706693)

# Step 6.

Etcher will automatically try to detect the SD drive, check the size to make sure its the right one

Then click **Flash!**

![](https://cdn-learn.adafruit.com/assets/assets/000/037/654/medium800/learn_raspberry_pi_burn.png?1480706799)

Check that you have the right device, as it will be reformatted, and then click Install.

It will take a few minutes to install, but once the SD card is ready, you will see the following.

![](https://cdn-learn.adafruit.com/assets/assets/000/037/657/medium800/learn_raspberry_pi_done.png?1480707318)

That's all there is to it. Your SD card is ready for use in your Raspberry Pi.

# Faster writes

If you burn a lot of cards, speed it up by turning off **Validate write on success**

![](https://cdn-learn.adafruit.com/assets/assets/000/037/656/medium800/learn_raspberry_pi_validate.png?1480706860)

# Introducing the Raspberry Pi Zero

## Making an SD Card – Using a Mac

We really like using balena **Etcher** for burning SD cards. Works great on Mac OS X 10.9 or later, won't over-write your backup disk drive, and can handle compressed images so you do not need to unzip them!

## Mac OS Catalina Issues

If you are having issues running Etcher on the Catalina release of Mac OS, see the links below for more information and some suggested workarounds.

- [Issue 2833](https://github.com/balena-io/etcher/issues/2833)
- [Issue 2911](https://github.com/balena-io/etcher/issues/2911)
- [Balena forum post](https://forums.balena.io/t/balena-and-mac-catalina-not-working/38073)

Most success has been reported by simply running Etcher from the command line using sudo:

```none
sudo /Applications/balenaEtcher.app/Contents/MacOS/balenaEtcher
```

# **Step 1.**

Download Etcher from&nbsp;[https://www.balena.io/etcher/](https://www.balena.io/etcher/)

[Download Etcher](https://www.balena.io/etcher/)
# **Step 2.**

Open the downloaded disk image and drag the balenaEtcher application to the Applications folder. You can then eject the disk image.

![](https://cdn-learn.adafruit.com/assets/assets/000/075/472/medium800/learn_raspberry_pi_Screen_Shot_2019-05-08_at_3.34.47_PM.png?1557351367)

# **Step 3.**

Eject any external storage devices such as USB flash drives and backup hard disks. This makes it easier to identify the SD card. Then insert the SD card into the slot on your computer or into the reader.

# **Step 4.**

Run the Etcher application.

![](https://cdn-learn.adafruit.com/assets/assets/000/075/473/medium800/learn_raspberry_pi_Screen_Shot_2019-05-08_at_3.37.47_PM.png?1557351503)

The first time you run Etcher you’ll be asked to confirm the download. Click “Open” to continue.

![](https://cdn-learn.adafruit.com/assets/assets/000/037/679/medium800/learn_raspberry_pi_3confirm.png?1480733697)

This will launch the Etcher application…

![](https://cdn-learn.adafruit.com/assets/assets/000/037/680/medium800/learn_raspberry_pi_4file1.png?1480733779)

# **Step 5.**

Select the SD card image file by clicking&nbsp; **Select Image.** &nbsp;You can choose&nbsp;a compressed SD image file such as a&nbsp; **.zip&nbsp;** or&nbsp; **.gz** or an uncompressed **.img** , it’s all good!

![](https://cdn-learn.adafruit.com/assets/assets/000/037/681/medium800/learn_raspberry_pi_4file2.png?1480733845)

# **Step 6.**

Etcher will automatically try to detect the SD drive.&nbsp;If you don’t have an SD card currently inserted, you’ll be prompted to connect one.

![](https://cdn-learn.adafruit.com/assets/assets/000/037/682/medium800/learn_raspberry_pi_5drive.png?1480734002)

Check the disk size to make sure its the right one, that it’s not overwriting your main drive or anything nasty.&nbsp;

Then click&nbsp; **Flash!** _A-ah!_

![](https://cdn-learn.adafruit.com/assets/assets/000/037/683/medium800/learn_raspberry_pi_6flash.png?1480734053)

Etcher will work for a few minutes to “burn” the SD image to the card. You’ll see&nbsp;a progress bar as it works.&nbsp;This is about the time you’ll wish you’d splurged on a high-speed card.

Once the SD card is ready, you will see the following:

![](https://cdn-learn.adafruit.com/assets/assets/000/037/684/medium800/learn_raspberry_pi_7complete.png?1480734065)

The card will be unmounted automatically, so you can pull it out now and use it in your Raspberry Pi.

# **Faster Writes**

If you find yourself burning a lot of SD cards, you can speed things up by clicking the gear icon at the top-right, then turn off the “Validate write” option. I’ve written _hundreds_ of cards and only had _one_ fail validation.

![](https://cdn-learn.adafruit.com/assets/assets/000/037/685/medium800/learn_raspberry_pi_8settings.png?1480734077)

# Introducing the Raspberry Pi Zero

## Video Outputs

The Raspberry Pi chipset was originally designed to be a HDMI/graphics co-processor for mobile devices. For that reason, it has quite a bit of 'HDMI horsepower' and can, despite it's small size, play 1080p video at full screen.

# HDMI Video Out

[The easiest & fastest way to get video going is to connect up an HDMI display](https://www.adafruit.com/categories/506). We have a ton of options, and any HDMI display size from 640x480 up to 1920x1080 will work. The Mini HDMI port is conveniently labeled and shown below:

![](https://cdn-learn.adafruit.com/assets/assets/000/028/745/medium800/raspberry_pi_HDMI.jpg?1448514955)

![](https://cdn-learn.adafruit.com/assets/assets/000/028/746/medium800/raspberry_pi_hdmi2.jpg?1448514975)

[For example, our 5" HDMI touch backpack which is the smallest all-in-one display we carry can be powered from the Pi Zero's USB port and provide a touchscreen at the same time](https://www.adafruit.com/products/2260)

![](https://cdn-learn.adafruit.com/assets/assets/000/028/744/medium800/raspberry_pi_2260-03.jpg?1448514876)

_(Shown here with a Pi 2 because, well, the Pi Zero wasn't out at the time)_

To connect an HDMI device, you'll need 2 things, a&nbsp;**[Mini HDMI to HDMI Adapter](https://www.adafruit.com/products/2819)** and an [HDMI Cable](https://www.adafruit.com/products/608)

The HDMI cable is pretty straight-forward to understand, and you can get one anywhere. The HDMI adapter is required because the Pi Zero does not have a standard size HDMI port, instead the port is slimmer and smaller to keep the Zero petite. The adapter is pretty straight forward to use - plug it into the Pi Zero and the port is now large enough for any standard HDMI cable

![](https://cdn-learn.adafruit.com/assets/assets/000/028/747/medium800/raspberry_pi_2819-00.jpg?1448515161)

# PiTFT Video

Even though it is 'half size' of the A+, [you can still use any of our PiTFT's on the Pi Zero](https://www.adafruit.com/search?q=pitft&b=1) You can use any size from our 2.2" 320x240 PiTFT HAT, up to our 3.5" Touchscreen 480x320.

Before you can plug in a HAT or PiTFT [you'll need to solder in the 2x20 male header](https://www.adafruit.com/products/2822)

Then follow the tutorial for the PiTFT of your choice! Be sure to pick the Jessie install image

![](https://cdn-learn.adafruit.com/assets/assets/000/028/753/medium800/raspberry_pi_adafruit_products_2455_top_display_2A_ORIG.jpg?1448516069)

# VGA Video Out

This one is pretty easy, just use the HDMI adapter above, and an [HDMI to VGA adapter (this also has the benefit of giving you an audio output)](https://www.adafruit.com/products/1151)

![](https://cdn-learn.adafruit.com/assets/assets/000/028/748/medium800/raspberry_pi_1151-02.jpg?1448515244)

# NTSC/PAL Composite Video

OK so you want TV video? Maybe for one of our [very tiny composite video screens](https://www.adafruit.com/categories/110)?

![](https://cdn-learn.adafruit.com/assets/assets/000/028/750/medium800/raspberry_pi_911-02.jpg?1448515373)

Well, the quality is not going to be nearly as nice as with VGA or HDMI but you can do it. Find the two pads marked **TV** on the 'Zero

![](https://cdn-learn.adafruit.com/assets/assets/000/028/751/medium800/raspberry_pi_composite.jpg?1448515431)

The hole on the left, nearest to the **TV** text, is the signal (+) line, the pin to the right of it is the ground (-) line. Solder two wires to these pads and connect them to an&nbsp;[RCA Jack](https://www.adafruit.com/products/2792) like this one

![](https://cdn-learn.adafruit.com/assets/assets/000/028/752/medium800/raspberry_pi_2792-00.jpg?1448515495)

Make sure to not have HDMI plugged in, it should auto-switch to TV out. If you have somehow set your Pi for HDMI out only, plug your HDMI screen back in, or use a console cable to connect and log into the Pi. Then run **sudo raspi-config** at a command line to set video output to composite! [You'll also want to tweak your Pi to use composite in the nicest resolution possible](../../../../using-a-mini-pal-ntsc-display-with-a-raspberry-pi/)

# Introducing the Raspberry Pi Zero

## Audio Outputs

Uh, well, there aren't any! That's right, to keep the Pi Zero small and low cost, the headphone audio filter isn't included

You can still get digital audio out via HDMI so if you plug it your Pi into a monitor with speakers, that will work fine.

Warning: 

# **How to Add Audio Outputs to your Pi Zero**

**Hey, wanna do the below but with step-by-step instructions? We wrote a tutorial!**

**[Click here to do the thing @ https://learn.adafruit.com/adding-basic-audio-ouput-to-raspberry-pi-zero](../../../../adding-basic-audio-ouput-to-raspberry-pi-zero)**

# How Other Pi's Create Audio

GPIO #18 is also known as PWM0 and in the original Pi was coupled with a very basic RC filter to create the audio output:

![](https://cdn-learn.adafruit.com/assets/assets/000/028/754/medium800/raspberry_pi_audiofilter.png?1448516534)

If you don't mind getting a few 150 and 270 ohm resistors, and two each of about 33nF (also known as 0.033uF) and 10uF capacitors, you can basically recreate those two filters.

Now all you need is access to PWM0\_OUT and PWM1\_OUT, which are...on GPIO #40 and #45 and are not brought out on the Pi Zero. Tragedy? Give up? No! You can get to **PWM0** on GPIO #18 (ALT5) and **PWM1** on GPIO #13 **&nbsp;** (ALT0) or GPIO # **19** (ALT5) -&nbsp;[see the full list of pins and alternate functions here](http://elinux.org/RPi_BCM2835_GPIOs)

You can do _that_ by adjusting the device tree overlay to change the PWM audio pins from pins #40 and #45 (which are not accessable) to pins #18 and #13 [This very nice Pi forum thread will tell you how!](https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=86609)

See here for a [program that will let you set the alt forms of GPIO pins](https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=39138)

If you want a higher quality audio output, the B+ and Pi 2 use this schematic - it has a driving buffer on the audio PWM lines for better current drive _and_ it uses a cleaner 2.5V reference for better quality audio.

![](https://cdn-learn.adafruit.com/assets/assets/000/028/850/medium800/raspberry_pi_audio.png?1449170282)

# Introducing the Raspberry Pi Zero

## GPIO header options

![](https://cdn-learn.adafruit.com/assets/assets/000/028/767/medium800/raspberry_pi_ports.jpg?1448520098)

The most intriguing difference for hackers and makers is that the Pi Zero does not come with the soldered GPIO header. Partially this is to save cost, but it also allows the Pi Zero to be very thin and gives you the option of embedding it easily into a project box.

**Cons:**

- You have to solder in the header to use Pi HATs and Pi toppers

**Pros:**

- You can practice your soldering!
- Can skip the GPIO header to keep the Pi Zero super slim
- Solder wires directly into the GPIO pads, use only what you need
- Try different, exotic headers such as right angle or socket header

# Go Classic with 2x20 Male Header

&nbsp;Like blue jeans and Coca-Cola, [the 2x20 male header is the classic option.](https://www.adafruit.com/products/2822)

![](https://cdn-learn.adafruit.com/assets/assets/000/028/768/medium800/raspberry_pi_2822-00.jpg?1448520203)

Once soldered in, you can plug in any HAT or topper. The pinout is completely identical to the 2x20 headers on the Pi 2 and Pi A+ & B+

![](https://cdn-learn.adafruit.com/assets/assets/000/028/769/medium800/raspberry_pi_zero_iso_demo_1B_ORIG.jpg?1448520213)

# Or 2x20 Female Socket Header

This one is interesting,&nbsp;[if you solder in a 2x20 female socket header](https://www.adafruit.com/products/2222)

![](https://cdn-learn.adafruit.com/assets/assets/000/028/770/medium800/raspberry_pi_2222-00.jpg?1448520384)

and attach it upside down you can plug it right into a T-Cobbler!

![](https://cdn-learn.adafruit.com/assets/assets/000/028/771/medium800/raspberry_pi_2818_iso_demo_2A_ORIG.jpg?1448520404)

# Advanced 2x20 Right-Angle Female Socket Header

Or, take it even more _extreme_ with [2x20 right angle female header](https://www.adafruit.com/products/2823)

![](https://cdn-learn.adafruit.com/assets/assets/000/028/772/medium800/raspberry_pi_2823-00.jpg?1448520475)

Now you can stick it into a Cobbler or T-Cobbler and it will sit sort of like a computer daughtercard!

![](https://cdn-learn.adafruit.com/assets/assets/000/028/774/medium800/raspberry_pi_zero_iso_demo_3A_ORIG.jpg?1448520517)

# Introducing the Raspberry Pi Zero

## Is My Pi Zero Dead?

The Pi Zero is so minimal, it can be tough to tell if its working at all. Here's how to do a quick check (from [this sticky](https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=58151))!

- Take your Zero, with nothing in any slot or socket (yes, no SD-card is needed or wanted to do this test!).
- Take a normal micro-USB to USB-A **DATA SYNC** cable (not a charge-only cable! make sure its a true data sync cable!)
- Connect the USB cable to your PC, plugging the micro-USB into the Pi's USB, ( **_not the PWR\_IN_** ).
- If the Zero is alive, your Windows PC will go ding for the presence of new hardware & you should see "BCM2708 Boot" in Device Manager.
- Or on linux, run&nbsp; **sudo lsusb** or run **dmesg** and look for a `ID 0a5c:2763 Broadcom Corp `message. If you see that, so far so good, you know the Zero's not dead.

I tested on Linux and here's my actual dmesg:  
`[226314.048026] usb 4-2: new full-speed USB device number 82 using uhci_hcd[226314.213273] usb 4-2: New USB device found, idVendor=0a5c, idProduct=2763[226314.213280] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0[226314.213284] usb 4-2: Product: BCM2708 Boot[226314.213288] usb 4-2: Manufacturer: Broadcom`  
  
but there will be NO LED LIGHT (looks so dead but its alive!)

# Introducing the Raspberry Pi Zero

## Is There Even Life?

You can skip this section unless you have reason to believe your Pi Zero isn't alive.

Danger: 

The Pi Zero doesn't have much in the way of blinky LEDs to give you a warm fuzzy that it's doing anything or even alive. And if the GPU doesn't find a valid OS image, it doesn't even turn on the green ACT LED and looks totally dead. Typically this just means something is up with the SD card. Bad card. Bad image. Out of date image. Whatever. **It does not mean the Pi Zero is dead.**

## **Here's how to run a sanity check to verify if the Pi Zero is OK.**

(taken from [here](https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=58151) and also provided [here](../../../../introducing-the-raspberry-pi-zero/is-my-pi-zero-dead))

- Take your Zero, with nothing in any slot or socket (yes, **no SD-card is needed** or wanted to do this test!).
- Take a normal micro-USB to USB-A **DATA SYNC** cable (not a charge-only cable! make sure its a true data sync cable!)
- Connect the USB cable to your PC, plugging the micro-USB into the Pi's USB, ( **_not the PWR\_IN_** ).
- If the Zero is alive, your Windows PC will go ding for the presence of new hardware & you should see "BCM2708 Boot" in Device Manager.
- Or on linux, run&nbsp; **sudo lsusb** or run **dmesg** and look for a `ID 0a5c:2763 Broadcom Corp `message. If you see that, so far so good, you know the Zero's not dead.

Info: 

Below is a Pi Zero connected to a Linux computer via a USB cable and the resulting dmesg output. **Note: there is no SD card installed, USB cable is in USB port, and there are no lights.**

![](https://cdn-learn.adafruit.com/assets/assets/000/041/599/medium800/raspberry_pi_sanity_check.jpg?1494359839)

This is what a **Pi Zero 2 W** shows up as:

![](https://cdn-learn.adafruit.com/assets/assets/000/106/063/medium800/pi_zero_Screenshot_from_2021-11-01_14-02-56.png?1635800628)

Here's what our Windows machine showed:

![](https://cdn-learn.adafruit.com/assets/assets/000/041/830/medium800/raspberry_pi_bcm.png?1495051583)

![](https://cdn-learn.adafruit.com/assets/assets/000/041/831/medium800/raspberry_pi_devmng.png?1495051624)

Looks dead, but it's not.


## Featured Products

### Raspberry Pi Zero Starter Pack - Includes Pi Zero v1.3

[Raspberry Pi Zero Starter Pack - Includes Pi Zero v1.3](https://www.adafruit.com/product/2816)
Remember those cereal commercials that would always say,&nbsp;"part of a complete breakfast"? Well the Pi Zero's a lot like that bowl of cereal - while it's great&nbsp;on its own, you&nbsp;need a lot of accessories to make it a complete meal.&nbsp;

The **Pi Zero...**

No Longer Stocked
[Buy Now](https://www.adafruit.com/product/2816)
[Related Guides to the Product](https://learn.adafruit.com/products/2816/guides)
### Raspberry Pi Zero Budget Pack - Includes Pi Zero v1.3

[Raspberry Pi Zero Budget Pack - Includes Pi Zero v1.3](https://www.adafruit.com/product/2817)
Remember those cereal commercials that would always say,&nbsp;"part of a complete breakfast"? Well the Pi Zero's a lot like that bowl of cereal - while it's great&nbsp;on its own, you&nbsp;need a lot of accessories to make it a complete meal.

The **Pi Zero Budget...**

No Longer Stocked
[Buy Now](https://www.adafruit.com/product/2817)
[Related Guides to the Product](https://learn.adafruit.com/products/2817/guides)
### Raspberry Pi Zero

[Raspberry Pi Zero](https://www.adafruit.com/product/2818)
Note: Due to popular demand, there might be some delay in shipping products containing Pi Zero!

At first glance, the Pi Zero isn't much. &nbsp;It just looks like a slimmed down version of the Raspberry Pi we know and love. &nbsp;But when we started to think of the possibilities...

No Longer Stocked
[Buy Now](https://www.adafruit.com/product/2818)
[Related Guides to the Product](https://learn.adafruit.com/products/2818/guides)
### 16GB SD Card with Buster Lite

[16GB SD Card with Buster Lite](https://www.adafruit.com/product/2820)
This is a 16GB microSDHC card&nbsp;that is pre-programmed to contain Raspbian Buster Lite - released in September of 2019.

[Raspbian](http://www.raspbian.org/) is a free operating system based on Debian optimized for the Raspberry Pi hardware. An operating system is the set of...

No Longer Stocked
[Buy Now](https://www.adafruit.com/product/2820)
[Related Guides to the Product](https://learn.adafruit.com/products/2820/guides)
### 8GB SD Card with Raspbian Stretch Operating System

[8GB SD Card with Raspbian Stretch Operating System](https://www.adafruit.com/product/2767)
![Raspbian](../images/rasp.png)

Raspbian **"Stretch"** is the newest stable operating system based on Debian Linux. &nbsp;It's an update of the super popular Raspbian Jessie - with myriad bug fixes and tweaks as...

No Longer Stocked
[Buy Now](https://www.adafruit.com/product/2767)
[Related Guides to the Product](https://learn.adafruit.com/products/2767/guides)
### 5V 1A (1000mA) USB port power supply - UL Listed

[5V 1A (1000mA) USB port power supply - UL Listed](https://www.adafruit.com/product/501)
Need a USB jack for charging or powering a project, but don't want to lug around a computer? This switching supply gives a clean regulated output at up to 1000mA! 110 or 240 input, so it works in any country. The plugs are "US 2-prong" style so you may need a plug adapter, but...

In Stock
[Buy Now](https://www.adafruit.com/product/501)
[Related Guides to the Product](https://learn.adafruit.com/products/501/guides)
### 5V 2.5A Switching Power Supply with 20AWG MicroUSB Cable

[5V 2.5A Switching Power Supply with 20AWG MicroUSB Cable](https://www.adafruit.com/product/1995)
Our all-in-one 5V 2.5 Amp + MicroUSB cable power adapter is the perfect choice for powering single-board computers like Raspberry Pi, BeagleBone, or anything else that's power-hungry!

This adapter was specifically designed to provide 5.25V, not 5V, but we still call it a 5V USB...

In Stock
[Buy Now](https://www.adafruit.com/product/1995)
[Related Guides to the Product](https://learn.adafruit.com/products/1995/guides)
### Mini HDMI Plug to Standard HDMI Jack Adapter

[Mini HDMI Plug to Standard HDMI Jack Adapter](https://www.adafruit.com/product/2819)
What an adorable little [pug!](http://www.vetstreet.com/dogs/pug)&nbsp;Sorry - plug! What an adorable mini HDMI to HDMI plug. &nbsp;We find this plug adapter really helpful. &nbsp;It's a great way to convert any mini HDMI plug to a normal HDMI plug and...that's about it! Now...

Out of Stock
[Buy Now](https://www.adafruit.com/product/2819)
[Related Guides to the Product](https://learn.adafruit.com/products/2819/guides)

## Related Guides

- [Raspberry Pi Wearable Time Lapse Camera](https://learn.adafruit.com/raspberry-pi-wearable-time-lapse-camera.md)
- [USB Audio Cards with a Raspberry Pi ](https://learn.adafruit.com/usb-audio-cards-with-a-raspberry-pi.md)
- [Adafruit's Raspberry Pi Lesson 7. Remote Control with VNC](https://learn.adafruit.com/adafruit-raspberry-pi-lesson-7-remote-control-with-vnc.md)
- [Adafruit's Raspberry Pi Lesson 2. First Time Configuration](https://learn.adafruit.com/adafruits-raspberry-pi-lesson-2-first-time-configuration.md)
- [Introducing the Raspberry Pi Model B+](https://learn.adafruit.com/introducing-the-raspberry-pi-model-b-plus-plus-differences-vs-model-b.md)
- [Press Your Button for Raspberry Pi](https://learn.adafruit.com/press-your-button-for-raspberry-pi.md)
- [Adafruit's Raspberry Pi Lesson 6. Using SSH](https://learn.adafruit.com/adafruits-raspberry-pi-lesson-6-using-ssh.md)
- [Windows IoT Core Application Development: Headless Blinky](https://learn.adafruit.com/windows-iot-application-development-headless-application.md)
- [Raspberry Pi Analog to Digital Converters](https://learn.adafruit.com/raspberry-pi-analog-to-digital-converters.md)
- [Controlling Motors using the Raspberry Pi and RasPiRobot Board V2](https://learn.adafruit.com/controlling-motors-using-the-raspberry-pi-and-raspirobot-board-v2.md)
- [Coffee Rater](https://learn.adafruit.com/coffee-rater.md)
- [Raspberry Pi as a Media Center](https://learn.adafruit.com/raspberry-pi-as-a-media-center.md)
- [apt.adafruit.com](https://learn.adafruit.com/apt-adafruit-com.md)
- [Read-Only Raspberry Pi](https://learn.adafruit.com/read-only-raspberry-pi.md)
- [Digital Free Library](https://learn.adafruit.com/digital-free-library.md)
