Media centres • Re: Peppy player
This isn't just a code. This is a complete sodtware made by Bob Rathbone..I was just following his pdf tutorial. Websitehttps://bobrathbone.com/raspberrypi/pi_ ... radio.htmlPdf...
View ArticleAdvanced users • Re: MCP23017 overlay error -EIO: can't write IOCON 32
my mcp23017 adddress 0x20 is connected with the Interrupt line to raspberrypizero pin 18 see attached picture.I trid to monitor this pin via Code: sudo gpiomon gpiochip0 18But never get any output...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: ST Camera VD66GY Not Detected on...
When you said you plugged in a sensor to i2c-1, I assumed you meant one of your image sensors, not just a random sensor of some form.If you're not seeing any addresses on i2c-4 or 6 ever, I'd check...
View ArticleCompute Module • Re: CM5 in CM4 boards - USB 3.0 from CAM0/DISP0?
Check you have tx and Rx pairs connected up correctly.Statistics: Posted by dp11 — Tue Dec 17, 2024 6:03 pm
View ArticleSDK • Re: target_link_libraries
https://www.raspberrypi.com/documentati ... cription-2Statistics: Posted by dthacher — Tue Dec 17, 2024 6:09 pm
View ArticleRaspberry Pi OS • Re: Disk Encryption
Yeah! sdm method works great and very easy. Prompt saying "do you want to wipe scratch disk" is a nice touch. My last question: Do i need to do additional stuff manually after every kernel or some...
View ArticleBeginners • Re: What is current recommendation for Desktop on RPi zero 2 W
I bought a Zero 2W just to see exactly what it could do, & have been surprised at just how much that is.... I run the 64bit desktop on it, & even have it going online web browsing, (slowly,...
View ArticleMicroPython • Re: 2 cores
Poked around the MicroPython sources to satisfy my curiosity, and...There is a MICROPY_PY_THREAD in the garbage collector:https://github.com/micropython/micropyt ... er/py/gc.cand there's some locking...
View ArticleGeneral discussion • Looking for a ready to buy handheld Pi Zero 'computer'
Hi all,I would like to have a dedicated, 'smart phone sized', touch screen interface for my projects.I'm hoping someone can suggest an 'off the shelf' solution to just buy and use.I searched for 'Pi...
View ArticleTroubleshooting • Re: Raspberry pi 5 green light flashing.
Please can you try reflashing the Raspberry Pi bootloader (use a spare SD card)https://www.raspberrypi.com/documentati ... tml#imagerOnce booted it would be useful to run this command to see if any...
View ArticleCompute Module • Re: Compute Module 5 Fan goes to 100% on shutdown
It can't because RP1 will be switched off, the GPIO will therefore no longer driven and low causes the fan to run at max-RPM if 5V is applied.Statistics: Posted by timg236 — Wed Dec 18, 2024 5:54 pm
View ArticleGeneral discussion • Re: raspberrypi not booting with 3 green flashed and LED...
Does reflashing the bootloader help?https://www.raspberrypi.com/documentati ... tml#imagerStatistics: Posted by timg236 — Wed Dec 18, 2024 5:55 pm
View ArticleRaspberry Pi OS • Re: Installing new software directly to an image in a...
One difference is that you are using a 64 bit image, while mine is 32 bit (that's what "armhf" means, right?)Anyway, do you know where the signatures are stored? What is it actually complaining about...
View ArticleDevice Tree • Re: MCP23017 overlay error -EIO: can't write IOCON 32
tested with the download attachedCode: dtoverlay=swi2c-dummy-rev1,bus=11but getting this error nowCode: sudo i2cdetect -y 11 0 1 2 3 4 5 6 7 8 9 a b c d e f00: -- -- -- -- -- -- -- -- 10: -- -- -- --...
View ArticleOff topic discussion • Re: how to make rotary style switches work for radio...
The radio has a built in record player. My plan was to replace the old record player with a new one I have that has a Bluetooth function built into it. One of the switches I was hoping to make work...
View ArticleNetworking and servers • Re: Move Synology NAS Drives to Pi 5
I get..Code: foo@pi19:~ $ lsscsi[0:0:0:0] disk USB SanDisk 3.2Gen1 1.00 /dev/sdc #timeshift thumbdrive (for OS)[1:0:0:0] disk ST4000DM 004-2U9104 0106 /dev/sda #icybox[1:0:0:1] disk ST4000DM...
View ArticleCamera board • Re: Getting the most FPS/Quality out of the Pi Camera Module
Hello, The primary goal is to feel I am getting the most for the money paid for the PI Board/Camera, that what I create with it is taking full advantage of the best in modern engineering. I plan on on...
View ArticleNetworking and servers • Re: How to create signed SSL certificate with DS...
Hi everyone,I saw in a requirement for an app the need for HTTPS connection to my Pi with the added requirement that self-signed SSL certificates are not...
View ArticleGraphics programming • Re: What do we know about the VideoCoreVII GPU?
Be aware, that the 3d hardware is still rather dated (even with the bumps for Pi4 and Pi5), and for general purpose compute,you'll probably find the ARM on a Pi5 (with neon) has more performance.Can...
View ArticleNetworking and servers • Re: Pi 5 not connecting to 5GHz hotspo (version 2)
So here is the bad news. This isn't possible for those who can't compile their own kernel, and even then it might not be possible. You can set the country code as much as you like, by whatever method...
View Article