Questions tagged [pi-zero-w]
For questions specific to the Pi-Zero W (with WiFi and Bluetooth)
762 questions
-1 votes
0 answers
41 views
Why I am unable to dump a Macronix flash memory chip using raspberrypi?
Upon a raspberrypi I hooked up a macronix MX35LF1GE4AB flash memory chip. For that I hooked the chip into a raspberrypi zero w like this: The chip is connected as: Flash Memory Raspberry Pi GPIO pin ...
0 votes
0 answers
37 views
Does Raspberry Pi Zero W supports this Raspberry Pi Camera Module 3 (SONY IMX708, Resolution: 12 Megapixel)? Or will it lag?
Does Raspberry Pi Zero W supports this Raspberry Pi Camera Module 3 (SONY IMX708, Resolution: 12 Megapixel)? Or will it lag? At least at 1080p resolution streaming? How many fps (frames per second) ...
4 votes
1 answer
104 views
How to use this microdisplay with a Raspberry Pi?
I have a 0.23 inch microdisplay (https://www.amazon.ca/Microdisplays-Resolution-Brightness-Interface-Application/dp/B0CDXXWSRV) that doesn't seem to connect directly to my Raspberry Pi Pico 2W, Zero 2,...
0 votes
0 answers
18 views
Setup a fallback network to automatically connect to on boot [duplicate]
I have a Raspberry Pi Zero W already configured to automatically connect to my home wireless network on boot. I have made this configuration using the Raspberry Pi Imager. Now I would like to setup a ...
0 votes
0 answers
66 views
Raspberry Pi as DNS Server: Windows Clients Experience DNS Timeout
I am making a project that uses the RPI Zero W as a tor DNS using OTG. The idea is that RPI connects to the windows machine as ethernet providing internet from its usb0 interface, while being ...
0 votes
0 answers
268 views
Transmit bluetooth audio from iphone to pico w
I have successfully made my pico W advertise bluetooth using this tutorial. However with this raw code alone, i am able to detect the bluetooth from an older android phone, but not an iphone. I am ...
-1 votes
1 answer
75 views
MCP23017 overlay error -EIO: can't write IOCON 32
I’m trying to set up an MCP23017 GPIO expander on my Raspberry Pi running latest raspbian, but I’ve run into an issue. Here’s what I’ve done: I updated the /boot/firmware/config.txt file as follows: ...
-1 votes
1 answer
227 views
Pi Zero (not Zero 2) system on a USB drive - how to setup booting?
I have a Pi Zero W (not Zero 2) and need to move the whole system to a SSD (with a USB/SATA adapter) and switch the boot sequence so that the actual boot is "redirected" to the SSD. I was ...