top | item 29022887

Raspberry Pi Zero 2 W

501 points| jwoglom | 4 years ago |raspberrypi.com

92 comments

order

geerlingguy|4 years ago

I've been testing one for a couple weeks, and a quick rundown on it: it has a quad-core A53, same CPU/SoC core as the Pi 3, with 512 MB of RAM.

This means it can run 64-bit Pi OS, but it is memory-limited and even some of the benchmarks I ran needed extra swap space to complete. But for anything that does run in the 512 MB of LPDDR2 RAM, it is at least twice as fast as the Zero/Zero W, and sometimes 3-8x faster, depending on how things handle threading (4 cores is better than 1!).

My biggest concern is overheating—even at the base 1 GHz clock, it will start to throttle after a few minutes in a case with no airflow or heat sink. You can overclock to 1.2, 1.4, or even in some cases 1.5 GHz, but it starts throttling a lot more quickly unless you have really good cooling.

geerlingguy|4 years ago

Also adding on from another thread that got demoted from the front page: I tried usb boot on this board (since it has the same SoC as the Pi 3 B, which supports USB boot), but alas, that didn't seem to work.

The Pi Zero 2 W doesn't seem to do anything at all (no LED activity, no HDMI output) unless there's a microSD card inserted with a valid bootloader and DTB that supports it.

jwoglom|4 years ago

Definitely seems a bit disappointing that 5-6 years after the original Pi Zero there's still only 512MB of RAM. Regardless, I'm excited to see what new projects will become feasible with the extra CPU performance.

I just finished watching your YouTube video, so thanks for providing all of this insight. A new Pi Zero will certainly make small handheld emulators a lot more promising...

xgbi|4 years ago

Do you have power consumption numbers? Compared to the Pi Zero W, hom much more does it consumes?

oxplot|4 years ago

As for the RAM limitation, zswap is a great way to get some more RAM at cost of some CPU cycles which on the new Pi won't be an issue.

rcarmo|4 years ago

64bit is great news (if only because I can target it with the same binaries), but only 512MB of RAM and no EMMC is disappointing, regardless of power budget constraints.

I have been using 3As because of the reduced size (and the full sized HDMI port, which comes in handy), so I hope those get updated to a 4-grade chipset —- I feel that there is a gap between the Compute Module and the A that needs filling.

vbezhenar|4 years ago

Does it overclock/throttle automatically like Intel? E.g. if I put some good cooling, will it run on faster frequencies?

bullen|4 years ago

Is it 28nm or 40nm?

rektide|4 years ago

Original RPi0 supposedly can idle at 0.4W, where-as the 3 (whose cpu this is based on) idles at >1.5W. It's cool to have this great small package, but this is a very different offering than the first RPi0W.

It's felt really weird seeing so little progress in available low power ARM over the years. Atmel/Microships SAMA5D3 / SAMA5D2 with it's 600 MHz Cortex A5 (2009) still seems like- half a decade latter- one of a rare few genuinely low power Linux running SoC available for purchase/use. I'm forgetting what's available in the Cortex A7 line, which is a little higher power but which still has some very low power chips available for it, & at significantly higher performance ranges. A7 has a lot of chips you can't buy, only available in some tablets & or hard to get wearable chips, but I think there are some good offerings about too. ST has the ~$20 STM32MP1, to name one.

Yet I just see so much non-materialization, non-availability. It feels like the rule. 2015's Cortex A35, 2016's Cortex A32, 2019's Cortex-A34... none of these chips seem to have really materialized in any genuinely available form. There are some off-brand tablets with A35 chips but generally that's about it. The low power segment has been rather ignored.

zxcvgm|4 years ago

The processors on the Pis aren't really optimized for low power, and they aren't strictly ARM. These Broadcom chips have a VideoCore that starts up first, which then brings up the ARM cores (geerling goes into greater detail here [0]). I don't think there was any kind of work done to properly suspend both cores for sleep modes.

If you're looking for low power ARMs, maybe other boards may fit the bill better.

[0] https://www.youtube.com/watch?v=DHwL1_afSn8

geerlingguy|4 years ago

The Pi 3 model A/B have a lot more electronics—check my video and blog post about the Pi for more on power efficiency—the Zero 2 W can run at 0.6W (100 mA) vs the Zero W at 0.4W (80 mA).

Both idle a little higher if you're actively using HDMI and WiFi.

zokier|4 years ago

i.mx8 Nano supposedly can idle at <0.2W, with max power somewhere around 2W. They have also announced ULP version if i.mx but that seems somewhat vaporware at this point.

As for the relative unpopularity of Cortex A3x series, I suspect that might partly because Cortex M series has been creeping into similar performance territory, like for example the i.mx rt mcu on Teensy 4.x, which has Cortex M7 running at 600 MHz.

seabird|4 years ago

