SDK • Re: Setting SCL,SDA pins for Serial2
Well, good luck with it! Yes, you seem in the right track for UART and getting the output you need.I am still learning a lot also, and there is a lot to learn! The comments in the above example...
View ArticleTroubleshooting • Re: raspberry pi imager formating my sd cards wrong
I gave up, I'm returning the unit for a refund.What are you returning? If you mean the RPi you have not reached the stage of checking if there is anything amiss with it.Statistics: Posted by drgeoff —...
View ArticleAutomation, sensing and robotics • Re: Raspberry Pi 4B pinout expansion,...
How about port expanders - is there any instructions how can I communicate via expanders? which one should be optimal?And AC detector - how to build it?Statistics: Posted by Frozen — Tue Sep 24, 2024...
View ArticleGeneral discussion • Re: Getting "no space left on device" message
That did it!Thank you very much.JimStatistics: Posted by wa4ywm — Tue Sep 24, 2024 11:17 pm
View ArticleGeneral • Re: Procedure for protecting code on Pico 2
That's quite easy to locate where the code checks the key stored in OTP and make it pass the checks, without knowing any keys. All that is needed is to debug the code on other unlocked chip and look...
View ArticleMicroPython • MicroPython OLED library for Raspberry Pi Pico
I would like to share the MicroPython SSD1306 OLED Library that can works with Raspberry Pi Pico boards.Features:Supports degree character ( ° )Supports text, numbersSupports drawing shapesSupports...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
Thank youI see the boot and the desktop, very zoomed but it works.But if I launch retropie I have a black screenStatistics: Posted by kanedaAK — Wed Sep 25, 2024 1:14 am
View ArticleGraphics programming • Using v3d performance counters causes kernel panic
Raspberry Pi 4, latest bookworm with all updates, 6.6.47+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.47-1+rpt1 (2024-09-02) aarch64 GNU/Linux1. Get and build kmscube2. Set GALLIUM_HUD to show some...
View ArticleTroubleshooting • Cannot connect to Raspberry Pi 4 via SSH
I am a complete newbie and installing Raspberry Pi OS on my Raspberry Pi 4 for the first time. I follow the standard approach, I use a linux PC (Ubuntu 23.04) and installed an imager there, and...
View ArticleGraphics, sound and multimedia • Re: 60k hdmi to 120hz p1080
Everything works fine now. I bought geekpi raspberry pi 5 starter kit and a computerscreen AOC 240hz at Amazon.Now I run RPI 5 in 120hz. That's all good.SincerelyBob, SwedenStatistics: Posted by...
View ArticleGeneral discussion • Sdcard sanddisk pro extreme lasting!
Hi Pi users.How long, do you think, Sandisk Pro Extreme sdcard, with Raspberry pi os, have for lifespan?1 year, 2 year?Someone have some experience of it?Thanks in advanceBob, from SwedenStatistics:...
View ArticleGeneral • Re: Am I missing something on HSTX ?
It could be used to stream out massive amount of data, continuously, from other sources than RAM, ie GPIOs, which this processor is quite capable, GBytes/sStatistics: Posted by gmx — Wed Sep 25, 2024...
View ArticleHATs and other add-ons • A case for rethinking Pi5 cooling
CAUTION: Long Read!Some current cool/uncool realities could probably be summed up, as follows: • The Raspberry Active Cooler features exceptional design, offering both superior cooling (when used w/o...
View ArticleTroubleshooting • Re: Cannot connect to Raspberry Pi 4 via SSH
That looks like the output from ifconfig on your Ubuntu PC, not RPi OS on a Pi; the device names are wrong for a Pi OS on a Pi. ifconfig on the PC will not tell you anything about a remote Pi on the...
View ArticleGeneral discussion • Re: Sdcard sanddisk pro extreme lasting!
Depends on how you use it. I've been running the same SD card in a Pi2B for years, but except for periodic updates, it doesn't get written to, so it's lifetime will probably extend into the indefinite...
View ArticleHATs and other add-ons • Re: A case for rethinking Pi5 cooling
i think you worry to much about temp60- is normal to function properly, 80 is throttle tempeven with nothing but a heatsink, it's fine.getting it cooler does nothing, doesn't improve performance, has...
View ArticleGeneral • Re: Changing ADC Vref on Pi Pico
I said: "You should always limit the input voltage between GND and any VDDs." in this context:I've also noticed that if I put a voltage above the reference voltage on another ADC pin then there's some...
View ArticleGeneral • Re: E9 errata should NOT be any show stopper
I wonder if kids could get away with "the RP2350 ate my homework"?It turned me into a newt!What !? Some kind of a salamander pretending to be a fish ?I didn't see that coming ... Statistics: Posted by...
View ArticleTroubleshooting • Re: Paspberry Pi Zero 2 W: Problem with installing RT-Patch
Pi 02W only has 512M. Trying to run 4 compilers (or even worse linkers) in parallel is likely to exhaust RAM and leave you in swap hell.What is the problem with running 4 compilers in parallel? How...
View ArticleRaspberry Pi OS • Re: UART (pins 14 & 15) support in Raspbian 12
Try using /dev/serial0. That should be a symlink to the correct uart device.Statistics: Posted by thagrol — Thu Sep 26, 2024 11:29 pm
View Article