Troubleshooting • Re: Hid device to pi pico micropython
I don't have experience of that, but this post might be helpful.viewtopic.php?t=305467Search for USB hostStatistics: Posted by PiGraham — Mon Dec 23, 2024 2:38 pm
View ArticleBeginners • Re: NOOB (not really) w/RPi5 Dev Kit
Can you try another SD cardNo Joy !Statistics: Posted by theoldwizard1 — Mon Dec 23, 2024 2:46 pm
View ArticleBeginners • Re: My cheap and easy LAN setup for a headless zero with on/off...
by ejolson » Mon Dec 23, 2024 1:28 am On a test I wrote the Zero 2 consumes 730 mA in 64-bit mode but only 580 mA in 32-bit mode. https://forums.raspberrypi.com/viewtopic.php?p=1930593#p1930593It...
View ArticleTroubleshooting • Re: HC05 and i2c working at the same time
Code: # I2C Scanner MicroPythonfrom machine import Pin, SoftI2C, UARTimport ssd1306import time# You can choose any other combination of I2C pinsi2c = SoftI2C(scl=Pin(0), sda=Pin(1))uart1 = UART(1,...
View ArticleBeginners • Re: How can i control 100 solenoids from a single Raspberry Pi
Redesigning the project to use a Pi will be a significant effort, but nothing ought to stop you. However, the design is already complete and working, and easy to replicate, so why do you want to do...
View ArticleTroubleshooting • Re: cannot get APT to update
I saw another post.I rebooted my router and apt started to work correctly and i managed to update and upgrade my system.What is that all about ?????Statistics: Posted by pjzpi — Mon Dec 23, 2024 3:01 pm
View ArticleMedia centres • Re: Peppy player
To select the Nixie Tube Clock screensaver you need to select a screensaver type 'image':https://github.com/project-owner/Peppy/ ... fig.txt#L2and set the property 'image.folder' to the...
View ArticleRaspberry Pi OS • Re: Pi5 with one partition exFat
OP was talking about booting his RPi5..... Statistics: Posted by KeithMck — Mon Dec 23, 2024 3:32 pm
View ArticleHATs and other add-ons • Re: NVMe overheating issues with GeekWorm dual NVMe hat
Here is my experience with Geekworm X1004 NVME temperatures ...I tested around 7 different NVMEs in last week, with termal camera too...Booted from SD card and tested drives are always at IDLE state...
View ArticleBeginners • Re: Remote access to drive connected to Raspberry Pi
I'm sure there are no problems with network. Pi is connected to 300Mbps internet speed with LAN cable, and I can locally connect to smb drive and the copy-paste speeds of files are very decent ~ 30...
View ArticleCamera board • Re: Ideas to permanently connect RPi camera to Pi zero w
I used hot melt glue on mine:Statistics: Posted by neilgl — Tue Dec 24, 2024 3:03 pm
View ArticleRaspberry Pi OS • Re: Clean install of Bookworm and rpicam apps was not included
Hmmm. I have always assumed that Raspberry would put the desktop up on the front page with a full load, why make life more difficult......I will take a look at the full load to see how it goes wrt to...
View ArticleTroubleshooting • Re: Pi Zero 2 Wand lite os cant change wifi
If you are running Bookworm version of Raspberry Pi OS, it now uses Network Manager (nmcli or nmtui) and not wpa_supplicant.Here I logged in via SSH and ran nmtui to edit the "preconfigured"...
View ArticleTroubleshooting • 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 ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
Implementing an allow-list is at least as indiscriminate as disabling CQ for certain cards. There are few parameters that change between incremental revisions of a card's firmware. For example, I...
View ArticleAdvanced users • Re: using a 2nd SD card on the PI4 blocks all IO when using...
Tagging this so I can come back to it later.Can you see what process is active under the failure condition? e.g. top or iotop. Additionally, can you do vmstat 2 when a) IO is "blocked" and b) when IO...
View ArticleAdvanced users • Re: Setting gpio pullup in kernel module that is using the...
That's one way to do it. But there's no "just" about it - it takes quite a bit of knowledge to get to that point.Statistics: Posted by PhilE — Tue Dec 24, 2024 4:20 pm
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 Article