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

C/C++ • Re: libgpiod compilation problems.

try -lgpiod -lpthread -lgpiodcxxHere is a cmake snippet that I just use by default on gpio stuff.Code: # Link librariestarget_link_libraries(${PROJECT_NAME} pthread gpiod gpiodcxx)Your code is fine,...

View Article


Camera board • Re: Raw Reprocessing in 2024

+1 This is a very useful feature to have, I hope we can get it soon.Statistics: Posted by schoolpost — Thu Aug 29, 2024 12:01 am

View Article


Camera board • Re: Software for a Pi Microscope

I'm trying to open up my new Global Shutter camera from the command line on my Pi3. I have been able to confirm it's working with raspicam-hello, but I need a more persistent stream to my display.I...

View Article

General discussion • Re: RP2350 and Pico 2 released!

Does this mean that the ARCHSEL register can be programmed multiple times? I was under the impression that the ARCHSEL register is a one-time programmable (OTP) register.the ARCHSEL register is just a...

View Article

Python • Re: Cron job for discord.py python script

I am using 64-bit lite (Bookworm), I am using the OS largely over SSH. I am using a RPI 4B. I just checked the logs with your advice, the script seems to be unable to locate the "discord" lib.See...

View Article


Advanced users • Re: Is There a Way to Improve Firefox's Program Load Time?

Firefox stores and reads about 155,097,382 status files every time there is the slightest change in anything. You can change a setting in Firefox to only update the files every 5 or 10 or 30 seconds....

View Article

Beginners • Looking for a good screen with certain spec

Looking for a really specific screen for rpi. Size should be 4-5 inch, non touch screen (or optional anyway), HDMI (just for the 60 hz refresh rate), and low cost, less than $20 in USA. Open to SPI if...

View Article

Automation, sensing and robotics • Re: Connecting a LD2410 radar sensor to a...

I am not sure whether the serial 9600 baud requirement is an issue with my sensorYes, it was an issue with the sensor. A new LD2410C sensor (with a QC/PASS sticker) operates at the default serial...

View Article


Troubleshooting • Re: Wi-Fi slow on RaPi5?

Solved.RaPi5 runs too hot around 50C.Putting an external fan over the CPU drops to 25C and Wi-Fi improves when reducing down to ~35C.Statistics: Posted by eiger3970 — Thu Aug 29, 2024 11:42 pm

View Article


Beginners • Re: Help with duplicating Pi4 OS on another Pi4

Yes, you can backup to a USB stick, and it will be bootable on another Pi that supports USB boot.Statistics: Posted by rpdom — Thu Aug 29, 2024 11:46 pm

View Article

Python • Re: Button to restart Pi, button to restart program

Thank you for all of the suggestions. I was unable to get any of them to work, but I did find out that I can just create a countdown timer that allows the buttons to be detected because there is only...

View Article

Raspberry Pi OS • Serial Port assignments

I have a Raspberry Pi Zero 2 W. I already setup up the serial Port at GPIO14,15 as a serial console and that is all working. I documented my steps at https://www.quietwind.net/wiki/doku.php ......

View Article

Troubleshooting • Python and Systemd. Program keeps restarting imediately.

I am attempting to use systemd. Here is the contents of my file:Code: [Unit]Description=Auto ferment monitor...

View Article


Troubleshooting • Pi5 wlan0 disappeared

We have two raspberry pi5s purchased this spring. Both boot from uSD, and one of them recently fails to connect to wifi, though the wired internet works.We always let them autoupdate, but I tried...

View Article

General discussion • Re: STICKY: Introduce yourself!

Hi Folks,My Raspberry Pi 4B just arrived. What a neat little package. The Aluminum case fits perfectly! As you can probably tell from my handle, I am Australian. I spent 30 years working with ICT...

View Article


C/C++ • Re: CMake and arch-specific compiler options

which gives me the following error:Code: E: Unable to execute target architectureLooking at the debootstrap log, it just says:Code: armhf: not supported on this machine/kernelLooks like this has to do...

View Article

General • Re: Pico2 easy upgrade or nightmare?

I've read that you can build an UF2 file with rp2040 and rp2350 but I don't think "universal" code can be done.You could theoretically do it with ARMv6-M only code, but it would be extremely painful...

View Article


General • Re: RP2040: Substantial PIO jitter in I2S clock

The only time I have seen jitter in my PIO programs was when I used a fractional divider for the state machine. I guess I have also seen delays introduced when the PIO code was waiting for data in the...

View Article

Image may be NSFW.
Clik here to view.

Raspberry Pi OS • How to use Tidal with a dragonfly ?

Hi there I am new to this.I brought this Raspberrypi 5 so i could burn Runeaudio to it and use it with my dragonfly as a music streamer but it doesnt seem to be a version that works for this yet So I...

View Article

Raspberry Pi 400 • Re: Pi400 shutdown woes

the holtek MCU managing the keyboard also manages turning the power on/offwhen the pi400 is "off", the holtek is still on, scanning the keyboard, and can turn the power back on when you hit the power...

View Article
Browsing all 4778 articles
Browse latest View live