Other projects • Any plans for an AI driven Pi Configurator Agent?
Is anyone working on an AI driven Configuration tool for which the user can specify an objective such as:"Please install all components necessary to support enabling H265 hardware support for video...
View ArticleUbuntu • Re: Ubuntu 24.04 RPI CM5 stucks for a long time on MMC error
I would use the latest but stable RPi firmware+kernel from RPiOS64. You can easily get that running the hackers way by using 'rpi-update' developer/engineering script or enhance your sources list and...
View ArticleGeneral • Re: is some one make all 4 cores of pico 2 to run in arduino code ????
If this SKU is the one OP is using:7-inch Nextion Enhanced Series HMI Touch Displayhttps://www.cytron.io/p-7-inch-nextion- ... ch-displaythen it won't load the Pico any; it has its own MCU to run the...
View ArticleCamera board • Re: Raspberry Pi Camera failed With OpenCv
Thank you I am looking on it.Statistics: Posted by ahmet4635 — Sun Jun 08, 2025 11:19 am
View ArticleOfficial Display • My new official display 2 has a thin line of light behind...
My new official display 2 has a thin line of light behind the bezel. This line of light doesn't appear when I face the display directly, however, if I peek like if I'm trying to look what's the behind...
View ArticleGeneral discussion • Re: 16Gb version of Pi500?
Make your own with a pi5 16GB...https://youtu.be/2WphP4qpaM8?si=uI4irHEBbJEKb83SStatistics: Posted by gordon77 — Sun Jun 08, 2025 11:30 am
View ArticleRaspberry Pi OS • Re: Scroll touch selects text instead
If you have installed the latest updates as per our blog post last week, there is now an option to switch touch support between mouse emulation and multitouch.Launch the Screen Configuration tool,...
View ArticleRaspberry Pi Connect • Re: Can't remotely connect to pi
Have you enabled rpi-connect “lingering”No and after enabling it, it workedCode: loginctl enable-lingerrpi-connect onStatistics: Posted by IT-smurf — Sun Jun 08, 2025 11:53 am
View ArticleRaspberry Pi Connect • Moving a connected pi
I've set up a pi4 on my local network with Raspberry Pi Connect. I now need to move it to a remote location on a different network. What changes will I need to make other than a new ip address for...
View ArticleSDK • Using two devices on same SPI bus
Is it possible to use two devices on the same SPI bus with different baud rates? I have:Code: spi0sdcardFreeRTOS-FAT-CLI-for-RPi-Pico librarybaud rate = 1041666618,19,20,21adcmy codebaud rate =...
View ArticleRaspberry Pi Connect • Re: Moving a connected pi
No changes should be needed. It should "just work".Statistics: Posted by rpdom — Sun Jun 08, 2025 1:32 pm
View ArticleGeneral • Pico 2 won't flash
Hello,I have a pico RP2350 but i'm unable to flash it anymore. It used to work, but all of the sudden it didn't. After i put the cable out, and back in it didn''t start again. It was running...
View ArticleNetBSD • Speed advantage vs. Raspberry Pi OS?
Assuming a typical desktop environment (GUI, LibreOffice, javascript-capable browser like Firefox or Chromium), on a Raspberry Pi 3B or a 3B+, can one expect any substantial speed gains by running...
View ArticleSDK • Re: Using two devices on same SPI bus
For each device, you need a distinct CS line.See also https://en.wikipedia.org/wiki/Serial_Pe ... topologiesThen it should be possible to have separate clock speeds for each device.Another option...
View Article