"Low power" and "something that runs an OS as heavy as Linux" are two conflicting features.

alexellisuk|4 years ago

I've been running one of these for a few months too and was excited when I saw an ARMv7 CPU. In the open source and container world, many projects have stopped supporting the Zero and RPi1 due to its lack of RAM and slow CPU speed. Even running "go build" can take multiple seconds on a simple program. Starting Node.js was also fairly slow.

The RPi zero shines for Python scripts that access hardware - for sensors and camera projects that are low power and cheap to make. It was actually perfect for the GrowLab project that we did over the summer with 20 others from the community https://growlab.dev - sensor data and camera images were aggregated to a more powerful RPi3/4 and then either uploaded to a static GitHub Pages site, fed into InfluxDB to create beautiful charts with Grafana.

The new Zero 2 means that I can start to run ARMv7 or even ARM64 containers on the zero again, but with the limit of 512GB of RAM. The launch blog post explains why this couldn't be made higher.

The first thing I tried out was not K3s, which I knew already suffers on a Raspberry Pi 3, but faasd. Faasd is OpenFaaS but built for pure containerd, no multi-node networking and no Kubernetes. It works fairly well for a few functions, even with NATS and Prometheus being deployed as part of the stack.

So whilst you're not going to be building K3s clusters with these, they can run containers - with Docker, containerd, nerdctl and even as a full application stack with faasd.

Where this gets more interesting for me, is hosting small applications, integrations or APIs. Perhaps with Ingress via a tunnel that can penetrate NAT/firewalls like Inlets, Argo or Ngrok.

I've ordered one of the release models to see how it performs. Look out for a blog post from me soon.

cr3ative|4 years ago

512GB should be enough for most people ;-)

Already__Taken|4 years ago

found the same experience last night, k3s to heavy but I have faasd going now. just have to figure what to do with it now

luegen|4 years ago

Surprised nobody has mentioned or compared it to the Radxa Zero.[0][1]

Spec of the Radxa Zero ($15):

    CPU: Quad Cortex-A53 1.8 GHz, 12nm process
    GPU: Mali G31 MP2
    RAM: LPDDR4 512MB/1GB/2GB/4GB
    Storage: eMMC 5.1 8/16/32/64/128GB and uSD card
    HDMI: Micro HDMI, HDMI 2.1, 4K@60 HDR
    Multimedia: H265/VP9 decode 4Kx2K@60
    Wireless: WiFi4/BT4 or WiFi5/BT5
    USB: One USB 2.0 Type C OTG, one USB 3.0 Type C host
    GPIO: 40Pin GPIO, ADC/UART/SPI/PWM
    Others: Crypto Engine, support external antenna, one button
Spec of the RPi Zero 2 ($15):

    CPU: Broadcom BCM2710A1, quad-core 64-bit SoC (Arm Cortex-A53 @ 1GHz)
    RAM: 512MB LPDDR2 SDRAM
    Storage: None, MicroSD card slot
    HDMI: Mini HDMI port
    Multimedia: H.264, MPEG-4 decode (1080p30); H.264 encode (1080p30)
    Wireless: 2.4GHz IEEE 802.11b/g/n wireless LAN, Bluetooth 4.2, BLE
    USB: 1 × USB 2.0 interface with OTG
    GPIO: HAT-compatible 40 pin I/O header footprint
    Other: OpenGL ES 1.1, 2.0 graphics, CSI-2 camera connector,
           composite video and reset pin solder points
The Radxa seems to be better value. I'm looking for a backup device for my RPi Zero W v1.3. The Zero has been such a amazing companion for me. I use it as Wi-Fi repeater on campsites such that we can all have internet simultaneously. Over the years I added temperature sensors, light sensors and an entire cooling system for the photovoltaic system. It now keeps track of the ambient temperature in the tent and fridge and sends me an SMS if the gets too high. Endless fun.

[0] https://forum.radxa.com/t/introduce-the-radxa-zero/6550

[1] https://www.youtube.com/watch?v=huAKEbyPcBc

PragmaticPulp|4 years ago

> The Radxa seems to be better value.

The Radxa is a better value if pure performance is the only criteria.

But the real value of the Raspberry Pi products is the ecosystem and code support. It will be much easier to find tutorials and software support for the Pi Zero 2 W than the Radxa and the Pi will be supported for a long time after the Radxa has been discontinued.

cwiggs|4 years ago

That's an interesting setup, I'd love to hear more. Do you have a wifi antenna hooked up to the pi?

ajsnigrutin|4 years ago

Yay, another thing i won't be able to find anywhere for a year, then find it for $25 with "only one per customer"and $15 shipping.

I understand it's a global chip shortage, but when zero W came out, there wasn't one.

Jnr|4 years ago

