Troubleshooting • How can I test if a tf card is broken?
I doubt my tf card is broken. It can run the Linux system, but when I try `docker pull` a big image, there will be an error. But when I switch to another tf card and do the same thing, everything...
View ArticleGeneral • Getting Out Of A UART Framing Error
I have a setup where a Pico monitors a hardware device. The hardware device emits a string on its UART with a timestamp and status like this:2024-12-12T14:03: Status=GOODor 2024-12-12T14:04:...
View ArticleTroubleshooting • SUDO problem
Hello everyone, I installed raspberry pi os on a raspberry. I then installed homebridge on it. So far no problem. Except that I need to install a program from npm from an ssh console.However, I can't...
View ArticlePicademy • Raspberry emulator
Hi everyone.I would like to use a Raspberry emulator to give a remote course of IoT.How to do please, to give practical labs using simulation/emulation, with no hardware ?Thank in advance !Statistics:...
View ArticleGeneral programming discussion • VScode font size
I have a 27 inch screen 2560x1440. I have changed the editor font size through settings and the terminal font but I cannot remember how I did that. I cannot find a way to change other vscode windows....
View ArticleRaspberry Pi 400 and 500 • Pi 500; questions and setup
Hello. Got a Pi 500 with monitor for my mother for Christmas to replace her Windows 11 laptop. She isn't very technical but she has me to help her, and I have you to help me. First, besides making...
View ArticleMicroPython • Lets talk about lightsleep on PICO
There are many threads on this forum and on the micropython forum about lightsleep on PICO and PICO 2.I want to start a discussion about the best way forward.TL;DR lightsleep is a blunt instrument for...
View ArticleGeneral discussion • How to choose menu background color?
This medium brown background color seems to be the default in lots of places in my currently updated Wayland libwc Bookworm. I've found settings for lots of details and decorations for apps and menus,...
View ArticleGeneral discussion • Sensors setup for home Still
Hi guysA friend of mine asked me to help him make his still smart.Anyone here done this before... and what all you have/use/sense.GStatistics: Posted by georgelza — Sat Dec 14, 2024 6:06 am — Replies...
View Article日本語 • Raspberry Pi5 used as a Wifi access point cannot connect more than 8...
I am using a Raspi 5 as a wifi access point.I want to connect 11 microcontrollers using the wifi connection method, but I can only connect up to 8 microcontrollers.Even if I use a wifi adapter with an...
View ArticleBeginners • ssl.SSLError: [SSL: WRONG_VER..... (_ssl.c:992)
Hi,I've been following a youtube tutorial for sending emails with attachments and I get this error when I run it:Code: ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:992)anyone...
View ArticleTroubleshooting • Keyboard acting strange while using any browser
Using my Pi5 with Raspbian for almost a year. It has been fantastic. A couple months ago the browsers began to jump around whenever I typed.I will open a browser, click in the search bar and the...
View ArticleGeneral discussion • Emulate Mouse For 5B
Hello everyone,There is a Raspberry Pi 5B, and I want to plug in a mouse or keyboard into the Raspberry Pi and then control my PC via Bluetooth or wireless connection. Many of the cases in the...
View ArticleHATs and other add-ons • GNSS HAT modification for soft power ON on
Hi Everyone,I have a Waveshare GNSS's older version which dosent have a software power ON(over GPIO4) as per the trace from the schematics, which im pairing it with `pi Zero W v1.1`I wanted help in...
View ArticleCompute Module • RTC PCF8523 issues
Hello everyone,I'm asking for your help because a friend of mine is having issues with his PCF8523 :We did everything I did for it to run well, but at one point, he got errors. We first checked if it...
View ArticleGeneral • Build issue with implict functions
I am trying to build a Pico SDK C project with '-Wall -Werror' with appropriate 'Wno-' options to cater for some refactoring not being completed yet.That's almost working but has required me to use...
View ArticleTroubleshooting • modprobe ikconfig -> FATAL: Module ikconfig not found in...
Hi,I've cross-compiled the Linux kernel https://github.com/raspberrypi/linux (6.6.63)with Code: CONFIG_IKCONFIG=mCONFIG_IKCONFIG_PROC=ybut when I do [c]modprobe ikconfig[/c] on the client, I...
View ArticleRaspberry Pi 400 and 500 • Pi 500 build problems
I got luckily with my Pimoroni order, and just got a Pi 500 in the post to swap out for the Pi 400 I’ve used for a couple of years.While the performance is much better, my Pi seems to have some...
View ArticleGeneral discussion • Odd network speed results
I have an odd puzzle with network speeds.I have a Pi 1 connected to my home network via ethernet, the Pi runs a few servers and is a headless system. It has speedtest-cli installed as well as iperf3I...
View ArticleAdvanced users • Power button RPI5
Hi,I use on my HAT board a button to sleep/power when used with RPI4. Connected to GPIO3 to support wake-on-sleep and to GPIO4 to support goto-sleep (+user function) via sw implementation. I need...
View Article