X
Business
Why you can trust ZDNET : ZDNET independently tests and researches products to bring you our best recommendations and advice. When you buy through our links, we may earn a commission. Our process

'ZDNET Recommends': What exactly does it mean?

ZDNET's recommendations are based on many hours of testing, research, and comparison shopping. We gather data from the best available sources, including vendor and retailer listings as well as other relevant and independent reviews sites. And we pore over customer reviews to find out what matters to real people who already own and use the products and services we’re assessing.

When you click through from our site to a retailer and buy a product or service, we may earn affiliate commissions. This helps support our work, but does not affect what we cover or how, and it does not affect the price you pay. Neither ZDNET nor the author are compensated for these independent reviews. Indeed, we follow strict guidelines that ensure our editorial content is never influenced by advertisers.

ZDNET's editorial team writes on behalf of you, our reader. Our goal is to deliver the most accurate information and the most knowledgeable advice possible in order to help you make smarter buying decisions on tech gear and a wide array of products and services. Our editors thoroughly review and fact-check every article to ensure that our content meets the highest standards. If we have made an error or published misleading information, we will correct or clarify the article. If you see inaccuracies in our content, please report the mistake via this form.

Close

Raspberry Pi Zero 2 W review: Low-cost single-board device gets a quad-core upgrade

The small-form-factor Pi Zero family gets a more powerful member that's well worth the modest investment.
Written by Simon Bisson, Contributor
raspberry-pi-zero-2-w-header.jpg

The Raspberry Pi Zero 2 W has the same form factor as previous models, but adds a quad-core RP3A0 SoC.

Image: Raspberry Pi

The Raspberry Pi Zero has been around for six years now, originally launching in November 2015 as a USB-only device for $5. Over the years the form factor has evolved, adding wireless for $10 in 2017, and pre-soldered headers in 2018. But one thing didn't change over those years: the processor. That remained the familiar BCM2835 that launched the original Raspberry Pi back in 2012. 

Nearly a decade of life is good for a processor, but as workloads evolve and projects built on the Pi get more and more complex, it was starting to show its age. I recently attempted to use a Pi Zero WH to drive a 4-inch touch screen for a simple monitoring project, and quickly swapped it out for a Raspberry Pi 4. At the same time, supplies of the Pi Zero started to dry up, faster than expected with the current chip famine. Was a new Pi Zero on the horizon?

It was. 

raspberry-pi-zero-2-w-770x433.jpg

Raspberry Pi Zero 2 W

4 / 5
Very good

pros and cons

Pros
  • Small and fast
  • Runs most existing Pi software
  • Drop-in replacement for older Pi Zero hardware
Cons
  • Only 512MB of RAM
  • GPIO header needs to be soldered on
  • Limited availability in 2021 due to chip shortages

A new Raspberry Pi silicon package 

The launch of the $15 Pi Zero 2 W was still something of a surprise. Not only did it offer considerable speed upgrades, it introduced new Raspberry Pi-specific silicon packaging in the RP3A0. Starting with the same quad-core 64-bit ARM Cortex-A53 SoC used in the Raspberry Pi 3 (BCM2710A1), it packages the processor die with 512MB of SDRAM, putting the memory in the same package as the SoC. The packaging even includes its own copper heatsinks, which should mean the Pi Zero 2 W runs cooler than its predecessor -- even when it's running at 1 GHz. This isn't Raspberry Pi developing its own silicon like it did with the RP2040, but it is providing its own spin on silicon packaging. 

While it might have seemed logical for the Raspberry Pi team to continue adding capabilities to its core single-board computer family, bringing out a smaller, lower-cost version of technologies it's shipped in the past actually makes a lot of sense. Not everyone needs the power of the Raspberry Pi 4, and the Pi Zero 2 W lets you take everything you've learned and use it to create smaller versions of existing builds, or undertake hardware projects you've postponed for want of a compute module that's small enough. 

That's another benefit of the Pi Zero 2 W. It's been certified as a wireless module in its own right, so it can be dropped into hardware without needing new certifications. Going from prototype to product has always been hard, but if you can make your prototype part of your product, you can save a lot of time. Building on the Pi platform also gives you the capability to update both software and OS wirelessly. 

Comparing the old and the new 

