Quantcast
Channel: Raspberry Pi Forums
Browsing all 4769 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Graphics, sound and multimedia • Re: Raspberry Pi5 and VGA666

Sorry for my late replay.The last configuration fits perfectly on my CRT.I have also a superb Commodore 1084-S D1 monitor that I can connect through the RGB DB9 plug.Here the characteristics of the...

View Article


Camera board • Camera software update for Bookworm

Hi,This is just to let folks know that there's been a camera software update for Bookworm. As always, we recommend installing withCode: sudo apt updatesudo apt upgradeto make sure you get all the...

View Article


Camera board • Re: Camera software update for Bookworm

Isn't the following recommended?Code: sudo apt updatesudo apt full-upgradeStatistics: Posted by rpiMike — Wed Feb 21, 2024 12:31 pm

View Article

MicroPython • Re: Frequency counter stops after while

Thanks, I made only change in:Code: def counter_handler(sm): #print("IRQ") global update_flag if not update_flag: gateVal = int(MFREQ/1000) #sm0.put(gateVal) sm0.put(50000000) sm0.exec("pull()")...

View Article

HATs and other add-ons • Re: Is A Grub-like Utility Possible With Raspberry...

As far as I know, the initial boot device source is selected by the built-in firmware and the only way to change that is to modify the boot_order.After the boot device is chosen, the partition from...

View Article


Troubleshooting • Re: Wayland: Switchind display off and on again is not working

With "vc4.force_hotplug=1" in cmdline.txt:Code: i$pi$ kmsprintConnector 0 (32) HDMI-A-1 (connected) Encoder 0 (31) TMDS Crtc 3 (96) 320x1480@59.98 39.750 320/24/32/56/- 1480/3/10/41/+ 60 (59.98) U...

View Article

Raspberry Pi OS • Re: Kernel packages release schedule?

Would there be any repository with test version of package for 6.6.x? Eventually what repo holds package sources so I could build `.deb` myself for version I need?We don't ship test kernels through...

View Article

Image may be NSFW.
Clik here to view.

Beginners • Re: SPI Question

Keep in mind that without additional effort the potentiometer are not floating (isolated from each other), but the analogue voltages need to be in some range around a common GND voltage.I don't...

View Article


Troubleshooting • Re: Raspberry Pi Imager does not launch

I don’t think that is the way to install it on a Mac (but I don’t have one)The instructions sayTo install on Raspberry Pi OS, typesudo apt install rpi-imagerin a Terminal window.But you don’t have...

View Article


Beginners • Re: Switch on the Microphone while the speaker is in playback

Simon,I have a long term Pi project listening for caller ID data and using a USB dongle for audio I/O.In my case I open the audio device and read data continuously, process it looking for and decoding...

View Article

Python • Re: Blink too slow

blink should not be called repeatedly!https://gpiozero.readthedocs.io/en/stab ... .LED.blinkuse .on() and .off()or call blink once with an on_time and off_time in seconds.Statistics: Posted by rpiMike...

View Article

SDK • Re: cannot use pico-extras in own project

`fatal error: pico/audio_i2s.h: No such file or directory`target_link_libraries(myproject pico_stdlib pico_audio_i2c pico_audio)Should that '_i2c' not be '_i2s' ?Statistics: Posted by hippy — Thu Feb...

View Article

Troubleshooting • Re: RPi5 shuts down after 15 seconds

Does this still happen if you add these lines to config.txt in the boot partition?arm_freq=1500core_freq=500Statistics: Posted by timg236 — Thu Feb 22, 2024 12:36 pm

View Article


Troubleshooting • Re: Triggerhappy failing on 64 bit Bookworm on Raspberry Pi 4B

Hi, Can anyone please let me know how to fix this?Statistics: Posted by embed123linux — Thu Feb 22, 2024 12:38 pm

View Article

Beginners • Re: Edit user account from SD

Hey,Is it possible to edit root or any other user directly from the SD card ? Before the first boot.Thanks!Yes.The Raspberry Pi Imager tool does that.But there is separate 'standalone ' documentation...

View Article


Image may be NSFW.
Clik here to view.

Device Tree • Re: Pi5 - overlay for enabling 3 SPI interfaces and using RP1...

Got you!Well, I can think of 'funnier' things in life than chasing BUGS down the (device)tree ... for finding other stuff ...Statistics: Posted by aBUGSworstnightmare — Fri Feb 23, 2024 12:19 pm

View Article

Image may be NSFW.
Clik here to view.

Interfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 and 6 SPI screens

one display each on SPI0/SPI2/SPI3.You can't use (!) SPI4 on the Pi5 as it's an SPI-Slave --> you may use SPI1/2/3 with two displays each. Leaves another chip select for a touch on SPI1.Writing the...

View Article


Graphics, sound and multimedia • Re: capture_circular_stream.py - can't see...

Mine is showing a real time video and is capturing several .h264 files. On the Pi terminal Code: New Motion 9.228515625New Motion 13.919140625New Motion 16.300872395833334New Motion...

View Article

Troubleshooting • Re: RPi5 shutting down on load

I have an FNIRSI FNB58 USB power tester that supports PD 3.1, so I logged power consumption going into the Pi5 with this logger. config.txt still has `over_voltage_delta=10000`. The FNB58 reported...

View Article

Troubleshooting • Re: RasberryPI Zero 2W: Unable to connect to home WiFi.

Yes give Raspberry Pi Imager a go - I always use it nowadays.Statistics: Posted by neilgl — Fri Feb 23, 2024 12:27 pm

View Article
Browsing all 4769 articles
Browse latest View live