Beginners • Re: My First Pi Project: USB over IP?
Anyway, not an ideal first Pi project.HA! well this got a lot of activity. my units were 25-30 feet.I think for short term application I will go with the USB C -> Ethernet cable -> USB C...
View ArticleGeneral discussion • Re: integrated Raspi notebook like by AMD or Intel cpus?
From what I read, the GPIO is provided by a USB adaptor. If you want notebook + GPIO, can you use the Argon GPIO USB adaptor with other computers? If so, I would buy the adaptor for use with my...
View ArticleGeneral • Re: [overclocking] RP2350 at 700 MHz (PIO alone at 1560 MHz) with...
You got me with thisCode: // Configure PLL system to 900 MHz pll_init( pll_sys, // PLL to configure 1, // REFDIV 75, // FBDIV <===== Say what 1, // PD1 1 // PD2 );the API is Code: void pll_init(PLL...
View ArticleGraphics, sound and multimedia • Re: Sound system advice
Looking this over I'm thinking I will ditch the micro card and use a USB 3.2 Gen2 for the boot, and the NVMe base for storage. It looks like I'm getting the hardware lined out for this. Moving right...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Can Bus message id issue with Rpi 5
I have been working on with a pcb for car use. Project on Github: https://github.com/valtsu23/Automotive_hatHardware and software:Raspberry Pi 5 4Gb, with Raspberry OS Lite (Bookworm and Trixie tested...
View ArticleRaspberry Pi OS • Re: LibreOffice, Trixie, Toolbar, Icons only show on mouseover
(In Writer): Tools -> Options -> View -> Icon Theme/Theme change from Automatic (Colibre (dark)) to ColibreHi!It worked like a charm. Thank you so much for the solution.RegardsStatistics:...
View ArticleGeneral • PICO2 do PIO SM IRQs actually generate CPU interrupts?
Does someone have a simple C program that shows this for the pico or pico2?I'm working in C primarly on the PICO2. I've PIO0 statemachine 0 PIO code that is to generate an IRQ on the edges of a input...
View ArticlePython • Re: RPi 3 with TCS3200 sensor: lgpio.error: 'bad event request'
If you need a quick solution: use a raspberry pico or pico2 to measure the frequency and transfer the measurement results by serial to the RPi3. Using micropython on pico, there are samples around for...
View ArticleOther RP2040 boards • Re: $4 RP2040 and FPGA board
I took a look at their Twitter feed, seems they have a production run of 1,000 which will be delivered in November. Given the content of their Twitter, they have dreams and ambition aplenty. Nothing...
View ArticleGeneral • Re: i2c pins damaged?
I2C_IC_TX_ABRT_SOURCE_ARB_LOST_BITS seems to be reporting that the I2C master has lost arbitration. Address on the bus did not match, something like that, caused by SDA low.Statistics: Posted by...
View ArticleGeneral discussion • User Location field disappeared
Unless it's just me the user Location field appears to have disappeared from under a poster's details.I note it's still there if you look at your own profile when logged in and editable using the User...
View ArticleGeneral discussion • Re: User Location field disappeared
Still visible for me. You are in UK.Statistics: Posted by ame — Wed Oct 29, 2025 12:28 am
View ArticleSDK • Re: regex
Thanks for the replies. I think it might be possible to add the regex code, but it's a bit more work that I'd hoped, and also it uses more memory than I want to allocate to the feature at the moment....
View ArticleRaspberry Pi Desktop for PC and Mac • Re: years-outdated...
Downloads.raspberrypi.(com|org) contents are identical: suggestion remains.Statistics: Posted by dchmelik — Wed Oct 29, 2025 5:51 am
View ArticleGeneral discussion • Re: Portable power solutions for Raspberry Pi projects
Doing the ratings in Ah/mAh is a way for the advertising to deceive you about the actual capacity since the ads don't tend to mention that the Ah rating is at the cell voltage of 3.7v and NOT at the...
View ArticleAdvanced users • Re: nbcon (Non-blocking console) on ttyAMA0
I think I understand now. The bootloader messages emitted in the images come from the enable_rp1_uart=1 setting documented at https://www.raspberrypi.com/documentati ... e_rp1_uartIf there is a way to...
View ArticleTroubleshooting • How to hide little arrow symbols on desktop shortcuts
I have been able to get youtube as an app on my desktop via the brave app, but I did the same for reddit, then unistalled to do a test, I then replaced it by clicking add to desktop add it had the...
View ArticleOther RP2040 boards • Re: External oscillator
There are some other references:8.2. Crystal oscillator (XOSC)8.2.1. Overview...If the user already has an accurate clock source, it is possible to drive an external clock directly into XIN (aka XI),...
View ArticleOff topic discussion • Re: A bit of Raspberry with 192C/384T
So I will be able to install Wolfram products on my 8-socket Intel server as well ...https://www.mersenneforum.org/node/1092822#post1093137When l clicked on that linkSorry, you are not authorized to...
View ArticleGeneral • Re: How do I use OpenOCD to program one of two Pico's
Code: sudo openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "cmsis_dap_serial E6632891E33DAF30" -c "adapter speed 5000" -c "program <filename>.elf verify; reset halt; resume;...
View Article