Questions tagged [pi-zero-w]

For questions specific to the Pi-Zero W (with WiFi and Bluetooth)

The Pi Zero W adds WiFi and Bluetooth to the existing Pi Zero.

The Raspberry Pi Zero

  • A 1 GHz single-core ARM11 CPU
  • 512 MB of RAM
  • On-board Wireless LAN - 2.4 GHz 802.11 b/g/n (BCM43438)
  • On-board Bluetooth 4.1 + HS Low-energy (BLE) (BCM43438)
  • microSD card slot
  • Mini-HDMI socket
  • Micro-USB sockets (for power and data)
  • Unpopulated 40-pin GPIO header and composite video header
  • a "mini" CSI-2 camera interface - which is the same as used for the Compute Module I/O Board {needs a mini-to-standard flexible connector to use with RPi camera modules}.
  • Form factor 65 mm x 30 mm x 5 mm

See Also

761 questions
56
votes
4 answers

How do I make serial work on the Raspberry Pi3 (PiZeroW, Pi4 or later models)

My Pi3 serial console produces rubbish and fails to respond to the keyboard.
Milliways
  • 62,573
  • 32
  • 113
  • 225
47
votes
5 answers

Power consumption of Pi Zero W?

For those who have the Pi Zero W with them, what is its power consumption in the following modes: No peripherals connected, WiFi And Bluetooth off Only WiFi turned on Only Bluetooth turned on Only camera connected and capturing I am aware of a…
HRJ
  • 573
  • 1
  • 4
  • 6
40
votes
8 answers

How to connect to WiFi without reboot?

I just put a freshly flashed card (with 2017-09-07-raspbian-stretch-lite) into a Raspberry Pi Zero W. Then I added these lines: network={ ssid="myWifiSsid" psk="myWifiPassword" } to /etc/wpa_supplicant/wpa_supplicant.conf. The data…
Forivin
  • 627
  • 3
  • 7
  • 11
22
votes
8 answers

Set up a Raspberry Pi Zero W without monitor or ethernet module

I bought the new Raspberry Pi W but I don't have right now an mini-HDMI adaptor (to connect it to a monitor) neither an Ethernet module to connect by SSH. Can I connect somehow by SSH through USB? How can I connect by SSH by WiFi without it being…
Mikel
  • 323
  • 1
  • 2
  • 4
16
votes
8 answers

Raspberry Pi Zero W headless using wpa_supplicant.conf not working

I am trying to start up my Raspberry Pi Zero W completely headless, but somehow it won't connect to my WiFi. Here's what I did: Plug SD card running RASPBIAN JESSIE WITH PIXEL (should it be something else?) into my Windows PC Create an ssh file on…
MortenMoulder
  • 372
  • 1
  • 5
  • 14
10
votes
5 answers

MAX98357 I2S DAC support (kernel drivers?) and noise ("pop", "crackle") on playback

I am trying a Adafruit I2S 3W Stereo Speaker Bonnet for Raspberry Pi - Mini Kit, which is built around two MAX98357 (datasheet: adafruit, maxim), on a Raspberry Pi Zero W with Raspbian Stretch (upgraded yesterday). The trouble is that I have "pops"…
handle
  • 173
  • 2
  • 13
10
votes
3 answers

How can I find the MAC address of my Wi-Fi interface?

I want to determine the MAC-address of my Wi-Fi interface on a Raspberry Pi Z W running Raspbian Lite. Is there a command that I can run to tell me this? Is there a device in the /proc tree that will disclose it?
Bex
  • 2,929
  • 3
  • 26
  • 34
10
votes
4 answers

RPI zero W as both Wifi client and access point

Everything points to that the Raspberry Pi Zero W can be access point and connect to wifi at the same time. According to this article, with the command iw list describes: valid interface combinations: * #{ managed } <= 1, #{ P2P-device } <= 1, #{…
Mario
  • 101
  • 1
  • 1
  • 3
10
votes
3 answers

Boot Zero W from USB device

The older Raspberry Pi's (Pi 1, Pi 2 and Pi Zero) couldn't boot from a USB-device, but the Raspberry Pi 3 has support for it. The Pi and Pi 2 have semi-support for it (using an SD-card with a single bootfile). The Pi Zero W is a remake of their…
Max
  • 407
  • 1
  • 3
  • 9
8
votes
4 answers

Emulate Raspberry Pi zero W with Qemu failed due to missing dtb

I am trying to emulate a Raspberry Pi zero W with Qemu based on an image I used on a real Raspberry Pi zero W. The command I am using is: sudo qemu-system-arm \ …
GuillaumeB
  • 81
  • 1
  • 1
  • 3
8
votes
4 answers

Black screen using VNC with Raspbian Lite

I installed the Raspbian lite image to my SD card. After that I installed PIXEL and VNC Server using these commands: sudo apt-get install realvnc-vnc-server realvnc-vnc-viewer sudo apt-get install --no-install-recommends raspberrypi-ui-mods gvfs…
Emre Tekince
  • 213
  • 1
  • 3
  • 6
7
votes
3 answers

Switch between wifi client and access point without reboot

I want my Raspberry Pi to be used as access point or as client connected to my internet router but not both together. So I want to switch between these two modes with one simple command without rebooting. How can I do this?
Ingo
  • 42,961
  • 20
  • 87
  • 207
7
votes
1 answer

Raspberry Pi zero bluetooth max transfer speed

What is the maximum theoretical limit for bluetooth transfer rate from a raspberry pi zero W to Raspberry pi 3 using RFCOMM? They both have bluetooth 4.1, which, on wikipedia saids can reach speeds of 25Mbps (bits per second). Ive only managed to…
Miz
  • 101
  • 6
7
votes
5 answers

How to make PCM5102 DAC work on Raspberry Pi ZeroW?

I purchased a PCM5102 for my PiZeroW, but having problems finding complete driver software information voltage information wiring information. I chose this particular unit because they seemed very popular on Ebay when talking about adding I2S…
null
  • 197
  • 1
  • 1
  • 9
7
votes
3 answers

Using single 5V relay (jqc-3ff-s-z) - safety advice required

Above is relay I'm using and everything works as expected using diagram below. I will add 1n4148 diode on IN line for safety and will connect VCC to power supply before Pi. Can I use ground (GND) for relay from Pi or should I connect to power…
goodevil
  • 95
  • 1
  • 3
  • 8
1
2 3
50 51