SDK • Re: Typo in 'picotool'
use this to contact the pictool makers.https://www.raspberrypi.com/contact/ There is little that forum members can do about this.Statistics: Posted by mahjongg — Sat Aug 24, 2024 8:26 pm
View ArticleGeneral • vscode pico plugin & debug....
Hi All,I'm trying out the pi pico vscode plugin. I have it compiling my code and am trying to launch a debug session, however gdb-multiarch can't be found.Now the resson for this IIRC, is that on SuSE...
View ArticleTroubleshooting • Re: cant use a 2 TB SD ?
Imager has written a 80 MB "bootfs" and a 5 GB "rootfs"That does not sound correct. IIRC recent versions of RPi OS have about 250Mbyte size FAT partition for boot.Statistics: Posted by drgeoff — Sat...
View ArticleRaspberry Pi Connect • Re: unable to instal rpi-connect
Hello, I am having a similar issue. I installed the updated raspbian version of bookworm, and when I launch sudo apt install rpi-connect I get the same error. My os-release looks like this...
View ArticleTroubleshooting • Problems with setting up Access point
Hello, everyone I am setting up my pi 4 to run a jellyfin server and as part of this I have set up an access point so even without internet connection I can get access to my media.I have two...
View ArticleAdvanced users • 24/7 repeat hardware failure
I have a YSF Digital voice gateway running and it originally started life on a pi3 of dubious history, this eventually died to be put on a newer pi3 and it met it's end when wall wart died.Thinking I...
View ArticleGeneral • Re: Problems with "host_cdc_msc_hid" example
To me this is the most frustrating thing about the Pico's build environment. You seem to require a Priest on hand when you expand upon your projects. Granted I've only been using C/C++ for a quarter...
View ArticleAdvanced users • unable to open video device
I succeed to activate motion by raspberry pi 5 and I used the camera with 'ov5647'.{motion.service - Motion detection video capture daemonLoaded: loaded (/lib/systemd/system/motion.service; enabled;...
View ArticleAutomation, sensing and robotics • Re: Automatic Bat detector.
Kevin,I am, like Gordon, still waiting for the "We've posted your bat detector thingy" email so don't have any files to play with yet. Assume they are either buried by too many orders or waiting until...
View ArticleTroubleshooting • Re: Black screen
Hello. I have a raspberry pi 4 using Dakboard. After a few hours the monitor screen will turn black. The monitor is turned on however it appears it is not getting a signal. If I unplug and plug the pi...
View ArticleHATs and other add-ons • Re: Relay Induced Noise
Is your flyback diode in-line with the solenoid (as you describe), or across the coil (as it should be)?Statistics: Posted by ame — Sun Aug 25, 2024 9:45 pm
View ArticleBeginners • sudo apt update not working
I use Raspberry Pi as my main desktop for everyday web browsing, spreadsheets, etc. Past three years I've used my Pi 4 (8GB) and recently purchased a Pi 5 (8GB). On my Pi 4 I spent a lot of time...
View ArticleAutomation, sensing and robotics • Re: Would SQLite works well with Grafana
I would go with PostgreSQL because I am familiar with it.That is a valid reason. Many thanksStatistics: Posted by David16962 — Sun Aug 25, 2024 10:06 pm
View ArticleBeginners • Re: Upgrading to PI 5.
Maybe install Bookworm on a new/spare microSD card so you can go back if you want.That's what I was thinking of doing. If I get a USB to micro SD adaptor and a 16 GB SD card I can use my Desktop PC to...
View ArticleBeginners • Re: sudo apt update not working
I don't know what that file is doing there. It's not standard. But it certainly shouldn't have any quote marks (‘) around it.It should be like thisCode: deb https://deb.volian.org/volian/ raspbian...
View ArticleJava • Re: How do I install Java JDK 21
Add the repo then update, install the version you need.https://adoptium.net/installation/linux ... _or_ubuntuOr you can download the version you want from https://packages.adoptium.net/ui/native ......
View ArticleRaspberry Pi OS • Re: install custom kernel RPi5, cross compile using RPi5
Building the Raspberry Pi OS Kernel : Made EasyStatistics: Posted by RonR — Sun Aug 25, 2024 10:58 pm
View ArticleC/C++ • Re: CMake and arch-specific compiler options
It's for the main reason (mucking up the host) that I avoid cross-compiles like the plague. Much easier to farm off the compilation to specific boxes. There's another good reason: maintenance of the...
View ArticleTroubleshooting • I2C address conflict with concurrent calls on separate buses
Hi there,We have an issue when making calls on i2c5 (pin 10,11 - ALT5) and i2c10/0 at the same time, where the signals seem to be getting crossed. If we poll i2c5 for open addresses at the same time...
View ArticleMicroPython • Internal temperature sensor not accessible on Pico 2?
I'm just playing around and tried to read the internal temperature sensor ("core temp"), but I can't get it to work (in serial console).When I try setting it up I get an error saying that the pin...
View Article