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

Image may be NSFW.
Clik here to view.

For sale • Re: Design a 7" 1024x600 Aida64 Wireless Sub-Screen + AV...

This display has 3 input channels, I think it can be used in many occasions.It is provided with a 3D STL shell file, which looks pretty good. The fan shell can cool the Raspberry Pi.Statistics: Posted...

View Article


C/C++ • Re: what to place in a make file to use libgpiod

warthog618 - the / was the problem. Good catch and thanks for the help.Kind regards,DavidStatistics: Posted by DFansler — Sat Sep 28, 2024 12:42 am

View Article


Beginners • Re: RP2040 power voltage readout?

HiI am running the RP2040 off of a 3.7v Li-ion battery.Can I get the power voltage of the RP2040 somehow?Or do I need to use a separate analog input?It's a Seeed XIAO RP2040 I am using.You have--in...

View Article

General discussion • How to make the GPIOD global

Just started using GPIOD and have run into a problem I hope someone can help me with. The main.c has the code that opens the chip, defines the lines used and declares them to be outputs. I call...

View Article

Advanced users • Re: Supported SD card types/capacities

Generally speaking, I don't use SD cards larger than 32GB. If I really want more space than that, I switch to an external SSD (Pi4B or earlier) or a M.2 HAT and NVMe SSD (Pi5). The avoids the risks of...

View Article


Advanced users • Re: Power up fpv drone and raspberry pi 5 from single Lipo...

... so wifi module should be connected to raspberry ...WiFi doesn't have a whole lot of range, especially at the higher frequency bands.Statistics: Posted by W. H. Heydt — Sat Sep 28, 2024 1:03 am

View Article

SDK • Re: Where is the C compiler riscv for windows ?

Windows https://github.com/raspberrypi/pico-sdk-tools/releases are actually 13.2.0 not 14 like name states. Like they said, they are https://www.embecosm.com/resources/tool ... scv-stable with...

View Article

General • Re: ADC DNL on Pico2

Full example dataCode: 1 308 2 358 3 391 4 365 5 467 6 436 7 349 8 428 9 504 10 447 11 499 12 450 13 516 14 475 15 442 16 455 17 517 18 490 19 504 20 480 21 505 22 480 23 392 24 471 25 509 26 495 27...

View Article


Raspberry Pi OS • Possible to "upgrade" glibc without installing a...

I have a program running on my (older) RaspiOS system (*) that upgraded itself today and now the latest version complains that my glibc is too old. The program still runs, but everytime it runs, it...

View Article


Raspberry Pi OS • Re: Possible to "upgrade" glibc without...

32-bit or 64-bit OS?Have you done a "sudo apt update && sudo apt full-upgrade", and was it successful?What program, and did it come from APT or somewhere else?If it didn't come from APT, what...

View Article

Camera board • Re: Efficient video streaming

Aa long as the solution uses the hardware H264 video encoder in the GPU, you can't get it much lower. Only if you take another simple board that is dedicated for camera streaming, so not a Pi4, power...

View Article

Troubleshooting • Re: HDMI settings in Bookworm

never seen an lcd display with a native HDMI interface --> what kind of scaler board do you use?Some UHD-Ii scaler boards offer 4 HDMI input, running the screen as 4x UHD videowall.Sorry for the...

View Article

General discussion • Re: Do RPi's have a limited lifespan?

I have 3 RPi3B+'s that I have been using to drive my 3D printers using Octoprint. All 3 RPi's were purchased at nearly the same time and have been trouble free for years. Lately, Octoprint is...

View Article


Raspberry Pi OS • gpiozero kludge

Rather than fixing gpiozero for the latest kernel update on Pi5 the OS seems to have introduced a kludge:-Code: /dev/gpiochip4 -> gpiochip0This breaks my other code which looks for...

View Article

Troubleshooting • Re: Point-to-point ethernet - Unidentified Network -...

Something Murph9000 didn't mention or didn't spot: using google's public DNS servers on a point to point link like this simply won't work. Even if those machines can reach them via a different...

View Article


Image may be NSFW.
Clik here to view.

Camera board • External trigger on GS Camera and rpicam-still

The following command line saves an image with an external trigger:LIBCAMERA_RPI_CONFIG_FILE=/usr/share/libcamera/pipeline/rpi/pisp/timeout.yaml rpicam-still --immediate -n --awbgains 1.5,1.5...

View Article

Python • CPU Temperature Test Not Working; Need File Format

I tried to use the code on the "Heating and cooling Raspberry Pi 5" page (https://www.raspberrypi.com/news/heatin ... erry-pi-5/) and couldn't get it to work; kept getting this error:Code:...

View Article


Networking and servers • Re: Pi4 as a NAS and local media player?

My dad is a huge music nerd, but not a huge computer nerd. He's got several hundred CDs in his collection that he's downloaded onto his laptop, plus a large digital library on top of that, but that...

View Article

Beginners • Re: Running a program on start up and after connecting to the...

If by "crontab method" you mean a cron job start @reboot then no, that won't work as cron will run it before the network (by extension teh internet) is available.There is no reliable way for the...

View Article

Image may be NSFW.
Clik here to view.

SDK • Re: 'clock_get_hz' was not declared in this scope

So you started to migrate from Arduino to pure SDK ? You are very welcome ! I thought you are still trying to patch Arduino to behave like SDK.SDK is much closer to the hardware, once you get used, I...

View Article
Browsing all 5277 articles
Browse latest View live