Interfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
Viota Ltd. doesn't sound like a 'maker' to me, neither does 'PI-CUBE' by VIOTA look like a single piece approach.Statistics: Posted by aBUGSworstnightmare — Tue Aug 27, 2024 6:59 pm
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 ArticleMicroPython • Re: UART why is 0 not printing ?
of course that is helpfulCode: if data== b'$0104P&':# TEST 2 button touch screen print ("tester 2") scanner_read_write.value(1)# 1 = write and 0 = read MAX 485 # for y in range (5): time.sleep_ms...
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 ArticleGeneral • Re: RP2350 DMA Ring Buffer?
Ah OK, so your issue is not with the new self-trigger facility but with the 32K limit on the original ring feature (that hasn’t changed).But you still only need 2 channels- one for the actual transfer...
View ArticlePython • Re: UDP sendto blocks code execution when the interface is down
UDP does not block. It is probably a completely different soket as the one in the example.UDP does not block after the packet has hit the wire, or because of anything going on beyond the local system....
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 ArticleBeginners • Re: RPi list of video resolution and refresh rate
Pi5 supports resolutions up to UHD@60Hz on both HDMI interfaces.Some users reported problems with ultrawide displays running at 144Hz.Personally I'm running Pi5 on a 13.3in 2560x1440pixels display,...
View ArticleRaspberry Pi OS • Re: Something Like .bash_logout, But for Shutdown
Thank you blsIn my searches I actually stumbled a systemd solution like this,but was wondering If a bash file, something like .bash_logout might exist,but named .bash_shutdown for example..I guess...
View ArticleMicroPython • Sleep mode?
Is there any way I could put my device to sleep until there is an interrupt ?or a fixed timing of sleep for 5mins collect data for a minute and then sleep ?thanks.Statistics: Posted by Ab25 — Thu Aug...
View ArticleTroubleshooting • Re: Rescuing a broken installation - Deleted 'libc.so.6'
If you have write access from a remote machine, then can you make a copy of libc-2.28.so and call it libc.so.6.The main problem is none of the copy and similar command work and it seems I don't have...
View ArticleC/C++ • Re: CMake and arch-specific compiler options
I used the mk-sbuild wrapper, but as there was no discernible difference in disk space, and no folders magically appeared in /var/lib/schroot/chroots, I concluded that it had not worked.Which command...
View ArticleRaspberry Pi Connect • Re: Saving screen space
On my laptop 1366x768 I use Firefox to log on to Pi4 / Pi5 running Bookworm. To see the pi screen with CTRL, Pi, Alt, ESC, Tab buttons on the bottom bar, I set the Zoom to 67%Have you tied...
View ArticleTroubleshooting • Re: mmc1 controller never released inhibit bits - Youtube...
I have the same problem now on my Raspberry Pi 400 running latest Raspi OS (Bookworm I think). I have done an update recently, and again yesterday when the message came up. There may be no connection...
View ArticleGeneral discussion • Re: Keyboard Not Recognized by Raspberry Pi – Need Help...
Do any keyboards work? i.e. you have no problem with keyboards on your Pi in general, but a couple of keyboards that you have don't seem to work, despite the fact that they work elsewhere. Or, do no...
View ArticleBeginners • Re: Raspberry pi 5 active cooler not spinning
How many posts on your cooler do you want to open? What is different here compared to viewtopic.php?t=375887 ?Statistics: Posted by aBUGSworstnightmare — Fri Aug 30, 2024 7:08 pm
View Article