Beginners • Re: 2 Screens on Raspberry Pi
i undstand. thank you.Statistics: Posted by MrBeyfendi — Tue Nov 12, 2024 11:08 am
View ArticleGeneral • Re: Raspberry Pi PicoW - not getting recognised.
This may be due to a bug in the Pico SDK which cause the Pico W to not emit the USB Descriptors which Windows is expecting. But maybe not.Statistics: Posted by hippy — Tue Nov 12, 2024 11:15 am
View ArticleBeginners • Re: LED works when running from IDE, but not cronjob
Why are you importing time if you're not using it?We don't know if your code is, in fact, running. It looks simple enough but you never know...Try changing your crontab entry to the following, let it...
View ArticleGeneral • Re: How much OTP is there on an RP235X ?
Error correction was mentioned in the DS...Statistics: Posted by katak255 — Tue Nov 12, 2024 11:34 am
View ArticleGeneral • Re: Trace FIFO and TPIU with ITM
I think I found one more issue in my code from my previous posting:It is important to initialize TPIU, Funnel and DMA first and enable ITM afterwards. Otherwise some important packages are missing in...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4: DSI1 init. commands rarely fail
what if you use stock OS with your custom driver and overlay?Why didn't you add to the existing driver?Statistics: Posted by aBUGSworstnightmare — Tue Nov 12, 2024 11:42 am
View ArticleTroubleshooting • "Processing triggers for initramfs-tools" part of...
When doing sudo apt upgrade everything seems to proceed normally until it gets to this part, which seems to take an eternity:Processing triggers for initramfs-tools (0.142+rpt1+deb12u1)...
View ArticleAdvanced users • Re: Is the PISP a fake IP hidden by an over-complicated...
I think you've missed that there is both the Camera Front End (CFE) that you've shown the Media Graph for, but also the PISP backend. See sections 2.1 and 2.2 of...
View ArticleOfficial Display • Re: Raspberry Pi 4 Bookworm Official 7" Touchscreen...
I would like to add that I have a Raspberry Pi 5 with Raspberry Pi Touch Display 2 and it has no issues at all with RealVNC. I've not made any changes to config files, just rotated the display within...
View ArticleGeneral • Re: Did I break my original Pico by loading Pico 2 programs into it?
The RP2040 only recognises it's own Family ID, will reject RP235X and anything else.OK, if the family is different the yes. So when OP says "I also inadvertently downloaded some Pico 2 DOOM .uf2 files...
View ArticleTroubleshooting • Re: SegFaulting and Inode errors on Raspi 3A
I can't really help other than to say Pi 3A+ ( a couple of years old), Bookworm Lite, Motion, Original Pi PSU, V2 NoIR camera. Been running happily for some time. Last reboot 12 days ago. Last Motion...
View ArticleSDK • Re: Cannot connect to WiFi every second time
I wasn't aware Micropython did this.Statistics: Posted by peterharperuk — Wed Nov 13, 2024 12:08 pm
View ArticleTroubleshooting • 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:gpio_init(gpio);gpio_set_dir(gpio, GPIO_OUT);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 Article