General 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 ArticleRaspberry Pi OS • Re: Is it safe and possible to by-pass apt dependence check?
Why don't you just add the mosquitto repo?https://mosquitto.org/blog/2013/01/mosq ... epository/NB: available list files areCode: sudo wget http://repo.mosquitto.org/debian/mosquitto-bullseye.listsudo...
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 ArticleMicroPython • Re: .uf2 upload problem (raspberry pi pico 2)
And, for an RP2 in BOOTSEL mode, for me ...Code: pi@Pi4B:~ $ picotool info -dDevice Information type: RP2040 flash size: 2048K flash id: 0xE6614104031D892FSo it should be possible to put an RP2 into...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
Hi all, apologies if this is the wrong place to post.I’ll preface this by saying I’m relatively new to Linux, so please feel free to call out any glaring mistakes.It seems there’s a bug in the 6.6...
View ArticleDevice Tree • Re: For the life of me I can't make TLV320AIC3110 Audio chip...
Youmay find this useful viewtopic.php?p=2279658#p2274995Tta it on the official OS first as at least I don't have any intention to bother with ubuntu.Statistics: Posted by aBUGSworstnightmare — Tue Dec...
View ArticleGeneral discussion • Re: how much would it have cost per pi500 to fit the M.2...
It will certainly be interesting to see what future products Raspberry Pi release in 2025 and 2026 There certainly is something brewing as the market cap for RPI is now £1.2 billion. Pounds not...
View ArticleBeginners • Re: Low USB trumb disk speed
How is formatted? Fat? Ext4?the original 16GB USB thumb drive was created by RPI Imager. It show about 40MB / sremove the USB and plug into another RPi5 with running NVMe SSD. Plug in a new 256GB USB...
View ArticleFrançais • Re: Onglet Chrome apparait automatiquement
Bonjour, Pour basculer d'un onglet à l'autre essayer xdotool. A priori fonctionne sous X11https://manpages.ubuntu.com/manpages/tr ... ool.1.htmlA+Statistics: Posted by jelopo — Tue Dec 31, 2024 7:33 pm
View ArticleOther projects • Re: Surveillance_Client
I am looking for a software like Surveillance_Client for windows to run on a raspi. We have 3 NVR's that is needed to be monitored regularly and they want to free up their computers so they can do...
View ArticleTroubleshooting • Re: Booting Raspberry pi 5 from a m.2 + hat
Hey sorry for a delayed reply I’ve been very busy. For my order of attempting to fix this, I went into the boot configuration text file and set PCIE to gen 3 for my nvme drive, that’s the only way I...
View Article