Advanced users • Re: Limits of 16 GB RAM
Lucky our RAM is no longer limited to 64K. Meh. 64K ought to be enough for anyone.First mainframe I worked on--IBM S/360-30--had 32K of RAM (and 4 7.25MB removable pack disk drives). It was doing the...
View ArticleBeginners • Re: Having trouble with byobu-enable
Thanks! Based on this hint, I right-clicked on Terminal in the menu, selected 'properties', and determined that it is LXTerminal.I searched 'blxterminal byobu enable' on duckduckgo and found this...
View ArticleMicroPython • Convert pyboard code to RP2040 USB_VCP
Hi, I have some STM32 pyboard Micropython code that I want to run on my RP2040. It is a USBTMC emulator and works great when connected to Linux and windows PCs. I don't believe the RP2040 supports...
View ArticleBeginners • Re: Shutdown menu item no longer works after upgrade
run pishutdown in terminal, see if it gives errorStatistics: Posted by kerry_s — Mon Jun 23, 2025 12:28 am
View ArticleC/C++ • Re: DIY C++ GPIO library
Hello! Creating your own C++ libraries for the pico-sdk is an accessible process but requires some prior knowledge. To begin, it is essential to study the datasheet of the microcontroller you are...
View ArticleTroubleshooting • SSH: Login with password not accepted after new...
Hallo everyone!Rappsberry Pi 5 8GB, current Raspberry imager (Apple version, MacBookPro M1), current Bookworm Lite imageI have problem with SSH login after flashing the OS to the micro ssd. The...
View ArticleTroubleshooting • There was an error running option S1 Wireless LAN
Just installed the latest OS LITE on a new SD card with Raspberry Pi Imager and put it in my old Raspberry Pi Zero and it didn't connect to the internet, despite me entering the Wifi LAN details.So...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Is this the way to wire a Rpi3 to a RED...
Hello rpi users I am trying to wire my Raspberry Pi 3 to a new RED LCD ili9486, so that it would have the same GPIO used as the waveshare 3.5" LCDsWould you think this is a good wiring diagram?I am...
View ArticlePortuguês • Aprimoramentos de um projeto
Pessoal, estou aprendendo agora a utilizar o Raspberry pi pico W e desenvolvi o seguinte código:Code: # ================ definicoes do ultrassom =====================from machine import Pinimport...
View ArticleBeginners • Re: RasipOS bookworm - Problems updating - From Russia?
So no luck here...Try one from the mirror list http://raspbian.raspberrypi.org/multiar ... mirrorlistStatistics: Posted by pidd — Mon Jun 23, 2025 3:44 am
View ArticleNetworking and servers • Re: Pi 4 on 5 Ghz WiFi can't connect to Pi 1 on 2.4 Ghz
Well, I'm away from home again and suddenly the scp started working again, all by itself. I did nothing.I have no idea, and probably never will, why it stopped working or why it started working again...
View ArticleRaspberry Pi OS • Re: Wrong OS when using PI Imager ???
Thanks, ill have a look today...Statistics: Posted by Adriaan — Mon Jun 23, 2025 4:39 am
View ArticleTroubleshooting • Re: There was an error running option S1 Wireless LAN
Problem solved. In fact the Pi Zero was not connected to the WiFi dongle. I was confused and accidentally disconnected the Pi from the USB hub when I plugged the keyboard in!So if anyone else gets...
View ArticleAdvanced users • Re: Newbie questions regarding Chrony
Hi bls...pihole.toml config file has this entry:Code: server = "" ### CHANGED, default = "pool.ntp.org"Does this need changing to the localhost IP since chrony runs on it?You definitely should point...
View ArticleBeta testing • Re: Trixie and beta
...With the Desktop version, this error:Code: Unpacking lxpanel (0.11.1-1) over (0.10.1-2+rpt22) ...dpkg: error processing archive /var/cache/apt/archives/lxpanel_0.11.1-1_arm64.deb (--unpack): trying...
View ArticleMicroPython • Re: Convert pyboard code to RP2040 USB_VCP
With that said, isn't the REPL just a virtual com port anyways?Yes. Here's how I read input a character at a time -Code: import micropythonimport selectimport sysmicropython.kbd_intr(-1)while True:...
View ArticleGeneral discussion • Re: Does it make sense to make a laptop with Raspberry...
A Raspberry Pi Laptop would have to compete with entry level X86 Laptops which are very cheap when the computers are on sale, under $200.Entry level laptops will run Windows 11 out of the box, and...
View ArticleTroubleshooting • Re: Screenshot gnome version fails
Screenshot failing again, this time outputting a 0 bytes .png file?Code: grim -g "$(slurp)" > ~/Pictures/screenshot_$(date +%Y%m%d_%H%M%S).pngoutputs screenshot_20250623_180809.png which is 0...
View ArticleOther • What should I know about before using UEFI firmware?
It seems the Pi (Pi 4 and Pi 5) cannot boot standard aarch64 ISOs for installation of Linux distros and must use pre-installed Pi images, right? My understanding is that installing UEFI firmware...
View ArticleTroubleshooting • Re: argon neo 5 NVMe not detected
Am I able to go lazy, get a GPIO fan and tape it to the inside of the caseStatistics: Posted by Minecraftplayer2937 — Tue Jun 24, 2025 2:20 am
View Article