General discussion • Re: Installing software with Pi Imager. 'No storage...
After installing the Pi software, inserting the software in the Pi, I then lose the ability to write any programs to the SD card using the Pi Imager. Very frustrating! Is there a code I need to write...
View ArticleGeneral discussion • Re: Raspberry Pi 4 Model B Undervoltage?
You could write a simple bash script that periodically checks the output of "vcgencmd get_throttled" to see if the Under Voltage Detected bit is set, then trigger a shutdown.Statistics: Posted by...
View ArticleOther • Re: Windows ARM64 release?
Anyone had any success with this. I would be keen to play but would like to know it it doable before trying to join the Insider Program.Considering I am a hobbyist I doubt I would be accepted anyway....
View ArticleCamera board • Re: GMSL2 (MAX96714 & MAX96717) video stream problem.
This makes a lot of sense, thank You. I will recompile the kernel using 6.12 and try again.Is there any trick that we could use to somehow bypass libcamera and preview the stream? We do not care about...
View ArticleGraphics, sound and multimedia • Re: First ever development project - Mini TV
Did you know you can get composite video out of a Pi? Might give you more choice of tiny screen.Hi Mike! Yes, it is next to SD port? I'll still stick with the above, especially I got this screen time...
View ArticlePython • Re: stop loop with button press--raspberry pi and gpio
I just got it figured out and working how i want it to. the issue wasnt with how i was trying to read the state of the pin or "button"all methods should and could do what i was trying to do, if i had...
View ArticleGeneral programming discussion • Re: [SOLVED]bash programming compare...
Stepping back a bit, there are 2 points to be made here:1) This is a "dash" vs. "bash" thing. bash takes either = or ==, while dash only likes =.The point here is that while switching to = (rather...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Waveshare 4inch SPI Display on RPi5
as with all other waveshare customers: they took your money, it's up to them to provide technical product supportHelloIf you have any questions about waveshare products, you can send an email to...
View ArticleRaspberry Pi OS • Re: Debian Bookworm argon1.sh freeze
Issue sent to cs@argon40.com and get confirmation reply.The answer will be posted here.Statistics: Posted by pi3bpfan — Fri Nov 22, 2024 9:22 am
View ArticleCamera board • Re: Event-based Vision Sensor
Raspberry Pi generally don't pre-announce products.The frameworks are all there for 3rd parties to produce camera modules that work with the Pi, hence the various modules from Arducam, Innomaker,...
View ArticleTroubleshooting • Re: CAN NOT USE WIFI WITH 6.12-RT
Does a standard install of Raspberry Pi OS work correctly?Statistics: Posted by jamesh — Sat Nov 23, 2024 7:51 am
View ArticlePython • Decimal digits extraction of 'Perfect Numbers' and Python's...
'Perfect Number #30'Code: import sysdef compute_perfect_number_52(): # Increase the digit limit for integer-to-string conversion sys.set_int_max_str_digits(10**8) # Set a sufficiently large limit #...
View ArticlePython • Re: Decimal digits extraction of 'Perfect Numbers' and Python's...
'Perfect Number #30'Code: import sysdef compute_perfect_number_52(): # Increase the digit limit for integer-to-string conversion sys.set_int_max_str_digits(10**8) # Set a sufficiently large limit #...
View ArticleAutomation, sensing and robotics • Re: Connecting Pi to 120VAC wall powered...
I really hope your instructors have given full advice and consideration to the dangers involved in mucking about with mains voltages.Not just the risk to the equipment but to life and limb...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: BTstack porting for RaspberryPi ZERO 2W?
Looking at the DT Source, I'd say it was GPIO on the Zero 2W.On the Zero W there isCode: "BT_ON", /* GPIO45 */which matches what you've already got, and for the Zero 2W there isCode: "BT_ON", /*...
View ArticleRaspberry Pi OS • Re: Compatibility new Raspberry Pi OS (6.6)
... These two—Python and OMXPlayer—are critical for my setup. Until a newer OS proves it can handle these requirements reliably, I'll likely stick with Buster for now.The hardware you bought years ago...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
This is only the 2nd time someone has reported such an Asynchronous SError to me. I'm afraid I don't know what could cause it.Have you tried flashing a Raspberry Pi OS version (e.g. the Lite version)...
View ArticleBeginners • Re: What's wrong with few OSes in Raspberry pi?
Kali is in the Imager app under "Other specific-purpose OS"There are lots of options for OSes, Kiosk, Media or 3D printer etc.But if you want other Linux OSes then you need to check those OSes main...
View ArticleHATs and other add-ons • Raspberry Pi "official" USB SDXC adapter...
Hi allNow that "official" RPi SDXC cards and USB adapters have become available, I ordered a 128GB card and one of these adapters (those with two USB plugs) together with a RPI 5 (8GB RAM) to try...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Temperature Troubleshooting
Wireless or ethernet?If wireless USB3 can interfere with it, I use ferrite clamps on USB3 leads which near enough stops the problem.Good though and I must get myself some of the clamps, thanks for the...
View Article