Troubleshooting • Re: No audio after lcd35 removal pi 5 8gb
So, I checked the scripts code "lcd-hdmi" is it because it makes changes to the /boot/config.txt? But instead need to change them in "boot/firmware/config.txt"? Sorry, last time I coded was 15-16...
View ArticleTroubleshooting • Re: Raspberry Pi Configuration
I am from the US. I am trying to get the video uploaded, but not sure how I can do that. can you send me your information to share via OneDrive?Statistics: Posted by MetricMFG01 — Tue Aug 27, 2024...
View ArticleGeneral • Re: RP2350 Errata E9 - Pull-down lock-up
I thought though that for the ADC to work, the pin had to be enabled - this may be my misunderstanding, to be honest, but then if the ADC does work without pin configuration from a power cycle, given...
View ArticleOfficial Display • Re: Official Display not functioning on Pi 5
I have my system up and running now. The problem is two separate issues, at least for me.1) is the power supply which i bought from Amazon. It is advertised as 45W rather than the 27W official power...
View ArticleRaspberry Pi OS • Re: not having a dedicated /home patation is driving me...
Did I miss the boat with this idea?With all the regular updates from say week to week, It seems I do not need to "try" out the package that gets updated every 6 months or so.Unless, I change (edit)...
View ArticleGeneral • Re: RP2040 DMA/SPI intermittent hang
If I run at a lower frequency, the error happens less, well, frequently.I've added some more printfs:Code: 3450841:FS2:prvAlignmentReadWriteTests:768:...
View ArticleMicroPython • Re: UART why is 0 not printing ?
hello,I send from an atmega32 over the UART 12 digits. there is a 0 in between, Python prints all numbers except the 0, nothing is printed at this location.How do I get that 0 printed ?thanks in...
View ArticleGeneral • Re: RP2350 DMA Ring Buffer?
Doesn't this defeat the purpose of a self-triggering mechanism for a ring buffer? I would expect that to be useful the READ_ADDR and WRITE_ADDR would roll back to the initial status, like this I don't...
View ArticleGeneral discussion • Re: Is it possible to display production line status on...
It's possible. You'll need to install Raspberry Pi OS, the version will vary according to which model you have.What programming languages do you know? Python and C are well supported, many others are...
View ArticleGeneral • Re: RP2350 partition table erased when reflashed
But when I reflash the board again, the partition table is erased and the board is reboot to BOOTSEL mode. `picootol` displays it has no partitions.Can you be more precise. what did you do to...
View ArticleGeneral • Re: RP2350 USB Data over GPIO?
Looking at 'USBPHY_DP_CTRL' and 'USBPHY_DM_CTRL' register descriptions, page 748, the lower 5-bits controls how those pins can be routed internally within the RP235X.So that would allow you to use...
View ArticleGeneral discussion • Re: Changing font size from a terminal
XTerm supports changing the font (of the entire current terminal window) by outputting an escape sequence, if allowed by configuration and menu settings:Code: printf "\033]50;DejaVu Sans...
View ArticleSDK • Re: Linux running on the Raspberry Pi Pico2 ?
What happened to mobile and small form computing was a fallacy, but still... After all the computational cost and computational efficiency, we still worry if its right.Yes but what does this have to...
View ArticleBeginners • Re: How to use Mcp3008 and reed switch to read time between signals
You don't need an ADC, just use the reed relay to pull down an input that is equipped with a pullup resistor.Statistics: Posted by jayben — Wed Aug 28, 2024 6:29 pm
View ArticleRaspberry Pi Connect • Re: Rpi-connect causing wifi to disconnect and won't...
Is this the same issue as viewtopic.php?p=2246385#p2246385?Also, have you set a short lease time for wifi in the router? what router is it?Statistics: Posted by neilgl — Thu Aug 29, 2024 6:02 pm
View ArticleGraphics, sound and multimedia • Re: Three 4" TFTs on one Pi, doable?
viewtopic.php?p=2214269&hilit=6+spi+displays#p2198014Shows you a 4in which has 480x320pixels. You can easily use multiples of them (example above shows 4 different SPI displays).Statistics: Posted...
View ArticleRaspberry Pi Connect • Re: rpi-connect causes 100% of memory to be used, and...
I've been running the pi now without rpi-connect installed, and it still crashes. So it might not be related to it after all.It seems to be related to `pcmanfm`. And looks a lot like what's described...
View ArticleRaspberry Pi OS • Re: Bookworm/Wayland display scaling in one direction only?
Known limitation. You can still switch back to X11 in case you can't sort that in a differrent way.What is the use case?Statistics: Posted by aBUGSworstnightmare — Thu Aug 29, 2024 6:09 pm
View ArticleAdvanced users • Re: Running Raspbian from USB Devices : Made Easy
Neither Raspberry Pi hardware nor Raspberry Pi OS have support for selecting which SSD boots when multiple SSD's with bootable content are present. The first one to be found ready will be the one that...
View ArticleTroubleshooting • Boot from usb, rpi image installer shows up
Until now I had a ssd and I was booting with it, now with a usb hub I have connected 2 more disks.Sometimes works right, sometimes the rpi imager installer shows up.I have tried booting from an sd...
View Article