General discussion • Raspberry Pi Zero 2w next step
I have been using Pi Zero 2w for a while now and I wonder what might be the upgrade for this product in the next gen?I have been thinking it would be awesome to have a disp/cam interface (for DPI...
View ArticleGeneral discussion • Re: Raspberry Pi Zero 2w next step
Raspberry Pi don't usually reveal details of any new products until they are close to release date.Statistics: Posted by rpdom — Sun Dec 29, 2024 6:55 pm
View ArticleTroubleshooting • Re: Mounting a Windows shared folder is ok, but not writing in
Hi!I was following a tuto to mount a Windows folder share.Mounting is ok, I can see the content, open TXT file and read the content.I use this command : sudo mount -t cifs -o...
View ArticleHATs and other add-ons • Re: Max gb for SSD Hat?
I was shopping for cases (looking at the Pironman 5) and their compatibility list shows 4TB drives are supported. There was another site showing a HAT with dual M.2 slots (links below). I really want...
View ArticleMicroPython • Re: ST7789 240x240 colour display problems on Pico under...
Apologies, I can't remember where I got the st7789_LCD.py file from, I tried so many things from so many different places I lost track.Statistics: Posted by Neil67 — Mon Dec 30, 2024 6:52 pm
View ArticleGeneral • Re: Smart floor registers with Raspberry Pi Pico 2W: efficient...
Feel free to add a link to a YouTube video, I think it would be useful.Thank you! I've updated post.Statistics: Posted by gektor650 — Mon Dec 30, 2024 6:53 pm
View ArticleAutomation, sensing and robotics • How is your xperience on Mosquitto and Paho
For weather station, 24/7, aim for high uptimeHow is your experience in Mosquitto broker and Paho python client?Which client for Pico Micropython? Is umqtt.simple good?Statistics: Posted by David16962...
View ArticleNetworking and servers • Sharing Wi-Fi connection via Ethernet
Hi,I have a raspberry pi 5 that runs my media library via Jellyfin and a pi 4 nas. I’m going to university so my access to tinker with Wi-Fi will be limited On my pi 5 I have wlan0 as a hotspot and an...
View ArticleGeneral discussion • Camera with Built-in WiFi and HTTP
All - Could anyone recommend a clean, simple wifi video camera with a built-in non-proprietary http video streamer? All the cameras I'm finding require you to install their app. I just want it to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: New PWM cooling fan overlay for Pi 3/4
Why not create a pull request against https://github.com/raspberrypi/linux with that overlay so that it gets merged for all Pi users?We do request that it is documented in the README file so that the...
View ArticleRaspberry Pi OS • Is it safe and possible to by-pass apt dependence check?
For weather station, I installed mosquitto with sudo apt install mosquitto. As Debian official software list, Mosquitto version 2.0.11, year 2021 was installed. Mosquitto has race-condition/timing...
View ArticleBeginners • Re: How do I read an SO file on Debian?
Code: $ objdump -d libfoo.soseems to work pretty well.Thank you!Code: $ objdump -m arm -d filename.sodrew up a large table, but how do I read and navigate it?Statistics: Posted by MattTheDouche — Mon...
View ArticleTroubleshooting • Re: Can’t connect 3.3v i2c peripherals to pi pico
The HC-SR04 that I have does not use I2C - is it the same as yours?I am also using an I2C BMP280 with a pico - all fine.Yes, I see that it does not use i2c. It is the same as mine, and it works fine...
View ArticleTroubleshooting • Re: 2 of my raspberry pi 4s have had their sd cards...
Did the Pi kill it? Is it because of the lifespan of the card? (The cards are no brand, they came from okdo raspberry pi kits. The Pis themselves are the 4gb model. The cards say 10 yrs life but...
View ArticleOff topic discussion • Attracted by the narrative of good
I'm a rpi enthusiast. Why? Probably because of the narrative of good. Let me explain.RPI Foundation is a tale of geeks doing good. Not so much by stating it as an outspoken slogan like Google with...
View ArticleGeneral • Re: Flaw in the Hacker Challenge ?
There's a company in Singapore who can read the contents of any OTP using electron scanning. But they charge a lot more than US$20k I'm afraid that's not good enough.2. The challenge requires you to...
View ArticleRaspberry Pi 400 and 500 • Re: m.2 Hats for Pi 400/500
Only option is a USB3 to M2 adapter.Statistics: Posted by rpiMike — Tue Dec 31, 2024 6:32 pm
View ArticleAdvanced users • Re: Image File Utilities
I single-stepped through a stock image-backup under bashdb. Everything makes sense until that line, and then the -f fails, as if the image file weren't there. But it IS there. Here's the output of the...
View ArticleRaspberry Pi OS • Network Installer fails after 'Starting Installer'
Having trouble booting the raspberry pi 5. I'm now trying the network installer. After seemingly downloading the installer the screen show "Starting Installer" and then proceeds to black screen. This...
View ArticleSDK • Re: [Solved - Mega Crimbo Brain Fart] Failed to build 'picotool'
Obvious thing, you need all the files, like in the prebuild https://github.com/raspberrypi/pico-sdk-tools (I guess there are). Setting picotool_DIR, I needed to compile it with:Code: cmake -G "Ninja"...
View Article