Beginners • Re: Arduino create agent for Raspberry Pi 5, arm64
99% success.I decided to forget the Go/Gin error and restart reading the link that neilgl sent me. Slowly and methodically. Finally.(neilgl, you could be a dentist, because you like pulling teeth..)I...
View ArticleCompute Module • Re: Kernel Panic on exec switch_root
Thanks a lot for your help!I don't get an error and I do see a prompt over serial. I do not see the prompt on the HDMI display. Progress, but I don't know how to type in it.Code: [ 4.667099] mmcblk0:...
View ArticleTroubleshooting • Re: Raspberry Pi only detecting audio but no video input of...
Bookworm is being used by meStatistics: Posted by anro2245 — Fri Mar 08, 2024 4:15 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
More info,Fresh pinn lite beta install, no modification. Standard screen (1980x1024). Raspberry OS with desktop.- Same issue, when I reboot without screen plugged, the pi 5 stuck.- Same issue also,...
View ArticleTroubleshooting • Re: Raspberry Pi 5 HDMI
Thank you so much my Raspberry is working now so thank a lot. I did try doing it this way /boot/firmware/cmdline.txt but it did not work so I ended up having to put the sd card in to my PC and going...
View ArticleNetworking and servers • Re: Which is the "Proxy"?
Depending on your software skills and the capabilities of your router, you may be able to configure the "non-proxy" Pi to listen to a different port number and forward that. Or your router may be able...
View ArticleTroubleshooting • Re: Kernel panic while booting RPI5 over clocked to 3ghz
lower the overclock by 25 till it's stableStatistics: Posted by kerry_s — Fri Mar 08, 2024 4:32 pm
View ArticleAdvanced users • Hardware PWM documentation?
I'm specifically interested in non-Pi5 hardware PWM, but I can't find any official documentation on how to use it.The best I can find is a 3rd party python library here, which references some blog...
View ArticleBeginners • Audio over HDMI and 3.5mm jack
Is there a reason that the older Pi OS(can't be run on pi4) can play sound over both HDMI and 3.5mm jack with automatic switching, but the new Pi OS can only do one or the other with no auto...
View ArticleTroubleshooting • Problem with Johnwill Monitor
1366 x 768 10.1" HDMIPi 400 GBIf for example the Pi 400 is trying to display:123456The monitor displays :1 2 3 4 5 6Any ideas ?It's like there is no horizontal sync.Statistics: Posted by Mark_S — Fri...
View ArticleAdvanced users • Re: node-red-contrib-rc522 on SPI1
In the first of those two diagrams, the one connecting the RC522 to SPI0, the 3.3V pin on the RC522 is connected to a 3.3V pin on the Pi - pin 17. Note that this pin is connected to the 3.3V power...
View ArticleTroubleshooting • Re: Problem with Johnwill Monitor
Sorry, lost formatting.The display looks like :1________2________________3_________________________4___5___________6Statistics: Posted by Mark_S — Fri Mar 08, 2024 4:55 pm
View ArticleFrançais • Re: Boot home assistant sur ssd nveme Raspberry pi 5
Le config.txt se trouve dans la partition 1 et est accessible sous window.Statistics: Posted by mike913 — Sat Mar 09, 2024 3:36 pm
View ArticleBare metal, Assembly language • Re: usb host on raspberry pi 4
Thank you Statistics: Posted by yaw moo — Sat Mar 09, 2024 3:48 pm
View ArticleCompute Module • Re: Compute Module 4 GPIO Function Guide
3. If equipped with EMMC, it is connected using SD0_x function via internal GPIO 48-53.the emmc interface exists outside of the normal gpio arrayhttps://docs.google.com/spreadsheets/d/ ......
View ArticleDevice Tree • Re: rpi4 serial port - uart to usb
Can you show me your boot / config.txt / cmdline.txt no sorry that test environment was taken down in December 2022.Statistics: Posted by neilgl — Sat Mar 09, 2024 4:20 pm
View ArticlePython • Re: Python Program Adaptation
What hippy said and if you get a Pi4 you could install Raspberry Pi OS (Legacy) "Bullseye" version on it, then RPI.GPIO will work.Statistics: Posted by neilgl — Sat Mar 09, 2024 4:23 pm
View ArticleMedia centres • Re: Peppy player
I really like the convenience of the radio browser to find the station. I am using the 7" image with a Waveshare 7" HDMI (H) screen. I followed the instruction on the Waveshare wiki to configure the...
View ArticleBeginners • Basic Linux programminh
I have use mant ypes of computers, mainframe and desktop for many years and used many languages but I have never used Linux before I started us8ing the Pi computer.I keep running into what may see to...
View ArticleGeneral • Re: How do I connect the voltage source to the Pico ADC ?
I configured the ADC this way: VbatADC = ADC(Pin(Vbat_pin)) using the Pin object with no pull-up-down, and now the PD bit si no longer set in the pad status register. And gues what ? Now, the...
View Article