Networking and servers • Cannot change VLAN I.P. address
Set up a VLAN on eth0 and it went quite smoothly. /etc/network/interfaces.d/vlans:auto eth0.16iface eth0.16 inet manualvlan-raw-device eth0/etc/dhcpcd.conf:interface eth0.16static...
View ArticleGraphics, sound and multimedia • RGB Matrix Hat Pi Panel Display Project Help
I'm attempting an Rgb Matrix Hat Raspberry Pi project, and I'm looking to make a display to play some retro-games. (DOS based and console emulation, music visuals, video, etc.) and use it as a wall...
View ArticleGeneral discussion • Found Raspberry Pi in Big Foot! :D
Fun Fact: I was just playing Big Foot and when I was looking on a GPS Sensor (locator), I found out that there was a Raspberry Pi ( 3 B+ maybe) .(image)Statistics: Posted by lkspodmol — Fri Jul 26,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4, DSI data append one pixel every...
I am sorry that I am now corrected original values to github. Now there is original values. But I know that displays work well with different timing values. I make six years ago custom LVDS driver to...
View ArticleBeginners • Re: activate output pin based on presence of internet.
sorry i meant pico... long dayStatistics: Posted by relicsrepair — Fri Jul 26, 2024 7:02 pm
View ArticleGeneral discussion • Re: Discount on multiple pi4 order?
Allowing the resellers to put each other out of business by undercutting list prices leads to a smaller network of resellers which is not ideal.But I am not convinced forcing resellers to sell at a...
View ArticleTroubleshooting • Re: pi-gen to generate a Bookworm image with X11 as default
@6by9, where is the official support docs for wayfire.ini and all relevant sections? I've seen people post bits and pieces to solve specific needs, but I'd like to browse the full docs for RPiOS....
View ArticlePython • Re: Runtime error waiting_for_edge GPIO
Looks like someone already reported the typo...https://github.com/waveform80/rpi-lgpio/issues/18Statistics: Posted by LPSeg13 — Fri Jul 26, 2024 7:22 pm
View ArticleGeneral discussion • Re: USB to USB
https://en.m.wikipedia.org/wiki/USB_hardwareStatistics: Posted by gordon77 — Fri Jul 26, 2024 7:27 pm
View ArticleMicroPython • Mix Python & C without compiling into micropython?
This thread asked a similar question - the only answer was to put the C extension into the micropython build.That would make dynamic development and testing of the C part very clumsy, though, because...
View ArticleGraphics, sound and multimedia • Re: Kdenlive on Pi 5
It is functional but super duper outdated. My temporary solution right now is to follow a newbie guide to build one from the source code repository, but the process takes very long time.On PiOS...
View ArticleNetworking and servers • Re: Cant access device on Wifi AP
That's not possible with 802.11 infrastructure mode.If your Pi is client to an Access Point, it cannot run itself another Access Point and extend the network that way. It can only create another...
View ArticleBeginners • RPi 5 RTC battery installation instruction
Where should the official RTC cell/battery go with RPi 5 and RPi 5 official case? Casing instruction is below, but not cell. Sure away from WiFi/BT antenna. May be cell wire a bit away from power...
View ArticleOther • Re: How to permanently change hostname through file edits
To address the two above, this distro was PiCore, so based on TinyCore. It has a hosts file in etc, but it gets overwritten with every boot. As I recall (don't bet on it) there wasn't a hostnamectl,...
View ArticleBeginners • Re: RPi 5 RTC battery installation instruction
Mine is just in the case held to the inside of the case with a piece of scotch tape. So it is not touching the Pi at all, except for the cable plugged into the socket, of course.Statistics: Posted by...
View ArticleGeneral discussion • Re: Found Raspberry Pi in Big Foot! :D
It looks a bit like a 3B+, but I can't see the Wifi chip.It would be nice to see the text printed on the board.Statistics: Posted by rpdom — Fri Jul 26, 2024 8:06 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI bug on Pi 5
Since my 'scope is too slow see the high-speed data transfers, I dropped a MIPI D-Phy into a handy FPGA+SoC dev. board with a RPi MIPI connector (Zybo-Z7-20) and made a home-brew protocol analyzer....
View ArticleBeginners • Re: Memory access time Pi5
You're right, I am probably also benchmarking append operation. And that is my point : I have no clue of what these line codes mean on a HW point of view... but I know that programmers write in C,C++,...
View ArticleBeginners • Re: Advises on PI OS UART sofiware and LibraOffice
I like gtkterm.Statistics: Posted by ame — Sat Jul 27, 2024 7:47 pm
View ArticleTroubleshooting • Re: Model 3B+ not booting
I installed 2024-07-04-raspios-bookworm-armhf-lite (32-bit) on a Pi3+ , using Raspberry Pi Imager 1.8.5 and a 32GB microSD card.It booted OK with no issues.Code: pi@pi:~ $ dpkg...
View Article