Beginners • Re: Installing Raspberry Pi 5 imager on my new Sandisk SD Card
I just tried Network install on this Raspberry PI 5 . It seemed to work fine and is pretty fast to do.can you explain how you did the network install please?i cant get desktop to work nor remote into...
View ArticleBeginners • Re: Rpi 5 disk space with octoprint
If you can log in to your Octoprint Pi and use df -h you can see what is what. Not least that your image has been expanded to fill the card.This discussion concludes with log files being the culprit,...
View ArticleCamera board • Re: L9910s for stepper driving focus and zoom lens
You could add a regulator to get 4V. Or you could use 5V and not care.You'll also need two driver chips for one stepper.I bought the 4 chip...
View ArticleGeneral discussion • Client-VPN. Can Raspberry support it?[Vless+XRay-Reality]
I am interested in the technologies that are indicated in square brackets. The NekoBox client can do this on the debian desktop, but this is not our option. This is an extremely relevant thing today...
View ArticleTroubleshooting • Re: Using systemd and xinit to run feh on startup
I solved the problem by running feh from autostartWhile that will work, it is a security issue. Do you trust everyone who will have physical access to the Pi in its final location?It needs automatic...
View ArticleMicroPython • 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 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 ArticleMedia centres • Re: Peppy player
Let's say you are on a player screen with station image which has a small star icon in the top right corner. To see the playlist you need to click on the 'genre' button (the button under the right...
View ArticleAutomation, sensing and robotics • Re: Writing kernel code for controlling...
Reinventing the wheel might be fun but not my piece of cake.Look into hwmon drivers - https://github.com/raspberrypi/linux/bl ... /pwm-fan.cStatistics: Posted by aBUGSworstnightmare — Mon Mar 18, 2024...
View ArticleGeneral discussion • Re: Can I create a security risk with my Pi?
I think you remember that with some determination you can create a security risk with any item of electronics all the way down to a piece of wire. I really shouldn’t say more...Statistics: Posted by...
View ArticleTroubleshooting • RPI5 with X11 GUI stopped working after update
Hi,I'm running Raspberry Pi OS (64-bit) - Raspberry Pi OS with desktop Release date: March 12th 2024 on my Raspberry PI 5 8 GB. I used raspi-config to switch to X11. After installing the latest...
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