General • Re: Noise and transients when using VSYS
I am really stoked ! )Thanks ghp for pointing me in the right direction - GND.It was so unlikely in my mind.... that I really did not investigate this or test this until your post.So before delving...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MIPI CSI2 TX IP and RP1_CFE compability
I can't comment on what Xilinx might get up to.The link frequency control (V4L2_CID_LINK_FREQ) gives the frequency of the clock lane in MHz. CSI2 is DDR (Double Data Rate) so clocks a bit of data on...
View ArticleCamera board • Re: Bee Monitoring Setup Advice Needed!
That looks good.Let us see if OP comes back.Statistics: Posted by neilgl — Thu Mar 07, 2024 3:06 pm
View ArticleGeneral discussion • Re: Deactivate button for rpi 5
Thanks. Lets say aammmm i bird showed up and psuh the button or earthquake happened or something else happened and system shutted down. Is there anything usefull for me? Like what can do for dont let...
View ArticleTroubleshooting • Re: Raspberry Pi 5 doesn't detect camera modules
As someone who assembles Raspberry Pi cameras for work and will admit to being somewhat forgetful, there's always the classic "did you put the camera cable in the right way up?" issue. Blue tab...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Use MIPI image sensor with RPI CM4
Looking at your schematic, but without any datasheet for the module, there are a couple of slightly odd looking items.VDDIF would normally be the GPIO voltage for the digital interfaces, and appears...
View ArticleBeginners • Re: Suddenly the old raspberry pi needs cooling
Thanks for sharing your experience. Sometimes such peculiar things happen and we just can't understand what to do.Statistics: Posted by embeddedbarsha — Thu Mar 07, 2024 3:26 pm
View ArticleCamera board • Re: Pan/tilt dual GS camera holder
Planned was to use soldering iron to add threaded inserts left and right, and then 3Dprint the outer holder.Just as a quick test I mounted on a tripod, and that was stable.So this solution is good...
View ArticleCompute Module • Re: Kernel Panic on exec switch_root
I get an error Code: getty: can't open '/dev/null': No such file or directoryThat's probably because you are not mounting /dev in the simplified init script?Looking at an initramfs init script I've...
View ArticleTroubleshooting • Re: X11 on Bookworm - Updater Clock Synchronisation Error
But did the reboot sort the issue or did the change back to Wayland?Would have been interested to see what the command line apt program reported.TBH - not found of GUIs on any machine at the mo (inc...
View ArticleGeneral discussion • Re: What dsi displays would you recommend?
Did you try this display? https://www.adafruit.com/product/2718Statistics: Posted by embeddedbarsha — Fri Mar 08, 2024 3:17 pm
View ArticleTroubleshooting • Re: Constant blinking of green ACT light RPI4 b (not...
Please check if any component of your Raspberry Pi is getting extremely hot.Statistics: Posted by embeddedbarsha — Fri Mar 08, 2024 3:19 pm
View ArticleGaming • Need some guidance on retropie on raspberrypi OS.
RP 5, bookworm.I have installed Retropie. Unfortunately im getting the "lvl0: Error initializing SDL! Error" when trying to launch emulationstation.I saw a work around was to open a virtual machine....
View ArticleTroubleshooting • Re: Unable to SSH or Ping the Raspberry PI
A few thoughts:Ubuntu did not come with ssh installed the last time I was using it (admittedly on Intel and not Pi) - they still issue instructions on how to install it -...
View ArticleAutomation, sensing and robotics • Re: Camera controlled dc motors
DC motors usually need more current than the GPIO can provide. Look for a controller board. Some examples here https://www.pololu.com/category/11/brus ... or-driversStatistics: Posted by ghp — Fri Mar...
View ArticleTroubleshooting • Re: RPi3B+ isnt booting
Update: Ok so I have tried 4 different sd cards(8g 16g 2g 32g) with raspi os lite both 32x and 64x osmc and retro pie and still no luckI suspect at least one of the sdcards is bad. You didn't respond...
View ArticleTroubleshooting • Re: Power button behaviour has changed...
Is the PI working otherwise well?Statistics: Posted by embeddedbarsha — Fri Mar 08, 2024 3:32 pm
View ArticleScratch • Re: Unable to Open a Scratch Project
Thank you! All the best.Statistics: Posted by PinkPearls — Fri Mar 08, 2024 3:33 pm
View ArticleRaspberry Pi OS • Re: RealVNC Cloud Connection
IIRC when you switch from Wayland to X11 you have to either install realVNC server or set it up to run again...I've no Pi with a desktop handy today that I can re-image and I've "lost" my notes Be...
View ArticleAdvanced users • Re: Pi5 - PWM on GPIO 18
@gadgetoid Strict mode, which prevents a pin for being claimed for GPIO and an alternate function at the same time, requires two things to enable it: a flag in the pinctrl controller driver, and a...
View Article