Troubleshooting • Re: WPA3/SAE does not work on Pi 3b+/4/5 w/bookworm
Actually, scratch that. If you grab the latest wpa_supplicant and network-manager from the RPiOS repos, it will connect to an SAE/WPA3 SSID.just use apt and run with it. I was unable to use wpa_cli...
View ArticleBeginners • Re: Upgrading to PI 5.
Maybe install Bookworm on a new/spare microSD card so you can go back if you want.That's what I was thinking of doing. If I get a USB to micro SD adaptor and a 16 GB SD card I can use my Desktop PC to...
View ArticleHATs and other add-ons • Re: Relay Induced Noise
I have it inline with the solenoid as that seemed to make sense to stop the flow going the wrong way round the circuit. From what you suggest I actually need it to be directly across the terminals,...
View ArticleBeginners • Re: sudo apt update not working
I don't know what that file is doing there. It's not standard. But it certainly shouldn't have any quote marks (‘) around it.It should be like thisCode: deb https://deb.volian.org/volian/ raspbian...
View ArticleJava • Re: How do I install Java JDK 21
Add the repo then update, install the version you need.https://adoptium.net/installation/linux ... _or_ubuntuOr you can download the version you want from https://packages.adoptium.net/ui/native ......
View ArticleRaspberry Pi OS • Re: install custom kernel RPi5, cross compile using RPi5
Building the Raspberry Pi OS Kernel : Made EasyStatistics: Posted by RonR — Sun Aug 25, 2024 10:58 pm
View ArticleBeginners • Using an RPi Debug Probe to target/debug an Rpi 3b+ with SWD
Hello everyone!I'm interested in bare metal programming my Rpi 3b+. I already have an Rpi Debug Probe (from a different project and target board) and was wondering if there's a way to connect the...
View ArticleAutomation, sensing and robotics • Re: Would SQLite works well with Grafana
New to Linux. May I have some pointers in basic stuff on 'user'.Logged on as user0, on terminal, sqlite3 my_db.db, CREATE TABLE..., INSERT .... my_db.db is a file in /home/user0 folder. Grafana seem...
View ArticleC/C++ • Re: CMake and arch-specific compiler options
It's for the main reason (mucking up the host) that I avoid cross-compiles like the plague. Much easier to farm off the compilation to specific boxes. There's another good reason: maintenance of the...
View ArticlePython • Re: AttributeError: 'App' object has no attribute 'button' tkinter...
I don't know tkinter but your line 'self.button.when_pressed = self.make_page_1' is trying to combine tkinter with GPIOZERO code. That is why you are getting the error. Python is looking for a...
View ArticleNetworking and servers • Re: Control Raspberry Pi Via Networkless Interface
To answer your question, it would not be the first time a troll comes around. But if you're not, then you're not.Given that you gave flask as an example of what you'd like to access, and flask can...
View ArticleOff topic discussion • Re: Mini-Keyboard with "Windows" and...
Don't get too attached to it. Back pedalling a few years, my first mini keyboard was so good I waxed lyrical about it on amazon. I ordered two more a few months later. Same seller. Same order found in...
View ArticleGaming • Re: Searching for a split controller like Nintendo Switch
There are Android phone controllers with a layout similar to the Nintendo Switch Controller, but I do not know if the controllers are compatible with Linux, and the controllers are connected by...
View ArticleAutomation, sensing and robotics • How can I make something like homepod mini...
Hello, I am an amateur raspberry pi 3 owner, I recently saw the homepod mini Yi and I liked some of its features and I want to do it with raspberry pi 3 but I don't have any information.first and...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
I uploaded the document to Google Gemini, and asked if it addresses the matter at hand, and here is what it says about it:If that's some sort of 'AI' summary, it's probably bullshit and certainly...
View ArticleRaspberry Pi OS • Customized kernel not loading on Pi4, instead the old...
Hello everyone.Advise would be welcome. I have done this successfully a week ago (for kernel version 6.6.45), but now I suddenly can't make it work.I've compiled a kernel with some custom changes.More...
View ArticleAdvanced users • Re: Right-click context menu item "Edit as...
The trick to finding the info on the web is that right clicking is invoking the context menu. So searching for "add context menu items to pcmanfm" got me https://bbs.archlinux.org/viewtopic.php ......
View ArticleEspañol • Re: 2 Sistemas operativos, uno de ellos para juegos retro
Hay muchos emuladores sueltos para ejecutar desde Raspberry Pi OS. Otra opción es cambiar el orden de arranque para que primero intente arrancar por USB, así podrías tener raspberry Pi OS en la...
View ArticleEspañol • Re: ¿Raspberry Pi OS basada en Debian 12 más lenta?
Para quien se encuentre con el problema, era Wayland. Cambiado a Xorg y fin del problema.Statistics: Posted by cpcbegin — Mon Aug 26, 2024 11:33 pm
View ArticleOther projects • Pi into iMac G4?
Hi,I have a 15” iMac G4 and was wondering what I need to do to get a Raspberry Pi into it after “gutting” it.I know the g4 uses its own connector for the monitor, but I have found a HDMI to TMDS...
View Article