Troubleshooting • Re: Broken Pi 5 Repair
I can't help you with identifying that part, but it looks like that is not the only problem with that Pi.There is also what looks like a broken resistor near by.You should check the rest of the board...
View ArticleMicroPython • Re: Building an Internet-Radio using a Pico W using just Python
The postman was so kind to deliver two new and shiny Pico 2 Ws today on Christmas Eve. I soldered headers onto one of them and checked.Playback of my 64 kbit stream still shows irregulars reconnects...
View ArticleBeginners • Re: Compatability of multiple devices and a single pi 5
So the DWM1001-dev board says it uses the I2c connections as well, so this would interfere with the AI hat+ board? Or is there a way to set up the DWM1001 to not use I2c? I would add in the...
View ArticleTroubleshooting • Re: Broadcast issue with an RPI accesspoint install
Actually it is a Pi1. I do have a couple of Pi4's to experiment upon but these would be an overkill for the application I have in mind.How are you adding wireless LAN capability to your RPi 1 Model...
View ArticleGeneral discussion • [VIRAL!]] Lily Phillips Leaked Video Original Full Video...
07 minutes ago - New Lily Phillips Video Original Video Link Leaked Original Video Viral On Social Media the internet by storm and amazed viewers on various social media...
View ArticlePython • Re: Script lines to run only between certain times of day
Functional approach without third-party requirements. Just the stdlib.By the way, Python has also the module sched, but the implementation and API aren't the best.Added unnecessary TypeHints, but it...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
We'll stop after we release a product and the launch post attracts zero whiny comments in a week.So....never. Amazing how people get so upset because a brilliant new product doesn't have some niggling...
View ArticleTroubleshooting • Re: FAT error on official starter kit
what i'd do:1) update the bootloaderhttps://www.raspberrypi.com/documentati ... ate_stableNOTE: it overwrites the SD card with the bootloader... use a spare card or be prepared to reload the card with...
View ArticleGeneral discussion • Re: Power supply - alternative needed to plug type
Could maybe use extra long GPIO extension or just use a USB C pigtail.https://thepihut.com/products/stacking- ... all-headerhttps://amzn.eu/d/iwXW7unStatistics: Posted by rpiMike — Wed Dec 25, 2024...
View ArticleOfficial Display • Re: Changing resolution of Touch Display 2
Thanks for the suggestion. Perhaps the complaints about the cursor image size appear only for certain scale factors. I am using --scale=1.3. I suppose that cursor images are available only in certain...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
To date, the only manufacturers that have persistent issues are Kingston (which themselves are rebranded from another OEM) and Samsung (all A2 variants), so there's an argument for disabling those...
View ArticleMicroPython • Re: Cannot get 2nd LED to activate
In the code, the first line "From" should be "from".Coding with thonny ? Are there error messages displayed?Statistics: Posted by ghp — Wed Dec 25, 2024 3:58 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: GPIO pins and volts question
Maybe.It depends on what the device is, how much current it draws and what other connections it has to the RasPi board.It's quite complicated. I have a Hitachi-LG DL10N disc drive out of an xbox 360...
View ArticleCompute Module • Re: CM5 in Dev Kit can not boot from SD card ?
As with them CM4 - where it has been explained quite frequent already - the eMMC and lite version have different layout. The uSD interface is not available on the eMMC versions pinout as the onboard...
View ArticleTroubleshooting • Raspberry Pi 5 bootet nicht mehr.
Hallo zusammen,nach einem rpi-eeprom-config habe ich den BOOT_ORDER auf folgenden Wert eingestellt. Boot_ORDER=0xf614.Ich habe leider keine Grossbuchstaben bei BOOT_ ,sondern Boot_ verwendet.Nun...
View ArticleGeneral • Re: Issue Connecting Rasberry Pi Pico 2
Try installing MicroPython for Pico 2 using File Explorer and Drag-and-Drop rather than via Thonny.You can download MicroPython firmware for the Pico 2 from here -...
View ArticleBeginners • Re: How should I study a Raspberry Pi before I write code for it?
Yes...there are two entities involved. The Raspberry Pi Foundation (RPF) is an educational non-profit. Raspberry Pi Trading (RPT) is the for-profit subsidiary (now a publicly traded company) that does...
View ArticleTroubleshooting • Got a Kamvas pen display need drivers
Hello Everyone, We've been gifted a very nice Kamvas Pro 16 Drawing table with a screen built in. We had a little play yesterday and most of the features work out of the box. What doesn't work are the...
View ArticleBeginners • Re: Using RPi for data acquisition in industrial setting
One source for Sensors/boards i use is ADAFRUIT (in the USA)for the temps, I'd look at Type K thermocouple, with a board to read it.but they have a large variety of sensors and boards. They also have...
View ArticleCamera board • Issue of OV5647 camera in opencv
i have ov5647 camera module with raspberry pi 4/4gb ram. I am working on face detection code in it but when i try to access camera using opencv it shows black screen in preview where if I run Code:...
View Article