Troubleshooting • Re: USB bus possibly giving in?
Even without an HDD connected, the Zigbee adapter board and the other USB stick is not staying connected - dmesg is full of messages of timeouts, IO errors and the devices being discovered again and...
View ArticleTroubleshooting • Re: SD Card Wiped During Update
There was nothing, the file system had been completely destroyed, gparted showed the whole card as "unallocated".As I indicated before, you cannot make this claim. gparted primarly looks on the card...
View ArticleSDK • Re: Trying to figure out Dormant on RP2350
No. I think 4 is a hardware restriction.Statistics: Posted by peterharperuk — Wed Nov 13, 2024 12:15 pm
View ArticleSDK • Re: GPIO_PUT not working
yep, the following would work a little bit faster, but with Arduino, I don't know. gpio_init(20);gpio_set_dir(20, GPIO_OUT);...gpio_put (20,1);Statistics: Posted by gmx — Wed Nov 13, 2024 12:15 pm
View ArticleBeginners • Re: Need confirmation: Basic wiring diagram for GPIO Inputs
your Neopixel should receive 5V from a dedicated PSU (as you don't state the number of LEDs in use) as they will consume quite some current.100nF is a decoupling capacitor for the 3.3V supply of the...
View ArticleCompute Module • Issues Configuring HQ, V2, and V3 Cameras with Compute...
Hello everyone, We are currently using a custom PCB designed for the Compute Module 3 and 3+. Up until now, we've been operating with a Raspberry Pi OS image based on Debian 10, and everything was...
View ArticleBeginners • Re: Start loopback module automatically
Have you tried adding the module to /etc/pulse/default.pa ?Statistics: Posted by rpdom — Wed Nov 13, 2024 12:17 pm
View ArticleGeneral discussion • Re: New Raspberry Pi Products
To whom it may concernBildschirmfoto 2024-11-13 um 09.40.43.pngBildschirmfoto 2024-11-13 um 09.39.38.png..It is just IO board, CM5 has only 5V input, not sure many industrial customers use this board...
View ArticleRaspberry Pi OS • Re: Can't get autostart working using ~/.config/wayfire.ini
my method works for wayfire, labwc and x11I have a file startup.desktopCode: [Desktop...
View ArticleBeginners • Re: RPI5: Incompatibility with a certain powerbank
I agree. If you are going to draw a lot of power (>2A) from the USB on the RPi, it may not be enough.2A is outwith the maximum 1A6 that you should be drawing from the Pi 5's USB ports. That's...
View ArticleGeneral discussion • Re: How will Chromium continue adblocking after Manifect...
I'm wondering if there might end up being a forked project spun out from Chromium as a result of this change. In that case, Raspberry Pi could use that as the upstream, and continue as normal. That...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: USB devices not recognised
Are there any interesting entries in the output of dmesg when you get this problem? There will be quite a lot of output, so narrowing it down to USB related entries may helpCode: dmesg | grep -C2 -i...
View ArticleРусский • Re: Ошибка при запуске PINN
@Executor - Are you using a Pi5 2GB model with the D0 stepping of the processor?PINN is not compatible with that yet.Pi5 8GBStatistics: Posted by Exeqtr — Thu Nov 14, 2024 11:53 am
View ArticleTroubleshooting • Re: New router WiFi connection problems
I have tried switching on and off the different bands. It seems the Pi will only connect to the 5Ghz because when I have only the 2,4Ghz enabled, the Pi wont/cant detect it. Is there some way to force...
View ArticleOther • Re: How to force console output res at 480x320 on RPI5
to cmdline.txt??not to \mnt\boot\config.txt ??Yes,cmdline.txt.Statistics: Posted by dom — Thu Nov 14, 2024 11:56 am
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect not working
Alright The command should show any log messages relating to rpi-connect-wayvnc, then wait and monitor the log for any new messages. Note that I am using raspberry pi lite and raspberry pi connect...
View ArticleCompute Module • Re: flashrom on the CM4S
@pelwell has updated pinctrl to support gpio57https://github.com/raspberrypi/utils/co ... 075df06850It should be possible to get rpi-eeprom-update add built-in support for CM4S in the near...
View ArticleTroubleshooting • Re: Mouse pointer inverted after rotation of official...
So you followed the instructions for "Rotate screen without a desktop", but what are you running if you have a mouse pointer about?Editing the video= line inverts the primary plane, but not the cursor...
View ArticleTroubleshooting • Re: I can't remote into my raspberry pi 0 because of...
I'm trying to do this: https://www.youtube.com/watch?v=O4oVIsZJDs4Logging in through USB is the main point of this project for me. The annoying thing is that I've already done it and for some reason...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: which gpio pins should I take out ?
Yes, they are the ones i need. I know i need some now [so for sure GPIO2,3,4 and,7,8,9,10,11 , so with the power bus makes 11 out of 15 alreasdy taken. amanong 5/6 14/45 12/13 and 18/19 which two...
View Article