Compute Module • Re: CM4 with USB 3.0 4 ports by VL805
- can rpi foundation supply the binary?It is Raspberry Pi Ltd not the foundation. They only have the firmware used in the Pi 4 which has two of the USB 3.0 ports disabled. There are generic firmware...
View ArticleBeginners • dotenv
good afternoon guys. ive been getting an import error " cannot import name 'load_dotenv' from 'dotenv'. ive uninstalled and installed dotenv but that doesn't seem to work any ideasStatistics: Posted...
View ArticleTroubleshooting • Re: Not booting Raspberry pi 4
Hi,I've no diagnostic display.I've tried to restore eeprom with raspberry pi imager, but it's seems not working.I use first rpiboot to detect my raspberry on my windows computer like a hard driveWhen...
View ArticlePython • Re: Raspberry Pi 5 - gpiod vs RPi.GPIO
I was surprised and little perturbed that none of the code I'd had working on the 4 will work on the 5.Not only that, but this GPIOD package's functions have completely unrelated syntax. It's a whole...
View ArticleJava • Re: Problems with Raspberry Pi OS Release 5.1 - December 2023
Forgot to mention that all testing done on a single Raspberry Pi 4BStatistics: Posted by nyholku — Sun Jan 21, 2024 7:21 pm
View ArticleCamera board • Re: Image capture never completes, never errors...
Same behavior.If you don't mind taking a look, here is the code: https://github.com/eat-sleep-code/camera.timelapse The main code is in camera.timelapse.pyThis is code that I originally had working...
View ArticleBeginners • Re: Connect SATA HDD on Raspberry pi 5
Ok, i think i've figured it out, i hadn't seen but the adapter is not compatible with HDD 3.5, it is only on 2.5So did you provide the wrong link in your OP.?The one you included is to a 2.5"...
View ArticleTroubleshooting • Re: RPI-Clone & Bookworm
You detected the PARTUUID in cmdline.txt wasn't updated. That's exactly the issue of the original rpi-clone: /boot/cmdline.txt was updated but not /boot/firmware/cmdline,txt. Did you check in...
View ArticleBeginners • Re: 3B+ Dual Monitor setup changes Touch Calibration
Oops! My apology... forgot to state Buster.Last month I tried Bookworm but there were timing issues with my application which works fine with Buster.Tried Bullseye and same issues. Something to...
View ArticleGeneral • Re: Static IP on Raspberry Pico
a) Raspberry Pico does not inform router of the use of static IP (set by ifconfig) There's no means for it to do so. The very definition of a static IP is that it is one configured manually into the...
View ArticleGeneral discussion • Re: Autostart with Chromium in Kiosk mode don't start
If you are using latest Raspbian that no longer works. 1. To start something automatically add an autostart entry to wayfire.ininano /home/$USER/.config/wayfire.iniadd in[autostart]runme =...
View ArticleAdvanced users • Re: Pi 5 StartUp/PowerOff from external signal (arcade cab)
Did you see the section "Adding your own power button" in the official documentation: https://www.raspberrypi.com/documentati ... k-on-againYes and there is a problem for me here. This optional power...
View ArticleSDK • Re: Any downsides to using RPi 5 for install of SDK?
I had been experimenting with GPIO 24 earlier, and had an entry in my '/boot/config.txt' fileMake sure you have edited the correct file. On Bookworm the file is /boot/firmware/config.txt. The old...
View ArticleFrançais • Re: gpio c++
c'est bon tous fonctionne ! ,je sais pas ou metre votre bout de code ?j'ai essayer pas mal de chose mais rien a faire desole je suis un peu idiot la ! Statistics: Posted by ludoraspberry — Mon Jan 22,...
View ArticleBeginners • Re: How can I boot my new Pi 5 to autorun EmulationStation on...
Thanks for the info Gavin. It's definitely a learning process. I just don't seem to be getting anywhere and don't understand much.Hoping there's an expert out there trying to accomplish the same thing...
View ArticleBeginners • Re: Startup problem
It hasn't, booting from usb is only a workaround, the underlying problem still exists. However if you're happy with it then enjoy your Pi.Statistics: Posted by wildfire — Mon Jan 22, 2024 7:19 pm
View ArticleMicroPython • Re: (first project) stupidest code not working (webserver + servo)
Although 'asyncio' looks difficult at first glance, I'd propose you write your solution using asyncio.The 'sweep' routine for your servo needs some time (too much time in terms of a web request) and...
View ArticleGeneral discussion • Re: RPi 5 ambient temperature range (below freezing?)
+1Depending on the planned duty cycle and the environment you are running in you may have issues with increased thermal cycles and condensation. I would be most concerned about condensation. A...
View ArticleGeneral discussion • Re: Pi 5 + NVME Case?
Hello,Does this case come with the NVM base as well?https://argon40.com/products/argon-one-v3-m-2-nvme-caseIf not, I'm planning to use my 1TB 2280 NMVe drive which is the biggest ones. Which base...
View ArticleBeginners • Re: Using public, private key pairs for more than 1 raspberry pi
yeah I tried to copy the id_rsa.pub public key over to another Raspberry pi, with the following resultscp $env:USERPROFILE/.ssh/id_rsa.pub...
View Article