Beginners • Re: RPI5 Disable Auto Power On
I am too interested in this. I usually keep my Pi plugged into a switched outlet, and do not want it to boot unless I push the power button.Statistics: Posted by SilverGreen93 — Sat Mar 02, 2024 1:57 pm
View ArticleFrançais • Re: Arduino-create-agent et Arduino Web Editor
Bonjour, Pour ma part, il me semble que le forum Arduino serait plus adapté à ce genre de question. A+Statistics: Posted by jelopo — Sat Mar 02, 2024 2:05 pm
View ArticleFrançais • Re: gpio c++
la vitesse est de 1 a 2 secondes de retard!je mettais as jour mon programme , (je mettais les conditions pour nettoyer le filtre d'aspiration )et pas de souci j'ai bien compris l'intérêt d'avoir le...
View ArticleGeneral discussion • Re: Backup of another PC on Rasperry Pi?
Hi ll,my question, from newbie, is: from my PC, can i transfert last 2-3 backups to Rasperry Pi and save Gigabyte of memory?Thanks.Yes, you can copy files from a PC to a Raspberry PI as long as there...
View ArticleGeneral • Re: Noise and transients when using VSYS
It should be:Code: cyw43_arch_gpio_put(1, 1);to put SMPS mode pin to high. This pin is connected to CYW43439 GPIO, so it would be similar to blink on Pico W. If you power it from USB and it is better,...
View ArticleBeginners • Re: Unable to turn in Raspberry Pi
Sorry you are having problems. More information is needed Which RPI are you using?Did you use the official PI Imager to load the SD card?Why haven't you connected a keyboard?Statistics: Posted by...
View ArticleGeneral discussion • Re: venv is not activating by .sh file
Are you activating your VENV? https://gist.github.com/nmpowell/d44482 ... 2ee4f591cfStatistics: Posted by DS256 — Sat Mar 02, 2024 2:24 pm
View ArticleTroubleshooting • Modules failing to install (Pillow / Lobe)
Hello. I have a Pi 4, running headless, and trying to install the Lobe python module for a project. However, when I tried to install Lobe with pipx, it said I needed Pillow installed. When I checked...
View ArticleTroubleshooting • Re: Raspberry Pi5 boot error
i dont think the network installer is avail for the PI5 yet.https://www.raspberrypi.com/documentati ... he-networktry writing the PI-OS to an SD card, using PI-imager.then set a video resolution as...
View ArticleTroubleshooting • Re: Rotate touchscreen 90 degrees - does not rotate matrix
What about using XWAYLAND0 as output?You made someone happier today Many thanks for your help Statistics: Posted by FrankShopimat — Sun Mar 03, 2024 1:45 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPI 5 GPIO serious timing issues
Add pcie_aspm=off to /boot/firmware/cmdline.txt and see if that fixes it.Yup, that fixes it.If it does, then you should adapt your program to spawn a separate thread that just reads the state of the...
View ArticlePython • Re: How do I fix this Python code?
Oh, okay but would I change the code at all to make it work for a button?Statistics: Posted by Henrik Gill — Sun Mar 03, 2024 1:53 pm
View ArticleTroubleshooting • Trying to setting up Open-CV for Object Detection on a...
I try to follow these instructions but I am stuck at those first steps. After I enter: sudo apt-get install libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev, I receive the following error messages:...
View ArticleCamera board • Re: Pi camera on bookworm and bullseye
Thanks for the hint!Somewhere in thread you linked I found the instruction to enable the legacy camera stack via raspi-config on bullseye. I didn't find this option on bookworm.After enabling it,...
View ArticleTroubleshooting • Re: [SOLVED] dmesg : "raspberrypi-firmware...
Well. As it happens (as it was supposed to happen), few minutes after I marked this as closed, the error re-appeared after ~5 days. Truth being told, the GPU at that time was heavily hammered with...
View ArticleRaspberry Pi OS • Re: Raspberry Pi updates
In the spirit of education that spawned the Pi in the first place; maybe there should be a special thread on here where the "old timers" can share amusing anecdotes of their past mistakes...as a...
View ArticleGeneral discussion • RPI Button Code
I am buying a button to attach to my RPI and I want it to run 1 python script when button is held down and 1 python script when button is let go. What should I do?Statistics: Posted by Henrik Gill —...
View ArticleCamera board • Camera is not able to click the images
I am currently running the python script on Raspberry Pi 4 Model B Rev 1.2 and i have enabled the camera legacy in raspi configurationand the python script is:from time import sleepfrom datetime...
View ArticleGeneral discussion • Re: Raspberry Pi 4 model B issues
Have you tried following the not booting sticky?Statistics: Posted by wildfire — Sun Mar 03, 2024 2:24 pm
View ArticleGeneral discussion • Re: RPI Button Code
I am buying a button to attach to my RPI and I want it to run 1 python script when button is held down and 1 python script when button is let go. What should I do?You should certainly search before...
View Article