SDK • Re: How can I configured SPI 1 DMA on my PICO RP2040?
I have some IMU setup, but tried this one with Bosch BMI160. I'm normally reading using only blocking functions, so ex. to read X, Y and Z I'll write_read 7 bytes (first byte of MISO buffer will be...
View ArticleTroubleshooting • Re: Boot failure on new RPi 3B+ R9 Rev 1.4 using Stretch OS...
Does anyone know what could be causing the issue?You're running an OS that's too old for the hardware. Use Bookworm (V12) from 2023 which is three versions ahead of Stretch (V9) from 2017.Thanks for...
View ArticleTroubleshooting • Re: Raspberry Pi Hardware Repairs
Just checked it again and with the USB C plugged into the power input in the Pi, I can get 5v from both 5v GPIO pins.Statistics: Posted by JonnyAlpha — Wed Jul 31, 2024 3:54 pm
View ArticleCamera board • Re: best camera for microscope
I'm using https://www.mouser.de/ProductDetail/See ... gIW4vD_BwE for PCB assembly/inspection.Hello,I'm getting ready to build a new Pi based microscope for electronic PCB inspection and rework.My main...
View ArticleOfficial Display • No HDMI signal after connecting the official display via DSI
Greetings all.I encountered the following issue: after that I connected the official touchscreen via DSI cable on my raspberry 3B now I'm no longer getting output on HDMI. I have verified this problem...
View ArticleGeneral • Re: RP2040 Custom Board. SWD Access, does not run code
Solved it! Now it starts the code as it should.If anyone else runs in to the same problem. I solved it by changing the crystal and caps. Took a crystal from a pico w laying around and changed the caps...
View ArticleRaspberry Pi Connect • using x-www-browser for signin
Connect devs: If I do "rpi-connect signin" from a command line while in a graphical session, you not only post the following message, you also start a browser to go there: Complete sign in by visiting...
View ArticleGeneral discussion • Communicating between 2 RPI's
Have a question on communicating between 2-3 RPis. Trying to build a remote Web Cam where one or two pi zeros are taking the pics every 30 mins (only pics, no streaming due to 4G bandwidth and cost)....
View ArticleTroubleshooting • Re: RPI 5 issues with USB working at startup
If it is a noise issue wouldn't it cut out periodically? Because once I get it to work it stays working until I restart the pi.But I will try to get a USB extension and give that a try.Statistics:...
View ArticleGraphics, sound and multimedia • Re: RPi 5 - omxplayer
Very well written, hippy. Brings much needed balance to the thread.BTW, I've recently made the bold move of upgrading some (by no means, all) of my Pi systems from Jessie to Buster.Still have a few on...
View ArticleTroubleshooting • Raspberry 5 shutdown issues
Hello, I have a raspberry pi5 that I am using a nvme base board on and I am having issues where the PI will just shut off on its own when doing compiling jobs. I suspect its the power sensor getting...
View ArticleCompute Module • Re: i2c0 and ID_SC ID_SD
# Automatically load overlays for detected DSI displaysdisplay_auto_detect=1how it to detect DSI displays ? Is it through I2C , or dsiCompute Modules don't support auto detection as there are too many...
View ArticleDevice Tree • CM4 failed to enable uart3 + 485 mode
Hello,I'm trying to enable the uart3 (on gpio 4,5,6) with 485 mode and RTS line on gpio 7. I've sucessful did it on kernel 5.10 but when updated to 6.6, it no longer works (it compiles without errors,...
View ArticleBeginners • Re: What currently is the best remote desktop software for the pi ?
If you install the full connect version, then switch to labwc in raspi-config on e.g. a Pi3, then it works fine connect desktop. viewtopic.php?t=374472This works from a new install.Or you may need to...
View ArticleTroubleshooting • Re: Raspberry pi 5 Constant Red Light not booting
Looks like your pi has a bad power supply detection sensor or something else with that hardware. IMOO the power supply stuff in the pi5 is kinda rubbish.. I don't really see why it was necessary to...
View ArticleGeneral • Re: BBC BASIC on the Raspberry Pi Pico?
Sorry for the newbie question, but I only just discovered this and I'm hoping to try it on my Pimoroni Tufty Badge.Just as a quick question: How difficult would it be to change the VGA output to use...
View ArticleTroubleshooting • Re: I can't make the PiHut Wifi USB adapter work
Check if the adapter works in another system (PC, TV set etc.)My Pi2 is running Bookworm 32-bit LITE with a Pi-Hut WiFi adapter (Ralink) and is fine.dmesg Code: [ 17.771631] ieee80211 phy0:...
View ArticleDevice Tree • Re: CM4 failed to enable uart3 + 485 mode
What are you trying to achieve with fragment 2? If fragment 1 is ever enabled (I see that it is currently dormant) then it will clash with fragment 2 for GPIO 7. If the two are meant to be...
View ArticleAdvanced users • PCM_FS & PCM_CLK functions
Hello all.I apologise if people think this subject is already covered, but I am either not understanding the solutions proposed or the solution is not what I think is possible according to the BC28XX...
View ArticleTroubleshooting • Re: Is there a way to use RPi._GPIO in docker without...
See if this old post of mine helps with anything.viewtopic.php?t=361857#p2171189Please note that that post, the following:docker run --device=/dev/gpiomem:/dev/gpiomem:/dev/gpiomem:/dev/gpiomem Should...
View Article