MicroPython • Re: How to import a library for raspberry pi pico w
Is this the project ?https://github.com/etno712/ahtYeah, I try to run the code from that git hub project sourceStatistics: Posted by newtorasp123 — Thu Feb 12, 2026 12:02 am
View ArticleGraphics, sound and multimedia • Re: rtsp camera stream
nice -n -11 stdbuf -oL -eL taskset -c 2,3 rpicam-vid --flush --low-latency --verbose 0 \--denoise cdn_off -t 0 --width 1280 --height 720 --framerate 25 \--autofocus-mode manual --autofocus-range...
View ArticleGeneral discussion • Re: Basilisk Browser
As I understand, the Goanna in Basilisk is a fork of Mozilla Gecko before Servo.So it has all the cruddy old XUL stuff from before Firefox 57?Yes, it's a Paler Pale Moon.Statistics: Posted by...
View ArticleHATs and other add-ons • Re: Rasp PI TV HAt not recognising
What country are you in? I am in UKNote: TV hat(s) working OK for me on a Pi3 (Bullseye GUI 32-bit) and on a Pi5 8GB running Bookworm (64-bit) with desktopNo edits to config.txtInstalled tvheadend...
View ArticleOther • Re: Ideas and discussion of capable browsers for low memory pi
A non-exhaustive list of currently supported engines, and the browsers that use them:Code: webkitsafari, midori, epiphany(web), konqueror, orion, luakit, surf, and moreblinkchromium and a cast of...
View ArticleGeneral programming discussion • Re: I wanna learn how to code on the PI but...
or:https://projects.raspberrypi.org/en/pat ... thon-introStatistics: Posted by terribleted — Thu Feb 12, 2026 10:52 pm
View ArticleGeneral • Re: Raspberry_Pi 2040 Documentation
Here looks better: https://www.raspberrypi.com/documentati ... c_sdk.htmlBut I think that the most useful is the examples repository: https://github.com/raspberrypi/pico-examplesThat is better! I've...
View ArticleMicroPython • Re: Help controlling a speaker with amplifier through a pico
Hello. I recently got one of these working with a Pico2W. I ordered 5 from AliExpress, spent forever not getting one to work, finally tried a second one which worked first time. So maybe I burned...
View ArticleMicroPython • Which pin is 'LED' connected to?
I have just started learning python on the pico W. Looking at a pdf drawing (see attachment) of the pins it says pin GPIO0 is connected to the internal LEDCode: import machineimport timeled =...
View ArticleMicroPython • Re: Which pin is 'LED' connected to?
The LED is on WL_GPIO0 not GPIO0. WL_GPIO0 is a GPIO connected to the WiFi/Bluetooth chip.Use the named "LED" pin instead. It'll know how to tell the WiFi/Bluetooth chip to change the LED GPIO.Code:...
View ArticleRaspberry Pi OS • Re: xrdp, no longer able to push user name to remote...
This is no longer an issue. Maybe an update resolved it.Statistics: Posted by dmcdivitt — Thu Feb 12, 2026 11:41 pm
View ArticlePython • Re: ModuleNotFoundError: No module named 'adafruit_dht' >>>
Now I am told the DHT11 not foundCould be many reasons- you need a pullup resistor for DHT11, DHT22 from data pin to VCC 3.3V. See https://learn.adafruit.com/dht/connecti ... txx-sensor Most boards...
View ArticleRaspberry Pi OS • Re: How do I expand swap space on my Zero 2 w?
Ok got it setup. Do I need to setup a swap partition as well?Statistics: Posted by dsquared59 — Fri Feb 13, 2026 12:36 am
View ArticleSDK • C++ : Is <chrono> / <threads> supported ?
I'm testing some simple C++ code on a PC with a CMakeLists.txt that supports both the PC and a Pico, selectively. That works when using other tests. I'm exploring <chrono> and for specifically...
View ArticleC/C++ • first C++ Qt setup
beginner question:on a RPI4:newest RPIOS 64bit desktop ( used headless via VNC )want tryDesktop app GUI programmingwhat i need to install forC++Qtand its options?Qt 5 or Qt 6and its settings inCreate...
View ArticleZephyr • Re: Write to Flash not working
To check if DFU working probably worth trying the USB device stack DFU example: https://docs.zephyrproject.org/latest/s ... EADME.htmlStatistics: Posted by gerrikoio — Fri Feb 13, 2026 10:49 pm
View ArticleC/C++ • Re: daemon GPIO access
I don't know if this will help you, but I recently wrote a systemd daemon that monitors the hall effect sensor on the lid of the Argon40 One Up laptop. It uses gpiod to monitor the input for the...
View ArticleRaspberry Pi OS • Re: Hardware watchdog timer - enabled by default?
According to /boot/firmware/overlays/README it's enabled by default:Name: <The base DTB>Info: Configures the base Raspberry Pi hardwareLoad: <loaded automatically>Params:[...] watchdog Set...
View ArticleGeneral discussion • request: official Docker image for Raspberry Pi OS
Hi,As a Docker user, I find that well maintained images help to bridge a lot of development gaps. For example, I can quickly spin up build and test environments via Docker containers, for a wide...
View ArticleTroubleshooting • Re: error writing to microSSD
1.9.x will not apply configuration to Trixie images. That changes and those version don't know how to.This is not strictly true. The release 2025-10-01 did work. Those who installed the initial...
View Article