General discussion • Re: Ideas to permanently connect RPi camera to Pi zero w
I used hot melt glue on mine:Statistics: Posted by neilgl — Tue Dec 24, 2024 3:03 pm
View ArticleTroubleshooting • Re: Pi Zero 2 Wand lite os cant change wifi
If you are running Bookwrom version of Raspberry Pi OS, it now uses Network Manager (nmcli or nmtui) and not wpa_supplicant.Statistics: Posted by neilgl — Tue Dec 24, 2024 3:05 pm
View ArticleTroubleshooting • FAT error on official starter kit
i bought the official raspberry PI 5 starter kit from the raspberry pi site recently and when i inserted the micro sd ( text is facing away from board and it is slotted in correctly ) and it is giving...
View ArticleCamera board • how the SingleExposure HDR mode works for HQ
I am trying to better understand how the different exposure modes work with HQ camera (imx477) on Pi5. From the docs and posts here, I compiled the following understanding, and it would be great if...
View ArticleTroubleshooting • Re: Arducam Camera Module 3 failing to connect to RPI5
Sounds like you have the cable reversed on the pi5 side. The blue strip of stiffener plastic should always face the movable latch part of the CSI/DSI connector, at both camera and pi end. On the pi5...
View ArticleBeginners • Re: Raspberry Pi model suggestion
Hi and thanks for the response.I did get a Raspberry Pi 4B 4GB.Next thing is finding 3D visualization code!Thanks,Joe BStatistics: Posted by joebataz — Wed Dec 25, 2024 1:14 pm
View ArticleRaspberry Pi 400 and 500 • USB HDMI capture card Camera not found in Chromium...
Pi500 under the Xmas tree is awesome! Feels snappier then my Lenovo Duet 5 One annoying thing though: USB HDMI capture card works under VLC /dev/video0 but Chromium does not find it. Tried with...
View ArticleTroubleshooting • HP27 does not work properly with rpi400
Hi I have a problem with my pi400 setup I have two monitors and one works fine but the other one flickers a lot when using. So I cant use that monitor I have tried the ports but I think its a software...
View ArticleGeneral discussion • Re: Power supply - alternative needed to plug type
Why not use an enclosed power supply. Wire it however you need. I tend to wire to 2x 5V and 2x GND pins on the Pi.https://www.digikey.co.uk/en/products/d ... OqL0&gQT=1That’s actually a good...
View ArticleMicroPython • Re: Cannot get 2nd LED to activate
Could you post a photo of your wiring?Also, when posting code here (especially Python code where correct spacing is essential), use the Code button (</>) to put it in a code block like...
View ArticleCompute Module • Re: CM5 in Dev Kit can not boot from SD card ?
True or False ? CM5 in Dev Kit can not boot (2024-11-19-raspios-bookworm-arm64-full.img.xz) from SD card.Another vote for TRUE.Which will be no surprise, since it was what I said in reply to your...
View ArticleTroubleshooting • Re: Broadcast issue with an RPI accesspoint install
Actually it is a Pi1. I do have a couple of Pi4's to experiment upon but these would be an overkill for the application I have in mind.How are you adding wireless LAN capability to your RPi 1 Model...
View ArticlePython • Re: Script lines to run only between certain times of day
Functional approach without third-party requirements. Just the stdlib.By the way, Python has also the module sched, but the implementation and API aren't the best.Added unnecessary TypeHints, but it...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
We'll stop after we release a product and the launch post attracts zero whiny comments in a week.So....never. Amazing how people get so upset because a brilliant new product doesn't have some niggling...
View ArticleTroubleshooting • Re: FAT error on official starter kit
what i'd do:1) update the bootloaderhttps://www.raspberrypi.com/documentati ... ate_stableNOTE: it overwrites the SD card with the bootloader... use a spare card or be prepared to reload the card with...
View ArticleCamera board • Re: Can't Connect 5MP OV5647 Camera to Raspberry Pi 4B
viewtopic.php?t=362707Is it a pi official camera ?What have you modified in config.txt ?Can you show the connections ?Statistics: Posted by gordon77 — Thu Dec 26, 2024 2:25 pm
View ArticleFrançais • Re: Raspberry Pi 5 ne boot pas
J’ai tenté de réinitialiser les paramètres par défaut via EEPROM, mais après quelques secondes, rien ne se passe.Donc le PI5 fonctionne si tu ne branches pas le mvme?As-tu fait une mise à jour the...
View ArticleDevice Tree • Re: Using a i2s microphone array
I have a working device tree overlay in this thread: viewtopic.php?p=2250311#p2250311Statistics: Posted by cdsteinkuehler — Thu Dec 26, 2024 2:30 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: GPIO pins and volts question
sounds like this is way above your head...Your drive needs two different voltages: 5V (0.9A max current) and 12V (1.4A max current). If yoi need details/explaination on what each voltage is used for...
View ArticleBeginners • Re: How can i control 100 solenoids from a single Raspberry Pi
I wouldn't include the LED indicator. The MOSFET modules have an LED on the output side.OK - I have removedI'd also tidy up the wiring on the MOSFET module output. It's not clear from the drawing.It...
View Article