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: I need help because I think I messed up
Sorry, yes, another linux computer, or boot a live Linux USB / DVD / CD / PXE for a minute. Yes, mount as a loop. Right, SD has no microcontroller, so no automount. Ha, right, thanks for the...
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: Pi 5 Netboot eeprom flash bricked ethernet
Couple of things:1. When you say that you have tried re-flashing the Pi 5 with "the correct Netboot which was created using the Pi Imager with Network Boot chosen. That didn't do a thing", what did it...
View ArticleGeneral discussion • Re: Multiple source files in a makefile
It might help if you linked to the product and any instructions that came with it, although I can probably give reasonable advice from just the Makefile in this case. From a quick scan of the...
View ArticleBeginners • Re: Connectting 220V to Raspberry PI GIO pins
Don't do it !! Juat the thought of it sends chills down my spine.Statistics: Posted by Cracker Jack — Fri Sep 06, 2024 1:07 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 ArticleOfficial Display • Can the Pi 5 display to HDMI and the LCD Touch Display at...
Subject says it all.Statistics: Posted by sbatson01 — Fri Sep 06, 2024 2:17 am
View ArticleAdvanced users • Re: Seeking clever ideas: applying git changes to a...
If the Connect devs had file transfer working, I could just copy over the project directory from an updated machine.If you can connect to the remote Pis you can use ssh. If you can use ssh you can use...
View ArticleGeneral discussion • COB LED Power Supply selection
I have 5 COB LEDs that have rating of 12V and 170mA. I ended up buying a PSU that is rated at 15V and 3A (https://www.digikey.com/en/products/det ... ST/7704684) This means I'll need a current...
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 Article