Raspberry Pi Connect • Re: Remote Shell but no Screen Sharing
Hello,Following the documentation I have turned on enhanced logging. Here is the log output (journalctl --user --follow --unit rpi-connect --unit rpi-connect-wayvnc).pi@rpi5:~ $ systemctl --user...
View ArticleGeneral discussion • Re: First quarterly report for Raspberry Pi Holdings PLC?
AIUI:Foundation holds shares in Trading.Trading therefore contributes to Foundation, possibly by donation as well as dividend.Trading products are in part aimed at education, though not exclusively,...
View ArticleGeneral discussion • Multiple source files in a makefile
I am working with a display interface that comes with a pre-configured makefile, that adds their code to your C code. I got it working with adding additional include files to work, but nothing I have...
View ArticleAdvanced users • Re: Seeking clever ideas: applying git changes to a...
Honestly, I should have realized this was going to be a problem. My bad. I greatly appreciate any and all suggestions.Statistics: Posted by tinker2much — Fri Sep 06, 2024 12:45 am
View ArticleBeginners • Re: Connectting 220V to Raspberry PI GIO pins
Is the target computer a PC or a Pi?Either way this seems like a (potentially) expensive and long winded way of doing it.If it's a Pi, is only used for playing 'toons for your son, it's running RPiOS,...
View ArticleTroubleshooting • Re: Wi-Fi Unscannable "wlan0: carrier lost" Issue...
Thank you for your help! I’ll try this method and monitor the system again.Statistics: Posted by David88 — Fri Sep 06, 2024 1:01 am
View ArticleGaming • Re: DirectX 11 unity exe
Make sure DirectX is properly installed and configured in Wine. You can use winetricks to install DirectX 11 and other necessary components.Statistics: Posted by rapetbery — Fri Sep 06, 2024 1:22 am
View ArticleAdvanced users • Re: Raspberry Pi 5: Host + Slave USB setup
Do some cable mods to either:1. Feed power in via the GPIO header pins and disconnect +5 volt supply to USB-C plug.2. Feed +5 volt into USB-C plug from PSU which can supply adequate current.ReplyWith...
View ArticleTroubleshooting • Re: Microcontroller-based HID keyboard gives random inputs...
Thanks for the suggestion. I happened to have exactly a 100uF electrolytic and a 0.1uF cermaic in my junk box so I tried using them to regulate the power. I first tried spanning them in parallel...
View ArticleGeneral • RP2350 E9 bug - also for other GPIOs, e.g. SPI?
This E9 bug scares me a lot.I think, I have seen it as well, when implementing a QSPI with PIO, where it changes to inputs, with no pull-down (or up) enabled.Nothing seen anymore as received...
View ArticleCompute Module • Re: how to force the PCIe on CM4 to run in Gen1
I use this I/O shield: https://datasheets.raspberrypi.com/cm4i ... -brief.pdfAnd try to force the PCIe to run in Gen1 speed by using 'setpci' command, for example:Code: root@raspberrypi:~# setpci -s...
View ArticleGeneral • Re: RP2350 E9 bug - also for other GPIOs, e.g. SPI?
BTW: is just E9 bug related to Bank 0 pins only (all the user GPIOs), not Bank 1 (the USB DP/DM and QSPI signals for external flash memory)?Statistics: Posted by tjaekel — Fri Sep 06, 2024 1:45 am
View ArticleAndroid • Re: No command
Looks like something is wrong with your sign in (username or password) ?NothingWell please tell me the keysStatistics: Posted by Piuser78 — Fri Sep 06, 2024 1:54 am
View ArticleHATs and other add-ons • Re: Official Foundation Pi 4 case has no holes for...
love it! yes, drill your grill, and chill.Statistics: Posted by breaker — Fri Sep 06, 2024 1:59 am
View ArticleBeginners • Re: How to Install Blender on Raspberry Pi 4? Compilation Error...
What's wrong with simply doing:Code: sudo apt install blenderStatistics: Posted by craigevil — Fri Sep 06, 2024 10:37 pm
View ArticleGeneral • Re: what is the logic of ADC interrupt enabling?
Code: static inline void adc_fifo_setup(bool en, bool dreq_en, uint16_t dreq_thresh, bool err_in_fifo, bool byte_shift) { hw_write_masked(&adc_hw->fcs, (bool_to_bit(en) << ADC_FCS_EN_LSB)...
View ArticleGeneral discussion • How to easily be able to use push buttons with GPIO
Okay I have finally worked it out and it’s actually really simple.In case anyone else wants to wire buttons directly to GPIO…Normally every time you reboot the pi it resets any changes unless you...
View ArticleGeneral discussion • Re: Details about raspberry pi warranty claim process
With regard to the warranty process itself, the posts above are correct. Your warranty is with the supplier, so that is where you need to go for front-line support and warranty claims. We at Raspberry...
View ArticleRaspberry Pi Connect • Re: rpi-connect causes 100% of memory to be used, and...
Seems like the problem is connected to `wayland` and switching to `labwc` fixes it. https://github.com/raspberrypi/bookworm ... issues/281Statistics: Posted by MarlinMr — Fri Sep 06, 2024 10:51 pm
View ArticleGraphics, sound and multimedia • Re: fruitbox MP3 jukebox
Okay I have finally worked it out and it’s actually really simple.In case anyone else wants to wire buttons directly to GPIO…Normally every time you reboot the pi it resets any changes unless you...
View Article