Media centres • Re: is there a video looping solution for the raspberry pi 5?
VLC should be able to do this. It can be launched from command and run fullscreen with no gui.Statistics: Posted by dom — Wed Jul 03, 2024 10:23 am
View ArticleOther RP2040 boards • Re: Own board - messed USB!
RP2040 is always a Full-speed USB device when in device mode (whether for BOOTSEL or otherwise). In host mode, it can operate at Low-speed to talk to low-speed devices like keyboards. Note that RP2040...
View ArticleGeneral • Re: Differences in .uf2 Loading: Picotool vs. Bootrom Loader
The description in the erratum notice says that it DOES work if you make sure all blocks in your UF2 are multiples of 4K. Gaps within a 4K block are the problem.Statistics: Posted by arg001 — Wed Jul...
View ArticleAdvanced users • Re: Reading the RTC
I guess "theoldwizard0" was already taken.Statistics: Posted by ame — Thu Jul 04, 2024 10:01 am
View ArticleGraphics programming • Re: Dispmanx is deprecated, but is it planned to be...
Is this repository still working under the last raspberry pi releases for PI0 to PI4?Read the readme. (TLDR: no).Statistics: Posted by dom — Thu Jul 04, 2024 10:06 am
View ArticleGeneral • Re: High-speed counter
The PWM counters can't directly do this, but there are several ways to achieve it:Set up 2 counters, that will count the 'up' and 'down' signals, with both inputs going to the PWM signal. Write some...
View ArticleStaffroom, classroom and projects • Re: Undergrad Project
... any devices that I could easily experiment with that don't cost an insane amount.A Raspberry Pi Pico W microcontroller can trivially be configured to act as an IoT source device. It has a...
View ArticleGeneral • Re: Getting Started with Raspberry Pi Pico W
Perhaps tell us what those sensors are and people may be better placed to advise.If there is Arduino code available it should be possible to replicate that in MicroPython, CircuitPython, C, C++ or...
View ArticleRaspberry Pi OS • How to use PXE_OPTION43
I have a Raspberry Pi 4B running bookworm successfully network booting from a PC running Debian 12.My question is about the PXE_OPTION43 in the bootloader configuration. In the documentation it states...
View ArticleTroubleshooting • Re: Pi5 - Won't complete a boot - Power button problem?
Here's a photo of the diag screen. Prior to this I loaded the bootloader again using net boot on sdcard fail. Hence it's waiting as I had removed the card. But within about 3 seconds it powers off...
View ArticleItaliano • Re: Raspberry PI 4 B - Connessione rete
Salve,aggiorno la mia richiesta di aiuto.Ho lanciato sudo raspi-configSelezionato Localization Options ⇒ Wlan Country e impostato ITSelezionato System Options ⇒ Wireless LAN e ho configurato l'SSID e...
View ArticleTroubleshooting • Pi-Apps installed but nothing in Menu?
Hello, my Raspberry Pi 5 Desktop installed GIMP and Inkscape via Pi-Apps, however nothing is showing in Menu -> Graphics?Terminal -> gimp -> shows nothing?Any suggestions how to install GIMP...
View ArticleGeneral discussion • Re: Raspberry PI industry integrators forum?
Thank you for your responses!Yeah the PI imager option is not an option! It's got to be as simple as plugging in an Apple TV, choosing the wireless essid and selecting it.Perhaps it can be done via...
View ArticleTroubleshooting • Re: Raspberry pi 5 no boot only red led
Are you using a micro hdmi to hdmi cable? Are you using a case?yes i offical cable and casing with active cooler tried removing active cooler tooStatistics: Posted by mistrysiddh — Fri Jul 05, 2024...
View ArticleBeginners • Re: Unable to flash and use PICO on Mac
Have you seen this...?https://www.robertthasjohn.com/post/how ... t-on-macosor thishttps://www.waveshare.com/wiki/Raspberry_Pi_PicoStatistics: Posted by kip_the_elder — Fri Jul 05, 2024 11:21 am
View ArticleGeneral discussion • Re: Powering multiple RPi with 300W PSU
Either will be adequate, indeed overkill. You don't need more than 20A (and that is generous for 2xPi5, Pi4B and Pico).Cables should be 18 AWG minimum, and as short as possible. Thinner is okay if...
View ArticleGeneral discussion • Re: Can I charge phone with rpi power suply
both official USB-C PSU will happily do that.Your microUSB PSU will do that as well.Statistics: Posted by aBUGSworstnightmare — Fri Jul 05, 2024 11:31 am
View ArticleCamera board • Re: Camera Module 3 Wide - Cannot allocate memory
I am calling the rpicam-still from bash script in 30 sec period in order to have allways the actual config file (day, night, sunset, sunrise). I am not sure, whether the libcamera-still reloads the...
View ArticleOther RP2040 boards • Re: Own board - messed USB! ... take 2!
Ok here is a re-draft - just thinking capacitor placement. Will add ground planes and interconnections. Can get the caps around the pins 48,49 50 closer by routing the QSPI tracks via the back if its...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SN65DSI84 based solution non-working...
I've never had reliable results with this board & panel, but I can see the kmstest pattern visible but with totally the wrong colours (largely lime green, with cyan, yellow, and magenta segments)....
View Article