Put the Pi Zero 2 next to a Pi Zero and you'll see very few differences. It's still the same 65mm x 30mm board, with the same mounting holes. The new RP3A0 chip dominates the board, alongside a large, shielded area that contains all the wireless circuitry. You get the same pair of Micro-USB ports, one for power and one for OTG-based I/O, along with a Mini-HDMI port. Everything is in the same place, so you should be able to drop the new board in as a replacement for any older Pi Zeros. There might be a slight issue with the HDMI port, as the socket is slightly larger, so if you have 3D-printed a custom case you may need to make some changes to your design. 

Other ports include the Raspberry Pi's standard camera port and a pin-out for the Pi GPIO ports. Currently the Pi Zero 2 doesn't come with a set of header pins, like the Pi Zero WH. This means soldering your own. This shouldn't be too hard, but I'd recommend practicing before raising a soldering iron to your Pi! Adding a header is essential if you plan to use the Pi Zero 2 W with any HATs

Most Raspberry Pi vendors sell sets of connectors and adapters for the Pi Zero, and it's well worth investing in one if you're using a Pi Zero 2 for development. You'll need a Micro-USB to USB-A converter, a Mini-HDMI to HDMI converter, and a set of GPIO header pins. If you're only using a subset of pins for your projects, you have the option of soldering connecting leads directly into the board. 

Using the new Pi Zero 

I tested the Pi Zero 2 W using a copy of the 32-bit release of Raspberry Pi OS. While the device SoC supports 64-bit ARM code, the 512MB of SDRAM can be a limitation. Using a 32-bit OS can help you squeeze more out of its limited memory, as the development team has indicated that there will be no other memory options. 

This is the first Pi Zero that could be considered suitable for basic desktop operations. The built-in HDMI port works with most screens, although again available memory is a limitation. In practice you're more likely to use the device in headless mode, using either alternative display modules like e-paper or simply using SSH to connect to your Pi from a PC. 

That last option was how I chose to use my device, configuring SSH and wireless connectivity while building a boot Micro-SD card. Once it had connected to my wireless network, I could log in using the default username and password combination, before updating the OS. If you're not familiar with Raspberry Pi OS, it's a Debian-derived Linux, and uses the familiar apt tooling to manage packages. Other OS options are available, using the PC-based Raspberry Pi imaging tool to download images and load them onto Micro-SD cards. 

SEE: What is quantum computing? Everything you need to know about the strange world of quantum computers

As you'd expect, it's a Raspberry Pi. If you've used one before you should be familiar with the Raspberry Pi OS basic installation, with its complement of development tools like Python. Performance is good, although surprisingly the beta Arm7 version of the Geekbench benchmarking suite crashed while trying to test the device. 

Most of my current Python-based projects ran well, and I was able to use the Visual Studio Code remote extension to work against it over a wireless connection, installing the Code remote server and exploring the filesystem, as well as reading and writing files from my development PC. Where the original Pi Zero struggled to run the remote server, the new hardware had no problems at all. 

raspberry-pi-zero-2-w-on-desk.jpg


The Pi Zero 2 W should drop in as a replacement for older Pi Zeros, although some custom 3D-printed cases may need adjustment to accommodate the larger HDMI socket. 

Image: Raspberry Pi

Conclusions 

It's probably best to compare the Pi Zero 2 W to the Raspberry Pi 3 Model A. Both have similar characteristics, and the same 512MB of SDRAM. Yes, the Pi Zero 2 W has fewer ports and no Ethernet, and is clocked slightly lower, but it would make a reasonable replacement device, taking up significantly less space. You can quickly port code across, and as both use the same GPIO port layout (and the same HATs), hardware integration should be relatively easy. 

One thing is clear: the Pi Zero 2 W doesn't replace the Raspberry Pi Zero. Instead, it's best to think of it as a third member of the Pi Zero family at a new price point. The original Pi Zero continues at $5, the Pi Zero W at $10, and now we have the Pi Zero 2 W at $15. It's going to be around a long time, too, with plans to keep it in production until at least early 2028. If you need a low-cost, single-board device, it's well worth the investment. 

RECENT AND RELATED CONTENT 

Raspberry Pi Zero 2 W: New $15 board offers up to 5x the performance of its predecessor 

New Raspberry Pi: Zero WH promises cheaper and easier homebrew hardware 

Raspberry Pi Zero W, hands-on: A very welcome new member of the family 

Hands-On with the Raspberry Pi Zero 

Raspberry Pi makes its first ever price increase, global chip shortage to blame 

Read more reviews

Editorial standards