Beginners • Re: NVME PCIe gen 4 compatible
hello, thank you for your reply. No I did not change anything in my boot order. I only installed PINN on a USB Drive to get the OSes installed on the NVME SSD, but once the installation was completed,...
View ArticleGeneral • Re: RP2* engineering modules?
@bgolab, that type of thing is what concerned me. Additionally, I am using Arduino to program my RP2040s and I noticed that the WIO modules are not supported by the Pico Arduino core. It makes me a...
View ArticleTroubleshooting • Re: System not seeing M2 HAT and/or 256 card
Pulling my hair out at this. Raspberry Pi 5, running latest bookworm update. Raspberry pi approved power supply for Pi5. Active cooler fitted.Followed official documentation for fitting official M2...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 I2C Clarification
You said enabling muxing on I20 while assigning GPIO44/45 to I2C1 should lead to an error and problems. Because I didn't know better until now, I did exactly that in my current setup. I am using two...
View ArticleRaspberry Pi OS • Re: install a virtual keyboard in raspbian
Check thanksStatistics: Posted by asgarot24 — Thu Nov 21, 2024 11:31 am
View ArticleCamera board • Re: Setting WB with a grey card
Hi, yes, I used to be an amateur photographer. And I have a colorchecker passport, but the combination of lights is too complex because it depends if the day is sunny, cloudy or night, if the...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Temperature Troubleshooting
Runs in headless mode. I've had a look through dmesg, but cant see anything related. Incidentally, its just come back with a CPU temp of 56 degrees (CPU 27%, RAM 28%)56 is nothing so I suspect this is...
View ArticleAutomation, sensing and robotics • Re: How to get reading from LDR Matrix
To read an array of analogue devices use analogue multiplexers to connect the row and column of each device in turn to an ADC.You could use one transistor to switch a reference voltage to the rows (or...
View ArticleBeginners • Re: Which document editing tool is better?
Guys, not another editor war please. Everyone has their own opinions, there's no need to point yours out to others.@OP, The best advice that I can offer regarding text editors is look at a few, pick...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
Code: #define DEBUG_PRINTF "Serial2.printf"Those quotes are the source of your current problem, as it expands to:Code: "Serial2.printf"("hello world\n");and hence the error that you are getting.Can...
View ArticleGeneral discussion • Re: Installing software with Pi Imager. 'No storage...
I see, so as I understand it, once the raspberry pi OS has been installed on the Micro SD card then any other software has to be installed onto another card? So you cannot have the raspberry pi OS AND...
View ArticleTroubleshooting • Re: First time user. Headless on a MacBook Air. Cannot connect
Are you using the latest (19 Nov 2024) image ? The prior version (13 Nov) had a WiFi issue on first boot.Otherwise, try using the ip address of the pi (found in router or using fing).It's the latest...
View ArticleGeneral discussion • Re: Wifi 6e/7 6GHz USB adapters that work with the Pi 5?
maybe https://github.com/morrownr/USB-WiFi/bl ... drivers.md gives you some ideaStatistics: Posted by aBUGSworstnightmare — Fri Nov 22, 2024 11:17 am
View ArticleBeginners • Re: Unable to locate package flatpack
The package name is "flatpak" not "flatpack".Statistics: Posted by keyboardman — Fri Nov 22, 2024 11:18 am
View ArticleDevice Tree • Re: Using TI PCM3168A audio codec on RP5
Thanks for the swift response!The chip receives SCLK (24.576 MHz) from an oscillator. The MSAD and MSDA registers on the chip control whether the ADC/DAC are clock consumers/producers and the SCLK:Fs...
View ArticlePython • Re: Failed to build wheel for...
Did you create the python virtual environment with system packages or not? Code: mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource env/bin/activateStatistics: Posted by...
View ArticleTroubleshooting • Re: Having problems with my Raspberry Pi running
Have a look at system logs Code: journalctl | grep "your app" the logs for the application e.g. for apache2 Code: cat /var/log/apache2/error.logStatistics: Posted by neilgl — Fri Nov 22, 2024 11:28 am
View ArticleBare metal, Assembly language • Re: Circle Bare Metal Pi IDE with Debug
I'm using the PICO Probe as a SWD adapter, which hopefully should work.I think Zero2/Pi3 needs JTAG, not SWD.https://github.com/raspberrypi/debugprobe/issues/44This guide, while for regular Pi and not...
View ArticleTroubleshooting • Re: Rotation of 7" Touch Display screen not working
Locking as duplicate of viewtopic.php?p=2268831#p2268831Statistics: Posted by dom — Fri Nov 22, 2024 11:42 am
View ArticleHATs and other add-ons • Re: Raspberry Pi "official" USB SDXC...
A little web searching on the websites for Approved Resellers in CH found THIS -> https://www.berrybase.ch/en/2in1-micros ... .0-schwarzI can see how someone might be misled, but I think the logo...
View Article