Networking and servers • Re: Using a Pi to act as bridge between 2 separate...
What can I do to configure the Pi to allow each group of computers to talk to each other without the need to ssh into the Pi? I've google for quite a while now and can't find the solution for this...
View ArticleBare metal, Assembly language • Re: SIMD LDR from device memory
I've been writing optimized bare metal code for the Raspberry Pi 4 for years without issues. The source code in my case is in Rust, but that shouldn't make a difference. I don't have a Raspberry Pi 3,...
View ArticleBeginners • Re: Terminal window opening
Basic question- I am working on a C program for the RP4. When executed from inside the Geany IDE, or from a command line, a terminal window is automatically started. This is very useful for debugging...
View ArticleAdvanced users • SWD and earlycon at the same time on rpi5
Hi! If I understand correctly, RPI5 can enable JTAG/SWD with the config "enable_jtag_gpio=1" and the JTAG/SWD and the UART are muxed on the same 3-pin debug connector.On the other hand, this page...
View ArticleTroubleshooting • Fried Pi?
Hoping to improve the audio from Bluetooth to optical, I acquired a device that splits HDMI into video and audio, or so it claims.https://www.amazon.com/dp/B00BIQER0E?ps ... ct_detailsI powered...
View ArticleBeginners • Re: Upgrading My Pi
You've made a good point, I was ignorant to RetroPie not having a native version for the RPi5, I'm in no rush so I just might wait until RetroPie has a 64 bit version for the RPi5 and follow your...
View ArticleRaspberry Pi OS • Re: Is using https in APT really as simple as changing http...
The Debian repos should be using https. No clue why rpios isn't.My sources.listCode: Repos: Active apt repos in: /etc/apt/sources.list 1: deb https://deb.debian.org/debian/ bookworm main contrib...
View ArticleTroubleshooting • Re: Network Adapter wont Work on Rasberry pi 5 (kali linux)
Ah, that's annoying. yes :/ ive been trying to solve this issue in alot of forumes, discord, reddit but sadly no one tried to help me yet :/What have you tried to do, like, on your own? Did you search...
View ArticleBeginners • Re: Trying to get RPi4 to boot from USB Nvme M.2 SSD, Lot's of...
Hello, anybody out there reading my questions ?Statistics: Posted by Chester Mayfield — Sat May 18, 2024 12:03 am
View ArticleGeneral discussion • Re: Fun 3D printed Pi5 case!
Can you vamp up the fan and may it hover, maybe add another fan at the back for forward/backward motion? Statistics: Posted by tipam — Sat May 18, 2024 12:28 am
View ArticleNetworking and servers • Re: Pi 4B with Waveshare SIM7600G-H LTE HAT Issues
Hi,I'm facing the same problem, did you find any solution?Thank you.Statistics: Posted by franknereanu — Sat May 18, 2024 12:31 am
View ArticleTroubleshooting • Re: Setting locale issue and weird browser behavior
No, it never happened with stock RasPi OS that I remember.Yes, I realise it's not a supported setup here but there are a few here using the same combination of RasPi OS and KDE Plasma so I figured it...
View ArticleRaspberry Pi OS • Re: Bookworm 64bit - Disable all effects.
ok, edit /usr/share/labwc/environment.XKB_DEFAULT_LAYOUT=gb to uscp -R labwc to ~/.config labwc updated, again break fcitx5 Statistics: Posted by cjan — Sat May 18, 2024 1:57 am
View ArticleRaspberry Pi OS • Keyboard Mapping Messed Up
Hi,I'm using the latest raspian bookworm on a RPi 5.Shift + 3 gives me £ whereas it used to be the U.S. pound sign (I live in the U.S.). I don't know how this changed but it was working normally a few...
View ArticleRaspberry Pi OS • Re: Keyboard Mapping Messed Up
Some additional information I just discovered. I have multiple user accounts on my OS. On the administrator account the keyboard mapping is correct but any additional accounts/users created the...
View ArticleGeneral • Writing READ_ADDR while DMA runs
Hi,I understood from similar question viewtopic.php?t=326563 that we cannot change TRANS_COUNT for the current transfer sequence. But what about READ_ADDR and WRITE_ADDR?The doc says "Software should...
View ArticleC/C++ • VSCode include paths
I'm running VSCode on my Windows computer and am coding remotely via ssh to my Raspberry Pi 5.However VSCode is unable to find includes like:Code: #include <linux/init.h>#include...
View ArticleOther projects • Re: Custom Key pad
Ok. This is the same code i posted this morning, with a couple of delays added.Code: # Code for shift-register based keypad# Raspberry Pi Pico connected to keypad PCB# via JP1 (14-pin IDC header)....
View ArticleC/C++ • Re: VSCode include paths
I've tried using Visual Studio instead and face the same issueStatistics: Posted by RampantDespair — Sun May 19, 2024 2:08 am
View ArticleTroubleshooting • Re: App in menu doesn't show up for addition to panel
BINGO! Whatever you're being paid ain't enough!Thank you.Statistics: Posted by RealNameTBA — Mon May 20, 2024 12:27 am
View Article