Media centres • Re: Peppy player
The player has been working fine. But today, it locks up randomly. I could select the radio browser and select a station, the station would play but the screen is not updated. It still displays the...
View ArticleC/C++ • Accurate USB timestamping
Hi,I am interested in getting accurate timestamps for a USB camera, I understand cheap cameras are rolling-shutter but we should be able to time when linux receives the start of the frame. Do you know...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MCP3008 with spidev.h doesn't bring...
Yes, I saw and read that, but I didn't read into it "The chip select line chosen must be configured in as GPIO OUTPUT and not as SPI0_CE0_N (or likewise) as shown under the SPI0 Pin Mappings above."I...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi Zero 2 W, gpio c library
Thanks drankinatty for the information: pigpio and tinygpio.Statistics: Posted by dennisnguy — Tue Apr 09, 2024 11:23 pm
View ArticleBeginners • Re: Connect LCD Display and RFID together on RPI 4
You need a do-hicky otherwise known as a GPIO Extender. See the results from this Google search for ideas https://www.google.com/search?q=raspber ... s-wiz-serpI've run into that problem where a HAT...
View ArticleGaming • Re: (OpenMoHHA) Medal Of Honor: Allied Assault War on Chest on...
Got it to compile on a Pi5 ./openmohaaarm64 --- Common Initialization ---OpenMoHAA 0.61.0-alpha+0.ab5efa5a linux-arm64 Apr 08 2024 UTC----- FS_Startup -----Current search...
View ArticleTroubleshooting • Re: RPi5 won’t boot - four green flashes from LED
Yeah it looks like 3 long and 1 short.viewtopic.php?p=2205061#p2205061there are several threads with that already answeredStatistics: Posted by cleverca22 — Wed Apr 10, 2024 10:48 pm
View ArticleGeneral • Re: Pulse counter using RP2040
So, I think I should be more specific:I am getting a square pulse (generated by a pulse generator). The frequency doesn't matter, as I can change the time between pulses. So I am generating 1 pulse...
View ArticleBeginners • Re: Can't access via http to my Raspberry
Yes I try all the possibilities with IP and :ports as well as :443, :80 :8080 :22 :24 :9000Now I checking the firewall and add a rule asroot@pi:~# nft add rule ip firewall input tcp dport 443...
View ArticleAdvanced users • Autoboot/tryboot not working on CM4
Hello. I'm working on a CM4 that uses both secure boot and a dual boot partition setup. I'm having trouble getting `tryboot` to work.Versions:EEPROM bootloader: RPi: BOOTLOADER release...
View ArticleTroubleshooting • Re: Pi 5: display sleeps and immediately wakes back up
Bump - still not solvedStatistics: Posted by i0ntempest — Wed Apr 10, 2024 11:12 pm
View ArticleMedia centres • Re: Radio/media player
any direction would be appreciated!This has been done many times over the last twelve years of Pi so I suggest you start with a forum and internet search. It's highly likely there will be project that...
View ArticleTroubleshooting • Re: Revert rpi-update on Pi 5
I am noticing the same issue with the inability to automount the drive with the latest updates. A fresh PI OS install lead to the same issue. The drive was working fine when connected to the RPI 5 and...
View ArticleTroubleshooting • Re: Temporary failure in name resolution
Thanks @MiscBits for your help.It wasn't necessary after all to use your tips.Id did Code: sudo nano /etc/resolv.confFilled the empty space with Code: nameserver 192.168.2.254A reboot completed the...
View ArticleBeginners • Re: All my app got uninstalled after power cut
I didn't know you could put / and /root in read only but wont that stop me installing stuff using apt?Oh, you have to change it back to RW when you bring it into the shop for changes. I only set it to...
View ArticleBeginners • Re: SSH to Raspberry Pi Zero W
Very strange. Some thoughts:Have you tried accessing the RPI from a different computer?Is the RPI on the same sub-net as your computer? Is your network using IP4 and IP6? Do you use IP6 off your...
View ArticleTroubleshooting • Re: Waveshare 7" DPI + RPi Zero W - display not working
Success, but with the second display. That one didn't work either when I tested it the first time (probably with different timings in config.txt and overlays). So it seems that the first display is...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: What is the fastest baudrate for RPi...
there are ~3 different things affecting the max baud rate for the PL011first, its based around 16x over-sampling, so internally, it has to generate a clock that is 16x your baudtaking your 4mbaud...
View ArticleBeginners • Re: Raspberry Pi 4b will not boot.
[...] and it only sees it as a 32GB disk.That's somewhat odd. Too big to be the boot partition in a standard image, too small to be the entire card. On the other hand it is aproximately the upper...
View ArticleAdvanced users • Re: Power On Raspberry Pi 5 Automatically
when you apply power, what does the status led do?Statistics: Posted by cleverca22 — Thu Apr 11, 2024 10:43 pm
View Article