General discussion • Re: RPi6 wishlist
And a pony, don't forgetStatistics: Posted by jdb — Fri Jan 10, 2025 6:32 pm
View ArticleRaspberry Pi 400 and 500 • Re: RPi 500, no M.2
Small rantWhy would they release that product WITHOUT populating the necessary hardware for an M.2 connector ? It can't save more than $5-$10 on the BOM !That would certainly prevent me from buying...
View ArticleCompute Module • Re: CM5 availability
Capacity runs at about 50k per week. I have no idea of the actual allocations, but you could change the line once a day and produce 10k of each model, that means a 5 week duty cycle. However, some...
View ArticleBeginners • Re: Permanently disabling WI-FI and ethernet
There are varied reasons for wanting to physically disable the wireless - use on military bases is one. Unfortunately, we do not have an easy way of doing it. Unsoldering the device will probably...
View ArticleBeginners • Re: Got my Raspberry Pi, but...
I really didn't expect that comment to be taken literally and for it to start an argument.Well, I came here for an argument but got contradiction...Statistics: Posted by jools72 — Fri Jan 10, 2025...
View ArticleGeneral discussion • Browser Login Question
I subscribe to the Pensacola New Journal. Chromebooks stopped being able to Sign In to their Web Account nearly a year ago. The PNJ Android App will sign-in fine, and I was pleased to find the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • I2S packed sounds to individual soundcards
Hello,Am currently unsing the PCM/I2S interface to communicate with a custom DSP. This custom DSP provides 4 mono channels 16bits 16Khz.As the I2S interface of the RPI is limited to stereo, I have...
View ArticleGeneral discussion • Re: Browser Login Question
firefoxStatistics: Posted by kerry_s — Fri Jan 10, 2025 7:34 pm
View ArticleGeneral discussion • Wll we get a better replacement option for desktop computer
Interesting with the announcement of 16 Gig ram for the pi 5.A couple of months ago a magazine brought to my attention giving a review on some other "Small Computer Board" (SCB) said in different...
View ArticleGeneral discussion • Re: Need To Learn
Great! What are the steps to get what I want up and running?Well, you already have the webserver running, you can't remember the name of the BB software, and pfsense won't work anyway. So your next...
View ArticleGeneral discussion • Re: What Firefox extensions are you using?
just ghosteryStatistics: Posted by kerry_s — Sat Jan 11, 2025 7:41 pm
View ArticleGeneral discussion • Re: Iconic Arcade! Can't connect to the internet....
I did... they told me to contact Raspburry Pi cause they don't own the operation kf the device.Statistics: Posted by ScruffyCrash — Sat Jan 11, 2025 7:42 pm
View ArticleBeginners • Re: Looping video playlist with button interrupt
Pi Presents should do what you want. Use a mediashow and a child track (pp_interactive 1p5 example profile)pipresents.wordpress.comCurrently you will need to use pipresents KMS which means not a Pi5I...
View ArticleMicroPython • Re: Unable to allocate memory on a raspberry pico w
My situation is quite specific, unfortunately I have to use a certain version of uPython that's about 5 years old and I can not pre-compile the code as it needs to be updatable OTA.I presume you mean...
View ArticleMicroPython • Re: Is regular Pi Pico bricking normal?
Micropython is usually programmed with thonny or VScode using a plugin.c/cpp is usually programmed with SDK or arduino.For micropython:Usually the RUN pin (aka reset) can be pulled low with a button...
View ArticlePython • Re: Rpi5, pi3d, x11, uggg lol
Is the question how to run it on startup or something else?Statistics: Posted by neilgl — Sat Jan 11, 2025 7:56 pm
View ArticleTroubleshooting • Running python script with push of a button
HeyI have a python script that I want to run by just pushing a button. I could mainly find tutorials for doing this by starting another python script that waits from button input, and then starts up...
View ArticleCompute Module • Re: Operating system for CM4
TCP server on Raspberry Pi 4 having FreeRTOS.Would not count on FreeRTOS supporting Ethernet or Wifi on the Pi.I think most people playing around with FreeRTOS on the normal Pi, run it one of the CPU...
View ArticleTroubleshooting • Re: Running python script with push of a button
HeyI have a python script that I want to run by just pushing a button. Edit the Python script so that it waits for the button press at startup.Then set up your Pi to execute the script at boot...
View ArticleRaspberry Pi OS • Re: Static IP with Bookworm
EDIT: The great thing about Linux, of course, is all the choice. But some choices are better than others. There's nothing better about it if you don't need any of it, it's just waste.If they do yank...
View Article