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

Beginners • Re: What are all the available options for /boot/config.txt ?

I don't find anymention of hdmi_safe in the README nor on https://www.raspberrypi.com/documentati ... g_txt.htmlThere is a search option on that page.But, yes, hdmi_safe is a legacy option that...

View Article


SDK • PIO PWM Input - Pulse Width Measurement

Hello.There are several topics on the forum already touching on this but I wanted to create a new one because I cannot find an example that is specific enough to really help me.I am slowly learning...

View Article


Teaching and learning resources • Re: Advent of Code 2024

day 10Code: pi@pi5-8:~/AoC2024/day10 $ g++ -O3 day10.cpp pi@pi5-8:~/AoC2024/day10 $ ./a.out Day 10: Hoof Itpart 1 - 538part 2 - 1110run time - 15.453 ms.pi@pi5-8:~/AoC2024/day10 $source...

View Article

HATs and other add-ons • Re: Could PyBricks be up and running on BuildHAT..

Do those cheap sensors already work with the Build HAT and the firmware currently available ?I would say yes. My reasoning: they are proved to work with Lego Hubs, so should be fine with BH too...no...

View Article

Image may be NSFW.
Clik here to view.

SDK • Re: PIO PWM Input - Pulse Width Measurement

I just saw the "announcement" on this forum section about posts should only be related to pico sdk. I realize my original post is geared more towards the PIO and not specifically the sdk, I should...

View Article


General • Re: shutdown command invoked

It looks fine, just it's Pico 1, (RP2040) right ? Thought RP2350.You can try another method of reset:Code: "adapter speed 5000; program \"${command:raspberry-pi-pico.launchTargetPath}\" verify; reset...

View Article

Compute Module • Re: How to enable USB OTG on the CM5 IO board

Oh - I've not noticed that jumper before! I suspect it emulates the special OTG cables with a built-in resistor(?), for situations where you want the USB interface to auto-detect which role to be in....

View Article

General discussion • Re: Flakey Pi, Image or SD Card?

"I have a number of Pi's, 2 3B's, 1 Pi4 and one Pi5. I have been having problems with one of the PiB's."Is it a PiB (first ever Pi) or one of the two Pi3B systems?Statistics: Posted by neilgl — Wed...

View Article


General • Re: Connecting a Pi Pico directly to the internet with SIM modules

I would bet on the latter one, since that Waveshare shield is NB-IoT. I don't know global situation, but at least in Poland you have to have special plan to cover that (maybe for business customers...

View Article


Graphics programming • Re: 7" Display 2 and rotating content using DRM

I don't have a test framework immediately to hand, so pushed https://github.com/raspberrypi/linux/pull/6533 as a speculative fix.If you could test it and report back, that would be great.Statistics:...

View Article

General • Re: RP2350 sample kit

There should be more news on this made public early next year which will hopefully explain all.Statistics: Posted by jamesh — Wed Dec 11, 2024 4:35 pm

View Article

Beginners • Re: Firmware not found ( rpi4 )

Thank you,So I've installed Raspberry Pi Os on another sd-card.So what would be the minimal I need in order to boot (I high light in green, what I beleive I need)/rpiOS/BOOT/├──...

View Article

Camera board • External Camera Support

Hi I'm looking to connect external cameras with SDI-HD or HDMI support.Means that I need a connector from SDI/hdmi to mipi that support RPI5.waveshare has the following...

View Article


Image may be NSFW.
Clik here to view.

C/C++ • Re: Install bcm_host library?

Move your -lbcm_host to the end of the line. That works.Doh! That's what I get for working on a fun project until 3:30 in the morning.Thanks for the quick answer. That was the problem. So obvious in...

View Article

Troubleshooting • Re: Flakey Pi, Image or SD Card?

Mine is the Raspberry Pi 3 B+ Model, 2017.Statistics: Posted by sbatson01 — Thu Dec 12, 2024 4:35 pm

View Article


Raspberry Pi Connect • Re: Connect service fails to start with out of memory...

Please let us know if this problem occurs again, and if you find a reliable way of reproducing it.Statistics: Posted by AndrewS — Thu Dec 12, 2024 4:36 pm

View Article

General discussion • Re: Raspberry Pi Monitor, Black - confirmed?

The moulds are really expensive!Statistics: Posted by jamesh — Thu Dec 12, 2024 4:46 pm

View Article


Advanced users • Re: Pi 5 Netboot eeprom flash bricked ethernet

Please can you clarify whether ethernet is reliable from Linux when booted and/or rebooted from SD/USB/NVMeIn these boot modes the firmware doesn't touch the ethernet controller or phy, it's all Linux...

View Article

General • Re: Turn on onboard LED when in bootsel mode

But is this value correct VALUE 0x000119 ?This looks like 24 bit RAW value , the bold would be ECC field, right ?picotool has some options, it's not so clear what is used by default Redundancy/Error...

View Article

MicroPython • Re: Hardware .irq Interrupt on Button Push Difficulty

Try this basic aproach to debounce: Code: if (time.ticks_ms()-delta) > debounce:[/quote]This will act oddly when ticks_ms() rolls over. Better to use...

View Article
Browsing all 4874 articles
Browse latest View live