SDK • Re: PicoW: How to get the IP-Address?
I agree, the Pico SDK apparently does not provide a function for returning the IP address, it is necessary to pull the information from the CYW43 state structure.The code I provided first checks that...
View ArticlePython • Re: Help Request: Loading Python Script at Boot / Script Behaves...
Very happy to report that things are still working correctly this morning! Next step is for me to try getting it running at startup.Statistics: Posted by grantalewis — Wed Jul 24, 2024 10:11 am
View ArticleGeneral discussion • Re: When will there be a Raspberry Pi with at least 16GB...
Please don't post LLM spew on the forums. It's annoying to have to read through paragraphs of vague cruft that's almost guaranteed to be wrong.In a terminal run dmesg --follow then invoke calc - if...
View ArticleAdvanced users • Re: How can I disable the HDMI Ports on the RPi5
Also set max_framebuffers=0 in config.txt to disable legacy frame-buffer during pre-linux bootStatistics: Posted by timg236 — Thu Jul 25, 2024 9:28 am
View ArticleTroubleshooting • Re: Video not displaying in Chromium 126.0.6478.164
I have just done the chromium-browser upgrade from version 125 to 126 on RPI OS with the RPI desktop, and the video is displayed normally. So it looks like this problem is specific to using RPI OS...
View ArticleOff topic discussion • Re: How to connect GAVIN-8C to PC?
Where does Raspberry Pi product come into this?Statistics: Posted by jamesh — Thu Jul 25, 2024 9:39 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • '/dev/i2c-1' Missing after apt update...
All was working fine until I decided to update & upgrade my Pi yesterday I'm running Bookworm After the upgrade & reboot '/dev/I2c-1' is missing but '/dev/I2c-2' is present in the '/dev'...
View ArticleTroubleshooting • Re: Two RPi 5 dead
Internet says no (for Pi 4), probably same internal diagnostics and error reporting for Pi 5.https://raspberrypi.stackexchange.com/q ... -i2c-errorSo for this guy the Pi worked and then suddenly...
View ArticleGeneral discussion • Re: Cool motorcycle add-on
Another vote for Pico.Statistics: Posted by jamesh — Thu Jul 25, 2024 9:44 am
View ArticleGraphics, sound and multimedia • Re: Building a DAW capable machine
...Please message me for details...You cannot use the forum message system - it was disabled years ago as many visitors are on the younger side.As for DAW - I assume you mean digital audio...
View ArticleGeneral discussion • How many TxD and RxD pins does the Raspberry PI 5 have,...
How many TxD and RxD pins does the Raspberry PI 5 have, I want to set up multiple serial ports for serial communicationStatistics: Posted by LeeKG — Thu Jul 25, 2024 9:49 am
View ArticleTroubleshooting • Re: Did I break the wifi On my rasperry pi zero?
You should be reported to the Royal Society for the Prevention of Cruelty to Raspberry Pis.Statistics: Posted by drgeoff — Thu Jul 25, 2024 9:50 am
View ArticleGeneral • Re: rp2040.dap0 is driving me crazy.
I have been using several programmers before like pickit 5, stlink etc. all these programmers have SWD programming. these programmers have never failed me and always work.Statistics: Posted by...
View ArticleTroubleshooting • Re: pi-gen to generate a Bookworm image with X11 as default
In Bookworm, much of the firmware work has been moved into the standard Linux, so many of the config.txt operations you have are no longer relevant and you need to use the equivalent Linux command to...
View ArticleGeneral discussion • Re: How many TxD and RxD pins does the Raspberry PI 5...
https://www.raspberrypi.com/documentati ... berry-pi-5Statistics: Posted by jamesh — Thu Jul 25, 2024 10:09 am
View ArticleGeneral discussion • Re: Can anyone help, ideally in the UK
Link to previous post asking feasibility of Animated Eyes project using two round displays and a Pi.Statistics: Posted by rpdom — Fri Jul 26, 2024 9:42 am
View ArticleGraphics, sound and multimedia • Re: Control amplifier volume with Raspberry Pi
I'm thinking along the lines of replacing the volume pot on the amp with something controlled by the Pi. Is it possible and/or straightforward?Certainly possible, how straight forward depends.There...
View ArticleRaspberry Pi Connect • Re: Random key repeats from Mac -> RPi5
https://gitlab.freedesktop.org/wayland/ ... quests/368https://github.com/raspberrypi/bookworm ... issues/213Statistics: Posted by any1 — Fri Jul 26, 2024 9:52 am
View ArticleUbuntu • Re: RealVNC and upgrade from Ubuntu 23.10 to 24.04 on RPI4: the...
fkms is deadkms is the default in any rpi installa clean install is the recommended way to move from release to releaseStatistics: Posted by kerry_s — Fri Jul 26, 2024 9:57 am
View ArticleGeneral discussion • Re: How to analyze if the output of adc is right or wrong
Another question: Is it possible to achieve a real time application with python and raspberry pi os?Highly unlikely with pure Python in my opinion. Python is non-deterministic to start with and can do...
View Article