General • Re: Credit Ian Lesnet for E9 Bug in RP2350 ERRATA
I’d like to use this thread to suggest that Ian Lesnet from DangerousPrototypes (Bus Pirate) should be listed as one of the main credits for the E9 bug, given his discovery, research, and everything...
View ArticleRaspberry Pi OS • Re: What is the proper way of enabling an interface boot up?
I ended up figuring out how to do this using systemd-networkd.running sudo systemctl status systemd-networkd showed me that my original network file had a bad argument.the fix for anyone else...
View ArticleGeneral • Re: Differences between pico 1 and 2, and onewire problems
Haha ah well.Stick some beaten egg on it, then shallow fry till golden...Statistics: Posted by bensimmo — Sun Apr 13, 2025 4:04 pm
View ArticleTroubleshooting • Re: Argon Neo5 NVME problem
Is that using nvme as well?not for a boot. it boots from sdStatistics: Posted by sciban — Sun Apr 13, 2025 4:06 pm
View ArticleSDK • Re: No USB stdio after adding SPI
Try:pico_enable_stdio_usb(SPI_test 1)pico_enable_stdio_uart(SPI_test 0)Statistics: Posted by gmx — Sun Apr 13, 2025 4:08 pm
View ArticleCompute Module • Re: What's a CM0?
Not everything needs a lot of power and ram, sometimes you need a Pi Zero 2 series for low power RP3-?#Aka not got a clue and edited to ignore the Zero Pi 1 series as an option given the...
View ArticleSDK • Re: how to access my header file
The #include, of course, can specify an absolute or relative path.Statistics: Posted by Mike**K — Sun Apr 13, 2025 4:15 pm
View ArticleOther programming languages • Re: Introduction to BBC BASIC
I have completely rewritten my Arbitrary Precision Integer Arithmetic library (bigint.bbc) to take advantage of array slicing. This has more than doubled its speed (the one-million-digit Fibonacci...
View ArticleGaming • Re: Funny Art and Games
Can't we play these games on Windows PC/laptop?In principle, yes we can. However, the Windows PC/laptop must be sturdy enough to support your weight and that of a Raspberry Pi. Alternatively, you can...
View ArticleGeneral discussion • Re: Raspberry PI 5 (8 GB) with HDMI ,EDID problems.
I have occasionally had problems where during boot the screen goes blank when the display resolution changes, and it is usually because of a dodgy hdmi cable. Try different HDMI cables. Also, see if...
View ArticleTroubleshooting • Re: Latest apt updates seem to have killed my serial ports
pfletch101,I did change the serial port in the CumulusMX settings to /dev/ttyAMA0.On a Raspberry PI 5 the symbolic link for /dev/serial0 points to /dev/ttyAMA0.The CumulusMX program is working with...
View Article