From Zero to NOOBS: Starting with Raspberry Pi Zero

My Raspberry Pi Zero arrived last week (see “A Raspberry Pi for $5! What are your decision factors?“), and finally I have found an hour to try it out. Because the ‘bare board’ $5 version was sold out at that time, I ordered a package with 8GB SD card, micro USB cable and mini HDMI adapter. That way I had all the needed cables, including the mini HDMI adapter cable:

Raspberry Pi Zero

Raspberry Pi Zero

NOOBS (New-Out-Of-the-Box-Software) is very easy way to get a Raspy up and running, and I have used it successfully in all my Raspy projects.

I need

  1. Raspberry Pi Zero
  2. 5V Micro USB Power Supply rated at least 1A
  3. 8 GB Micro SD card (with card adapter to use it on a host)
  4. Micro-USB to USB cable (USB OTG cable)
  5. Mini HDMI to HDMI adapter
  6. A mouse, a keyboard and a HDMI monitor

Adafruit has a package with most of the parts available: https://www.adafruit.com/product/2817. A HDMI-to-VGA adapter is something I use too for montors without HDMI input.

Setup

Using the Zero is not much different from the normal Raspberry Pi:

  1. Use SD Formatter to format the micro SD card.

    SD Card Formatter

    SD Card Formatter

  2. Download a Linux image from the Raspi Downloads. I have used the NOOBS V1.5.0 distribution. (note: V1.4.0 does not support the Pi Zero!)
  3. Extract the content of the image/zip to the micro SD card.
  4. Insert the card into the Raspy
  5. Power and boot the Raspy
  6. This then will go through the setup
  7. It takes about 15-20 minutes until all the files are installed
  8. The system boots and the system is up-and-running 🙂

I’m using a wireless mini keyboard with touchpad with the Zero:

PiZero with Keyboard

PiZero with Keyboard

With that setup, my Raspberry Pi Zero is running fine 🙂

Raspberry Pi Zero Running

Raspberry Pi Zero Running

In order to use a WiFi dongle in addition to the mouse/keyboard, I had to add a USB hub:

Setup with Hub

Setup with Hub

Summary

Setting up the Pi Zero is not much different from the ‘normal’ one. Having only one USB port requires a joint keyboard/mouse or using a hub. Would have been kind of cool if the Zero still would have the camera interface: that would make it a smart camera with a small form factor. For using the WiFi USB dongle I would need that anyway, or I have to disconnect the Keyboard/Mouse. That USB converter cable is kind of ugly because it kinds of destroys the coolness of this board. But I’m sure there will be soon some mini-adapter cables/dongles.

Happy Zeroing 🙂

Links

7 thoughts on “From Zero to NOOBS: Starting with Raspberry Pi Zero

  1. Pingback: Installing openHAB Home Automation on Raspberry Pi | MCU on Eclipse

  2. Hi Erich,
    Raspberry Pi, DMA read and write functions similar to ARM?
    read (SPI, SCI, GPIO) and write (SPI, SCI, GPIO).
    has pin ( trigger_request ).
    I looked info in the manual but it was not clear to me.
    thanks
    Carlos.

    Like

    • Hi Carlos,
      I’m sure it has that, but I have not used anything like this on that low level as on other ARM. With using a Linux a lot of the hardware is hidden behind the device drivers.
      Erich

      Like

What do you think?

This site uses Akismet to reduce spam. Learn how your comment data is processed.