Troubleshooting • Re: Replacement DA9091 PMIC
Since DA9090 was made available in the Pi Hut it is rarely in stock which means there is a considerable demand for these chips.Also, the Pi hut is the only place where you can buy DA9090 at a...
View ArticlePython • Re: Python User Guide
Python is not quite Python on a pi5.There is the complication of needing to use a VENV which does seem to trip an awful lot of people up.And don't forget the python libraries that worked on all...
View ArticleSDK • Re: Does gpio_get_all64() return a single-cycle state?
Thank you kindly... As I say, out of my depth! Statistics: Posted by dfrp — Mon Mar 24, 2025 1:02 pm
View ArticleGeneral • I can't detect I2C devices on pico2 RP2350
I've tried to scan I2C bus: Code: #define PICO_DEFAULT_I2C 0#define PICO_DEFAULT_I2C_SDA_PIN 4#define PICO_DEFAULT_I2C_SCL_PIN 5using next code, from pico official rep:...
View ArticleGeneral discussion • Re: Yes you can create a RPi image from Chromebook or...
Hi, I can't expand the .xz download file with my chromebook. Can anyone give me easy step by step instructions?Statistics: Posted by piuserAmeron1 — Mon Mar 24, 2025 1:10 pm
View ArticlePython • Re: Raspberry Pi 5 - "out of memory error"
I'm using the following library to control WS2812 leds on a Pi5 via SPI:https://github.com/niklasr22/rpi5-ws2812Statistics: Posted by rpiMike — Mon Mar 24, 2025 1:14 pm
View ArticleCamera board • Re: Problem with framerate
Thanks for your help I got a stable 50 fps and the camera is starting to work well and the video is smooth.The working parameters are:rpicam-hello -t 0 -- witdh 19020 --height 1080 --framerate 50...
View ArticleGeneral discussion • Re: Can't find config.txt - /boot/firmware/ is empty...
Its in /media/pi/bootfs/config.txt - assuming your username is "pi" and you are running a desktop.Just place the SD card in a USB card reader on the running Pi.You should see it auto mount and be...
View ArticleAdvanced users • Re: Raspberry Pi Display V1.1
I have attached a Picture of the IC. Unfortunately, I wasn't able to identify it with chatGPT Maybe a Raspberry Pi Engineer can help here.Statistics: Posted by batwing — Tue Mar 25, 2025 1:23 pm
View ArticleTroubleshooting • Re: upgrade failed; Pi won't run
you might try updating the bootloader. may not help, but it's worth a shot.https://www.raspberrypi.com/documentati ... ate_stableStatistics: Posted by terribleted — Tue Mar 25, 2025 1:23 pm
View ArticleMicroPython • Re: Buttons for LCD1602 Menu
Could be there is a 'f' missing for the format stringline 141: exec(open("menu/options/{file}"....couldn't save the button class as a library in the lib folder.What error messages do you...
View ArticleGeneral discussion • Re: Ssd used on pi4 for pi5
3) If you know what you are doing, it is usually possible to grab the appropriate "firmware" files from a current version of RaspiOS and "Frankenstein" them into your existing system and if you're...
View ArticleHATs and other add-ons • Re: Mounting PICAN FD (with LIN-bus attachment) on Rpi5
i.e. https://shop.pimoroni.com/products/2x20 ... 1132812269Yes I looked at this before as well, but from what I understand is that this doesn't fit the model?It looks like shrouded female headers (see...
View ArticleTroubleshooting • YouTuBuddy - "Youtube-dl Not Running"
Hi all, hoping someone can help please?I have a Pi 400 with Raspian Bookworm installed and via Pi-Apps, ive installed YouTuBuddy. Installed fine, but when I search for a video, it times out and says...
View ArticleTroubleshooting • Re: Environment is externally managed?
practically any library i think (i did PIL and telebot)Statistics: Posted by QueasyCarBoy — Tue Mar 25, 2025 1:43 pm
View ArticleBeginners • Re: GPIO0 and GPIO1 physical pins on CM5
Thank you aBUGSworstnightmare.As I said, it's confusing. The other GPIOs are are designated for their numbers, but these two are named "ID_SD" and "ID_SC". in addition, there is an extra space wich...
View ArticleGeneral • Re: RP2350 address translation
Perfect answer thanks.I didn't even realise the hardware supported a second flash/PSRAM chip. Section 12.14.4 Address Translation does sort of describe this, but it wasn't obvious enough for my little...
View ArticleTroubleshooting • Re: HM-10 does not talk to raspi 5
Hi,new trial 1:'b','c' 1001, 0 Do not bond, 0 do not pair, 0 connection complete time, 'Connect ok as LE client'I already got 'Connected' with bluetoothctl. I need a tty interface over bluetooth, so...
View ArticleRaspberry Pi OS • Re: Pi5 screen blanker?
Code: touch .config/labwc/autostartthen go in configuration and toggle the blanking off & onin that file you can adjust the time, default is 600Thanks that worked! So I'm guessing that the RPi...
View ArticleCompute Module • Re: CM5 based laptop from Argon40 in the works
looks close to what I want but I think pi 5 level performance and the ability to upgrade to newer cm versions in future gives this new device an edge. Yes, sure, it can't match new stuff. It is older...
View Article