It is currently available (and in stock) from the official resellers, at least here in Europe. Limited to one per order but that kind of makes sense considering the global chip shortage. Get one while you can. :)

sebbul|4 years ago

Pi Zeroes always looked like a scam from Canada, as the approved resellers limit you to 1 unit and shipping was more expensive than the unit. Now at 15USD, it's the first time shipping is cheaper than the unit, but I can't get it below 35CAD (28USD) shipped to Toronto.

mikkelam|4 years ago

Super exciting! We use the previous gen at my company to run octoprint software for our 3d printer farm and they do tend to run quite slow. This should be a nice needed upgrade.

In general the RPI Zero series is really great value for a tiny linux machine.

jcun4128|4 years ago

side rant: it's annoying how you can't buy these things by themselves, usually bundled with crap

I do want this, I think it's taken for granted how easy this thing can connect to a camera. I bought a Teensy/blue/BeagleBone/etc.. thinking "Oh I'll just plug in a camera into it". For the Teensy it won't but maybe the Beagle bone. I was using a single core Pi Zero so it was noticeable doing things like iterating over frames. Granted it can just be poor code on my part/noob in OpenCV.

bloopernova|4 years ago

Random thought upon reading the linked announcement:

If you stacked multiple Pi boards on top of each other, connected through the GPIO HAT connector, could you network them?

Apologies, just woke up and coffee not kicked in. This is probably silly :)

EDIT: yes, I should search for this sort of thing before posting: https://forums.raspberrypi.com/viewtopic.php?t=127660

tl;dr "serial port, RS485 + SLIP of some sort, probably would max out at around 1Mbps, 4Mbps theoretically possible with small MTU's" and "There is no hardware reason why an RS485 network could not be used as the physical layer for at least 32 nodes, and with some of the RS485 driver chips, 127 nodes (they have stronger drivers)"

MisterTea|4 years ago

RS485 is just an electrical standard for serial transmission that includes multiple devices on the same bus. It is not a network or transport protocol. I doubt SLIP would function on an RS485 connection as 485 is typically used in master-slave configurations where only one master unit sends messages and listening "slave" devices only respond if addressed. You'd have to write a protocol layer to handle the transport of packets over 485, even in four wire full duplex setups.

The issue with "stacking" is the pins on each board are not part of a bus but individual programmable io pins. Any stacking would require an intermediary board to isolate all these pins safely while adding the necessary TTL serial to 485 interface chips (e.g. Maxim max485).

CAN is similar to 485 where it's a 2 wire bus though it has smarter hardware which enables full duplex communication and any device can listen or transmit. Unfortunately it is pretty slow compared to Ethernet but plenty fast for its intended use.

vletal|4 years ago

One thing which I miss on RPis, especially these tiny ones, is a tty exposed via the charging USB.

jiggunjer|4 years ago

I'm not sure how that works? you connect the pi to your laptop and use putty to login?

This would also require one of those tty-to-usb cables?

Rochus|4 years ago

Or even better USB OTG.

LeanderK|4 years ago

How long before cutting edge hardware trickles down to stuff like the Pi Zero? I think a usb-c port would be more useful for these small form-factors, but it's probably a long way of considering there's only usb 2.0.

hadlock|4 years ago

Yep lack of a USB-C power port is a no-go from my perspective. I only have a handful of micro usb cables left in the house, not interested in adding more at this point. Even the cheap terrible LED mini projectors, and high end Kindle e-readers have all switched over to USB-C for power. Strange to see micro usb on a Brand New Product in Q4 2021.

jonpurdy|4 years ago

I ordered one, then quickly cancelled because of the lack of pre-soldered header. Looking for a drop-in replacement for my Pi Zero WH due to time constraints (new baby).

I presume they didn't make the pre-soldered header available at launch due to high demand and the ongoing chip shortage. Much easier to produce one less complex package.

Despite having just 512MB RAM, I think it's perfect for the its common use cases. For me, the CPU increase will be helpful for getting it set up and installing software (especially if it needs to be compiled), not so much for when it's actually being used.

koenigvim|4 years ago

too bad, no 5ghz wifi.

_ea1k|4 years ago

Yeah, this was by far my biggest disappointment with it. The Wifi on the old one was a constant problem for me, and this one doesn't seem to improve it.

fomine3|4 years ago

It's great that finally it no longer use armv6.

rbanffy|4 years ago

Now the Pi ClusterHAT can go to 20 cores of pure arm64 performance!

boondaburrah|4 years ago

Welp, excited to not be able to buy one of these.

One thing that's been interesting is that despite the 2x markup of anything pi related where I live, the pi pico was available almost immediately at about $6. I guess I'll be going a bit lower level then.

f311a|4 years ago

> a micro USB port, and a micro USB power port

That's pretty sad.

cptskippy|4 years ago

I can think of a half dozen reasons to justify going with micro B but I feel the same.