General discussion • Re: How can i connect metal detector coil to rasberry pi?
Hello all, currently working on a mine clearance project with my team and looking for options on how to connect a metal detector coil to the rasberry pi to read its signals. I understand that you need...
View ArticleGeneral discussion • Re: Do people screw their RPi5 into the official case?
First time Pi owner here. I bought the 5 with heat sync and official case.I noticed the case at the bottom has holes that lined up with the mounting holes on the Pi.I assumed the completionist thing...
View ArticleGeneral discussion • Re: Using raspberry pi in industry
When placing a Raspberry Pi in an industrial environment, is there any way to prevent interference and facilitate effective heat dissipation?Yes.Statistics: Posted by W. H. Heydt — Wed Jan 10, 2024...
View ArticleOff topic discussion • Re: Getting the text out of "Textra" word...
Here's better code for B (simple printing version). Better handling of the headers. A few tabs in lieu of true centering. Code: #!/usr/bin/awk -f# program to strip formatting from a LotusWorks...
View ArticleBeginners • Re: weather-tool displaying this info. (re-installation)
Thank you for asking clarifications.os=11=bullseyepi=4bde=LXPanel 0.10.1i found it finallyStatistics: Posted by Guylain — Thu Jan 11, 2024 2:19 am
View ArticleTroubleshooting • Re: search tool not working in "file-manager"
even caps or not, does not generate result; how come it generates no result in any form at all?Statistics: Posted by Guylain — Thu Jan 11, 2024 2:21 am
View ArticleTroubleshooting • Re: mouse slow and lagging
mouse is wiredI retrograded from bookworm to bullseye and no more problemI did not like bookworm on my 4B so farStatistics: Posted by Guylain — Thu Jan 11, 2024 2:22 am
View ArticleBeginners • Re: screensaver does not start on RPi4 64-bit bookworm
I retrograded from bookworm to bullseye and no more problemI did not like bookworm on my 4B so farStatistics: Posted by Guylain — Thu Jan 11, 2024 2:23 am
View ArticleBeginners • Re: RPi 3 with Camera module ov5647
camera_auto_detect=0Why have you disabled the camera auto-detection?Some third-party cameras (such as Arducam) requires that you turn off auto-detection.OP, you might want to check...
View ArticleSDK • Re: watchdog_reboot() into application in flash
Have a look at this, it may or may not help:viewtopic.php?p=2156652&hilit=jmswu#p2156652Statistics: Posted by jmswu — Thu Jan 11, 2024 2:42 am
View ArticleBeginners • Re: Ethernet Wiznet W5500 with Raspberry Pi Pico
Did you even?https://docs.wiznet.io/Product/iEtherne ... 0-evb-picoMight want to check yourself there: there have been all sorts of problems reported in the discussions by people trying to use...
View ArticleAdvanced users • Boot Bullseye, Buster, or Stretch on a Raspberry Pi 5 : Made...
The attached rpi5-boot script will update Bullseye, Buster, or Stretch to boot on a Raspberry Pi 5.First, MAKE A BACKUP of the device you wish to update.Next, perform the update:Code: sudo rpi5-boot...
View ArticleAdvanced users • Re: "Device-tree file "bcm2712-rpi-5-b.dtb"...
I'm trying to migrate a Raspi 3b+ (running on SD-card) to a Raspi 5 (running from USB-SSD).I have created a backup on my Raspi 3b+ using `image-backup`. I've dd'ed that image to the usb ssd, then...
View ArticleBeginners • Re: VNC issues - No tray icon
Thanks for the reply. F8 does indeed bring up a menu but it is the same on you get "PC side", if that make sense. Will I need to use a different viewer in that case? I currently use VNC Connect from...
View ArticleBeginners • about the problems after changed the config on Raspberry Pi CM4
Hi I am testing with a CM4 and CM4 IO board.I want the messages to appear in the PC's console window from the moment CM4 is powered on until the initial boot is complete. Also, I want to interact with...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
The code posted above is slightly different than what's on GithubYes, the Github version is multithreaded which doesn't work on the 32 bit OS running the Pi 0 (doesn't support 64 bit atomics). This is...
View ArticleTroubleshooting • Re: When remote viewing, web browsers incomprehensible
Please don't double post. You already asked about this here : viewtopic.php?p=2179016#p2179016Statistics: Posted by memjr — Fri Jan 12, 2024 2:03 am
View ArticleTroubleshooting • Re: Web browser looks messed up when viewing it through an...
I'm not sure what you mean by a "tunnel" I set up my windows 10 pc to enable SSH and I am using "Remote Desktop Connection" to view my PiStatistics: Posted by nunyabiznass — Fri Jan 12, 2024 2:05 am
View ArticleBeginners • Mopidy stream to static URL / Apps for stream only Internet radio
I have an Internet radio which only supports live streams. I'd like to be able to access podcasts / apps . I'm thinking sometime like Mopidy where I can use my andoird phone to control the apps /...
View ArticleGeneral discussion • Getting newest video from YouTube?
Once I have a URL, I can use youtube-dl... I'm trying to download the latest news video, which is on the top video of a Facebook 'home' and 'video' page. I don't see the URL with curl, I gather it's...
View Article