Device Tree • Re: Writing a DTS file for the audio codec.
Any references to write a DTS file is also appreciated!Statistics: Posted by electronics_enthu — Sat Dec 07, 2024 1:50 pm
View ArticleGeneral discussion • Re: Air holes for the official case (results)
The air is being blown through the heatsink, why would it go through your holes ?Maybe if they were in the end of the case?Statistics: Posted by gordon77 — Sat Dec 07, 2024 1:56 pm
View ArticleOther RP2040 boards • Re: RP2040 USB host for composite device
TinyUSB has some example for the host and pico-examples has it pulled as well: https://github.com/raspberrypi/pico-exa ... dc_msc_hid. You can ditch msc and hid for clarity. It might be a good...
View ArticleMicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
Source: the example presented above by the authors of the bookDebugger: Eclipse + GDB + openocd + debugprobe attached through SWD to the both cores running live MicroPythonResult: confirmed down to...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
It seems gcc 13.2.1 does not compile your code right.It might be those warning you got, It's doing something different that the compilers I've tried.From board.hFYI, I tried to add this to...
View ArticleBeginners • Re: Imager SSH public-key authentication next steps
From a previous RPi image session, I was able to find the C:/User/<myusername>/.ssh folder which contains an id_rsa and id_rsa.pub files. Is the file without the extension the private key? Could...
View ArticlePython • Re: Multiple python scripts in virtual environment
I have been using python scripts successfully for a few years but recently upgraded to Pi5 running bookworm. The virtual environment that python uses now proved to be a hurdle but I think that I got...
View ArticleNetworking and servers • Re: Imager v1.8.5 PI5 Bullseye SSH Key Not Working
I figured there was going to be some sort of manual steps after the initial cut of the SSD card.Negative.None of the manual steps kmacdchap describes are usually necessary.The fact that your "run...
View ArticleGeneral discussion • Re: RAM - How can I supplement the on-board memory?
Use zram.https://wiki.archlinux.org/title/ZramCode: $ free total used free shared buff/cache availableMem: 3790 1747 322 357 2329 2043Swap: 4095 454 3641Total: 7886 2202 3963Statistics: Posted by...
View ArticleGeneral discussion • Re: Move Synology NAS Drives to Pi 5
For a Pi 5 with two magnetic disks, I would fit a small NVMe system disk then attach the two spinning rust devices as separate USB 3 disks so they can use the full speed of both USB 3 paths. An...
View ArticleBeginners • Re: A replacement for MotionEyeOS?
Later on a Pi3 test system running Buster 32-bit with a v2 camera module and motion 4.7.0 and motionEye 0.43.1b2, we capture a video on motion detection and copy it to a PC.That 640x480 mp4 video uses...
View ArticleNetworking and servers • Re: Rpi4b as a hostspot
You could try setting AP to 5GHz and check if it improves Code: sudo nmcli c modify "your hotspot name" 802-11-wireless.band aIn the meantime there is no option to set bandwith...
View ArticleGeneral discussion • Re: Browser oftren Hangs.
Use 64bitStatistics: Posted by rpiMike — Sun Dec 08, 2024 2:19 pm
View ArticlePython • Re: PulseAudio and Root User Headaches
.sh script itself:ps -e | grep pulsepidof pulseaudiocd /cd home/cam/shared/ST2/python3 st_ws.pycd /There is nothing in that script to start pulse audio or to delay starting your script until PA is...
View ArticleTroubleshooting • Pi3B won't boot on Bookworm (rainbow screen) but will boot...
Any idea why a Raspberry Pi 3B wouldn't boot Bookworm (rainbow screen & 7 LED flashes - kernel.img not found) but if I flash an old Stretch image to the same SD card it will boot just fine?This...
View ArticleRaspberry Pi OS • Re: Raspberryi card shows message
Where did you buy the RaspberryPi card with the OS pre-installed?Statistics: Posted by neilgl — Sun Dec 08, 2024 2:27 pm
View ArticleTroubleshooting • Re: Removing power supply unit: password is no longer accepted
Possibly the microSD card has gone into read-only mode to preserve its contents.Statistics: Posted by drgeoff — Sun Dec 08, 2024 2:28 pm
View ArticleTroubleshooting • Re: pyhthon script not booting up on raspberry pi 5 start up
The guide to all things startup (thanks thagrol) is here: viewtopic.php?t=314455What is your python script doing?Statistics: Posted by neilgl — Sun Dec 08, 2024 2:31 pm
View ArticleTroubleshooting • Re: Pi3B won't boot on Bookworm (rainbow screen) but will...
Are you using the 32-bit Bookworm ?Statistics: Posted by neilgl — Sun Dec 08, 2024 2:32 pm
View ArticleAutomation, sensing and robotics • Re: Solid Relay Open but connected LED...
I have the following 2 channel solid state relay.Solid State 2 Channel Relay Board.pngIs that an AC or DC relay?What's the voltage to trigger it?Where's the wiring diagram?Without that nobody can...
View Article