MicroPython • Re: Remote Access to Raspberry Pi Pico W
I am actually doing a similar project and have the exact same problem. My house has a static IP so I know that I can access devices on it regularly however I can not access my pico w.If I type in the...
View ArticlePython • Re: How Do I Open Audacity With Python?
Here we go again...Statistics: Posted by memjr — Mon Mar 18, 2024 1:36 am
View ArticleAdvanced users • Session close on touch event on background with wayfire...
Hi,There seems to be a bug with the latest Wayfire version available form the stable bookworm RPI version (not the one from the standard Debian version 7.4)Setup: RPI 5 8GB, standard december image,...
View ArticleGeneral discussion • DHT22 Sensor with Pi 5 - import board error
Hi,I'm trying to use a DHT22 humidity sensor with the Raspberry Pi 5. I figured it would be simple to do but I am struggling and I would appreciate any help. I've downloaded Raspi-blinka after...
View ArticleBeginners • Re: Installing Raspberry Pi 5 imager on my new Sandisk SD Card
In summary, it seems a network boot install works on a Raspberry Pi 5.Also, there is an android app https://play.google.com/store/apps/deta ... l=US&pli=1viewtopic.php?t=170856There is no "network...
View ArticleRaspberry Pi OS • Re: Pi 5 - change drive owner & group
Thanks, it was formatted with the ext4 file system. I think I need to do some reading on permissions and get a better understanding overall.Statistics: Posted by Mark_M — Mon Mar 18, 2024 3:42 am
View ArticleRaspberry Pi OS • Re: Pygame/KMSDRM driver problem on kernel 6.6.20
...Main difference is the /dev/dri/carc0 and /dev/dri/card1 entries are swapped....I don't think the order/numbering of the card entries is stable i.e. you shouldn't rely on a certain entry being the...
View ArticleGeneral • Pico Dual Ethernet
Hello,I am trying to figure out what to buy for dual Ethernet.I am not sure if I should be going through SPI or UART - but I know my end result is a Pico with two ethernet ports.Does anyone have any...
View ArticleBeginners • Re: New Rp5 first boot unable to connect
I don't think the RDP protocol is installed by defaulton Raspberry Pi OS. Windows Remote Desktop Connection uses RDP, VNC is different.Code: sudo apt install xrdpStatistics: Posted by breaker — Mon...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2cset does not work for 16bits?
i2cset is for SMBus devices, so is your device actually SMBus or just I2C?TBH I tend to use i2ctransfer as I care about exactly the bytes that are sent. egi2ctransfer -y 1 w3@0x1a 0x1a 0x01 0xf8...
View ArticleTroubleshooting • GPIO UART with GPS speed oddity
Hi, all. I'm having a problem reading a GPS module through the GPIO UART pins. The Pi board is a 3b+ running the latest bookworm Raspberry Pi OS. I've enabled the UART pins in...
View ArticleGeneral discussion • Re: Live streaming with camera raspberry pi
Search the forums here. There a multiple posts on how to do that. I remember one had some code too.Statistics: Posted by memjr — Tue Mar 19, 2024 2:20 am
View ArticlePython • Re: I don't know how anyone is happy with Python now
Everything is working fine for me.The externally-managed-environment has very little with the python team and more so to do with the OS distro maintainers. If you wish it to stay the way it used to...
View ArticleBeginners • SH1106 128x64 OLED Display on I2C in Raspberry Pi OS Bookworm
Hi peeps,I'm completely new to using these displays and have spent two days going around in circles getting basically nowhere. All I'm trying to do is initialise the display to run correctly so I can...
View ArticleBeginners • Re: SH1106 128x64 OLED Display on I2C in Raspberry Pi OS Bookworm
I can't help with the display.I also don't want to use a virtual environment if I can help it. I just want a normal directory full of normal files that will reliably be there so I can run them on...
View ArticleRaspberry Pi OS • Re: Power button for RPi4
I have a 3rd party 5V 3A power supply that incorporates a switch in the USB power cable. This one: https://holgadget.com/products/for-rasp ... ype-c-plug.Statistics: Posted by NickJP — Tue Mar 19,...
View ArticleGraphics programming • Pi5 CSI + H264 Compositing Advice
Looking for some advice or guidance as I dive into doing some compositing with the Pi 5 and trying to figure out what the current graphics APIs are now. I poked at OpenMAX and dispmanx years ago but...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi 5 Waveshare DSI 4.3 inch...
Hi, I tried, but result is same. Display is black. I see the display in screen configuration as active.What is the specific make and model of monitor you are using?And enter uname -a to view your...
View ArticleSDK • VSCode-Windows-Pico-SDK-pico_w build
Hi, I started using the Pico last year to learn embedded C programming and to become a better code writer. I took a step back and decided to learn C++ through various courses. I am revisiting the...
View ArticlePython • Re: Unable to inherit system packages
Sorry for not replying after a long time. I tried to install another python version (3.9.11) using pyenv and repeated the same steps but still no packages are being used in the virtual environment....
View Article