C/C++ • Re: C program to parse the revision code [UPDATED]
On my Pi4 running bookworm it just prints the headers and hangs?It is waiting for you to enter a line of text.(Yes, this is du^H^Hsub-optimal design, and, yes, at least it should issue a prompt, so...
View ArticleDebian • Re: Boot of Debian 12 encrypted on Raspberry Pi 4B 8GB
Solved!"UEFI Boot" is really a fantastic tool: I didn't notice the "Boot Maintenance Manager" item, which allows you to add an entry in the grub, navigating along the same path I found using the "EFI...
View ArticleOff topic discussion • Re: Remember the C.H.I.P. Single Board Computer?
Yes, I remember them, but not fondly. I had a PocketCHIP, the one that had a worse keyboard than a ZX81. Blecch.The company that made these (Next Thing Co: Get C.H.I.P. and C.H.I.P. Pro - The Smarter...
View ArticleAdvanced users • Re: Starting TightVNC Server with Systemd
https://github.com/gitbls/RPiVNCHowToStatistics: Posted by bls — Sat Feb 01, 2025 10:26 pm
View ArticleTroubleshooting • Re: Pi 400 dosen't boot after full-upgrade, Solide green...
make sure the monitor is powered and connected BEFORE you power the PI.otherwise the PI<>monitor interrogation wont work.Statistics: Posted by terribleted — Sat Feb 01, 2025 10:30 pm
View ArticleOther • Re: VNC VIEWER in kiosk mode
Quoted:Remmina is an open-source remote desktop application designed to provide remote access to other computers.It supports various protocols, including RDP, VNC, SSH, and...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
Feels a bit unreal to run a PC open without a case — which is totally normal for a Pi.Propped up with blocks of Lego is very Pi like. I'd suggest putting everything in a salvaged case so the GPUs have...
View ArticlePython • Micro-Python and simultaneous tasks
Hello everyone, I'm trying to play music and, at the same time, changing the colors of an RGB led in order to obtain a "flame effect". I tried asyncio but I'm not totally happy with it (good music...
View ArticleCompute Module • Re: CM4 does not boot on CM5 IO board
When I use a CM5 SoC on a third party CM4 board that has USB-C and pull down resistors directly on the CC pins, I can use a USB-C cable on both the host and device end and the CM5 SoC always properly...
View ArticleGeneral • Re: DMA ADC vs Bluetooth/Wi-Fi on Pico W?
Maybe irq_add_shared_handler() instead of irq_set_exclusive_handler()?Statistics: Posted by carlk3 — Sat Feb 01, 2025 10:58 pm
View ArticleTroubleshooting • Re: Old 3B having trouble updating and login
I don’t have any files on it so don’t know why there isn’t room or why it’s giving errors I ran the startlxde-piGot this message Gtk-warning **: cannot open display:Any idea what to do now?Edit: I...
View ArticleGeneral discussion • Re: Raspberry pi 5 capability
I've found this guide https://www.linuxfordevices.com/tutoria ... untu-linux on how to install notion on ubuntu and I will use ubuntu instead of raspberry pi OS.For tradingview I will use browser...
View ArticleCompute Module • CM5 hard reset?
If a CM5 is totally crashed, is there a way to reset it via its pins (under control of an external MCU)? The CM4 had RUN_PG, but this is now called PWR_Button, and the docs make it look like it...
View ArticleGeneral discussion • Re: how do i set up my raspberry pi
https://www.raspberrypi.com/documentation/Statistics: Posted by kerry_s — Sun Feb 02, 2025 2:23 am
View ArticleCompute Module • Re: CM5 hard reset?
but this is now called PWR_Button, and the docs make it look like it doesn't do the same thingif you hold the power button for a few seconds, the PMIC chip will cut power for youan external MCU can...
View ArticlePython • Script runs fine from Thonny, but not SSH or Geany
I have a project that uses load cells and an HX711 to measure the weight of my dog food bucket every hour. I'd like to set it up to run on an SSH command or cronjob, or maybe initiated by a switch on...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
Hello,I spent (too much) time searching for a "silver bullet" in terms of video modes that should be available with 64K (Pico), 128K (Pico2) or even more than 256K like 448K (Pimoroni Pico Plus 2 with...
View ArticlePython • Re: Aiortc video0
It should be /dev/video0Statistics: Posted by stuart.edge — Sun Feb 02, 2025 3:54 am
View ArticleTroubleshooting • How to move from CLI to Debian OS
So I was tweaking my pi after getting and found an option called “CLI” I didn’t think much of it, but turns out I had accidentally pressed it and sent me to what I now think is called the Command...
View ArticleAdvanced users • Looking for authoritative documentation about hardware watchdog
Per the subject line, I'm trying to sort out the optimum settings for /etc/watchdog.conf.Are the commented variables in /etc/watchdog.conf the default settings, or do they need to be explicitly...
View Article