Troubleshooting • Re: Very poor wifi download speed pi 5
Yes, they really suck, but it doesn't explain why the pi sucks so much worse than the other devices.Statistics: Posted by 4x6gp — Fri Feb 09, 2024 8:40 am
View ArticleRaspberry Pi OS • Re: Does this mean that a future kernel update to 6.5 will...
So It failed for some reason.Code: [ 11.431884] usb 1-1.1: rtl8xxxu: Loading firmware rtlwifi/rtl8192fufw.bin[ 11.437053] usb 1-1.1: Direct firmware load for rtlwifi/rtl8192fufw.bin failed with error...
View ArticleMicroPython • Re: How to Read Data from Nextion Display via UART with Pico
SOLVEDWhen I do this, I can control the values on the Nextion screen with Pico.Code: import machineimport timeRX_PIN = machine.Pin(5)TX_PIN = machine.Pin(4)nextion_uart = machine.UART(1,...
View ArticleCamera board • Re: libcamera-raw with circular and signal
This should provide the circular buffer, appears to work at 200fps as well.https://github.com/Gordon999/PifastrawsStatistics: Posted by gordon77 — Fri Feb 09, 2024 8:53 am
View ArticleGeneral • Re: SSD1306 OLED Display connection RPI Pico W
It sems your display has either SPI or I2C interface. Factory default is SPI. Have you changed the BSx jumpers?Can you make a picture of the backside of your display?Statistics: Posted by fdufnews —...
View ArticleBeginners • Re: Stuck with NVMe SSD mounted Read Only Pi5 with HAT
Please post the output ofCode: lsblkHow did you install the OS on that NVMe? Is it new or a used one?you can i.e. install/use gparted (sudo apt install gparted) for this.Statistics: Posted by...
View ArticleItaliano • Raspberry + Dac + AMPLI
Salve, volevo sapere se è possibile sovrapporre un raspberry a un hat DAC e questo a un ampli (hinnomaker) posto sopra il DACSe non fosse possibile, sono necessari qunti 2 raspberry (uno con DAC e uno...
View ArticleBeginners • overlay on the raspberry, Dac and amp.
Hi, is it possible to connect a DAC and an amplifier (innomaker) to a raspberry?Statistics: Posted by alpha76 — Fri Feb 09, 2024 9:40 am
View ArticleGeneral discussion • Re: Which raspberry pi models are still being manufactured?
Just out of curiosity - I don't really see anything older than the 3B+ actually for sale at retail. It it just due to lack of demand and these days the older models are for business users only?Lack of...
View ArticleCamera board • Re: Camera module configuration
As you have installed Arducam libraries, you should get support from their channels.Statistics: Posted by naushir — Sat Feb 10, 2024 7:18 am
View ArticlePython • Re: VENV and Missing Package
You created a venv and activated it, but then ran your code with sudo. Sudo does not see your venv so it can't use any of the stuff installed in the venv.When you specify the full path of the Python...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: 5V pins on the Raspberry Pi 5 are on...
The 3.3V rail should be disabled when powered off.But only if the EEPROM configuration includes "POWER_OFF_ON_HALT=1".Perfect, I have the POWER_OFF_ON_HALT=1 and just tested with the 3.3V and it's...
View ArticleDeutsch • Camera Module 3: Inbetriebnahme auf RPI-OS Bullseye
Moin.Ich habe mir für meinen RPI Zero 2W das "Camera Module 3" bestellt.Auf dem Zero 2W läuft Bullseye Lite.Ich möchte die Kamera gerne als IP-Kamera verwenden, also von außen darauf zugreifen.Wie...
View ArticleSDK • Re: Number of free blocks negative value
okay, I flashed the pico and install micropython again. The os.statvfs('/') shows now the correct (I hope so) result:(4096, 4096, 212, 210, 210, 0, 0, 0, 0, 255).For me the good news is that the...
View ArticleAdvanced users • Re: No DRM in Firefox - can't find the...
is that i3Yes. why'd you ask?i was thinking you should center the title.Code: title_align centerorremove them.Code: default_border pixel 5default_floating_border pixel 5 ? I like it the way I set it...
View ArticleMicroPython • Re: Error with using PCA9685 on Raspberry Pi Pico W
I would believe that line 5 in servo.py should be:Code: from pca9685 import PCA9685As there is no file called pca.Statistics: Posted by kheylen25 — Sat Feb 10, 2024 9:17 am
View ArticleAdvanced users • Re: Image File Utilities
I'm having a problem with 'image-set-partuuid'. I have gotten the partuuid # I need to use from running lsblk --fs: Code: lsblk --fsNAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE%...
View ArticleGeneral discussion • Where can I find a Pico Pinout that uses the new...
The datasheet of the RaspBerry Pi pico that can be found herehttps://datasheets.raspberrypi.com/pico ... asheet.pdfuses non-standard abbreviations for the SPI-pins.It looks like thisTo me these...
View ArticleOfficial Display • Re: Pi 5 Official Touchscreen Issues
I'm also experiencing these issues running the official touchscreen display on the latest Bookworm image (coincidentally also for Pianoteq).It seems that the new Wayland-based Wayfire window manager...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
Doing some more testing here;I've switched to Openbox/X11 to start with!There are options for KMS in order to pick-up the rotationhttps://github.com/raspberrypi/linux/bl ... modedb.rstLet's take it...
View Article