Beginners • Re: Touch screen compatibility?
As it connects over HDMI and USB, it should work fine.Statistics: Posted by 6by9 — Tue Aug 13, 2024 1:30 pm
View ArticleGraphics, sound and multimedia • Re: Adding a SCART/RGB input to RPi5
As per the advice from others, just trying to use an ADC is unlikely to work for video capture.There are chips such as Analog Devices ADV7282A-M which take analogue video and converts it to CSI2 that...
View ArticleTroubleshooting • Re: need a layout or screen shot of the available screen...
I guess I'm not sure if it's 7:20 I or 720p I assumed it was 720 I because it is a late model flat screen CRT with a high resolution and I was under the impression that the scanning was interlaced...
View ArticleGraphics, sound and multimedia • Re: Map of RPi5 HVS registers
I still haven't quite got my head around how/why the RPi5 splits the video hardware across multiple `dri` cards/devicesi think the pi5 has at least 3 dri devicesone is the 3d core, all it does is turn...
View ArticleTroubleshooting • Re: sudo apt upgrade failing
That's mythicbeasts so should have no problems.you didsudo apt upgrade before the update and had no problems?Statistics: Posted by bensimmo — Wed Aug 14, 2024 1:03 pm
View ArticleTroubleshooting • USB ports are dead on a Raspberry Pi 4 4GB
Hi guys . I have a RaspberryPi 4B 4GB (newer version) that had 9V instead of 5V put through the USB-C power input according to owner.Surprisingly it boots and works, but ethernet and USB ports are...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RS-232 on Raspberry Pi 5
You will be able to get away with just a three wire RS232 (TX, RX and Gnd). As for the hardware handshaking signals (RTS, CTS, DTR and DSR), if I recall correctly, just connect RTS to CTS and connect...
View ArticleOther projects • Re: Space:1999 Commlock (handheld audio & video player)
Re: "the buttons? Should those have resistors added when they are connected to the GPIO pins?"No resistor needed if the button is connected across a GPIO and ground (GND). In the software we set a...
View ArticleCompute Module • Re: CM4 VL805 interface issue
Thank you for the information. I used the same CM4, with the same OS on an IO board with an external PCIe and it worked, so I did not investigate furtherUpdated Information-Code: sudo...
View ArticleNetworking and servers • Re: Using Raspberry pi as a NAS (omv vs os)
NFS is interesting. In my case, there is a Windows user who uses the NAS as a backup server so we use SMB. Permissions are not important there because everyone on the LAN shares data. When you use...
View ArticleRaspberry Pi OS • Re: lighttpd acceslog configuratrion ?
Thx !this did the job !Statistics: Posted by spatieman — Wed Aug 14, 2024 1:42 pm
View ArticleGeneral • Re: RP2350 and RP2354 availability to general public
Email sent. Thanks!Statistics: Posted by chavim — Wed Aug 14, 2024 1:49 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Lineage21 is available in PINN.You can use the Replace function to replace lineage20 with lineage21.Statistics: Posted by procount — Wed Aug 14, 2024 2:00 pm
View ArticleGeneral • Re: RP2350 5V tolerance clarification
The text about 5V fault tolerance with 3v3 VDD applied appears to have been silently removed from the datasheet?The original text has, which appears to have been "GPIOs are 5 V-tolerant (powered), and...
View ArticleRaspberry Pi OS • Re: XRDP to RPI OS Bookworm 64-bit ACTIVE SESSION via VNC
Yes it does - but you need to switch the graphical desktop from Wayland to X11 using raspi-config:I switched to X11 in raspi-config, rebooted the machine, installed realvnc-vnc-server and no matter...
View ArticleRaspberry Pi OS • UTF8 Latin-1 Supplement not supported in Playlists?
HiI assume Owntone does not support special characters from the UTF8 Latin-1 Supplement Character Set in playlists.(see: https://www.utf8-chartable.de/unicode- ... 1&text=269)I have a playlist...
View ArticleRaspberry Pi OS • Re: owntone server (iTunes server)
OwnTone does byte-by-byte comparison (using strcasecmp), so if the m3u and the filesystem use the same encoding/characters there will be a match, otherwise not, and you will see "No file in the...
View ArticleTroubleshooting • Re: Waveshare OLED/LCD HAT (A)
This worked for me (from https://github.com/WiringPi/WiringPi)# fetch the sourcesudo apt install gitgit clone https://github.com/WiringPi/WiringPi.gitcd WiringPi# build the package./build debianmv...
View ArticleGeneral discussion • Re: Random question SD card reader
Although this can be done, I think it is generally more convenient to use USB for SD card reading/writing.....However, should you wish to access and decode an SD card's CID** - it's definitely much...
View ArticleBare metal, Assembly language • Re: Requesting a high level overview of the...
I know, normally you have to understand, how the hardware works, before you can design the software interfaces. This is very difficult in this case, because the hardware is complex, and Linux DRM...
View Article