Beginners • Re: Arduino create agent for Raspberry Pi 5, arm64
Again, have you already tried their instructions on github “How to compile on Raspberry Pi”Statistics: Posted by neilgl — Tue Mar 05, 2024 5:15 pm
View ArticleGeneral programming discussion • Raspberry BT 5 Long Range & WiFi NaN
HI,I would like to use Bluetooth 5 Long Range and WiFi NaN on Raspberry Pi 4 or 5 (not RP2040), but I don't read any detailed information on the BT/WiFi specs or the chip the Raspberry PI uses.Can I...
View ArticleSDK • Re: Intercepting printf() calls, redirecting to a ring_buffer, sending...
The SDK has the concept of stdio drivers and you can write your own. ...Ah, that looks like the Right Way!Statistics: Posted by carlk3 — Tue Mar 05, 2024 5:36 pm
View ArticleRaspberry Pi OS • Re: Can't change keyboard layout from GB
Never mind. I re-downloaded the 64bit lite image file and reburned it to the SD cards and started over. Everything worked after that. It was pretty weird, though. Thanks for responding.Statistics:...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI1 + SN65DSI83 Bridge based...
Forgive my inattention. I've just checked the output table in the documentation. What I thought was GPIO0-1 is actually GPIO44 45.correct in config.txt toCode: dtoverlay=i2c0,pins_44_45Now LCD start...
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 ArticleGeneral • Can no longer flash pico / strange begavior
I used to be able to happily upload code to a Pico using the Arduino 2.3.1 IDE and the Arduino core by Earle Philhower.I'm using a Debian 12 linux laptop to do so, and programming goes through port...
View ArticleAdvanced users • Re: Pi5 - PWM on GPIO 18
Code: assigned-clock-rates = <75000000>;You're requesting a PWM clock of 75MHz? That's a bit high, given that the oscillator (the main clock source for PWM) is only 50MHz. Drop this down to...
View ArticlePython • Re: How do I fix this Python code?
Yeah I am running code natively instead of running from Mu.Statistics: Posted by Henrik Gill — Wed Mar 06, 2024 5:34 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
- Yes, in fact, forceuninstaller launches a reinstallation systematically without asking anything. It's very dangerous.Everytime I try to make it safer, someone wants to continue living...
View ArticleTroubleshooting • RPi 4 NVME over Network transfer speed issue
This has been driving me nuts for a while now, specs are as follows:- RPi 4- Crucial P3 2TB NVMe in UGREEN USB 3.2 10gbps Enclosure, with generic USB A-to-C adapter (all tested on Windows PC...
View ArticleTroubleshooting • Re: Can Not Open Access to Console the Root Account is Locked
How do I do that? My only options are to review logs, press enter, and it just loops.Statistics: Posted by UCF13 — Wed Mar 06, 2024 5:40 pm
View ArticleTroubleshooting • Re: Active Cooler does not appear to be recognized
Have you got the plug in the correct way round - like the picture here, yellow wire to outside edge of board https://www.raspberrypi.com/documentati ... berry-pi-5Also check holes are not blocked in...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Unable to Use WaveShare SIM7600G-H 4G
Did you ever get this to work? I am having trouble understanding how to send a Get or Post command to a website API. If you have resolved, would appreciate some tips...Statistics: Posted by krm240 —...
View ArticleTroubleshooting • Fruitbox Freezing
Running Fruitbox on my Pi 4 has been very inconsistent. Sometimes when I launch it, the program loads, but is then frozen and none of the touchscreen buttons work. If I press a button and wait a few...
View ArticleGeneral discussion • Re: Pi 5 for flagship product boot experience is bad
However the recommendation would be to always use the first hdmi socket if you are only using one.There may be full screen apps that hard code the hdmi port and don't handle running on the second...
View ArticleBeginners • Re: Arduino create agent for Raspberry Pi 5, arm64
99% success.I decided to forget the Go/Gin error and restart reading the link that neilgl sent me. Slowly and methodically. Finally.(neilgl, you could be a dentist, because you like pulling teeth..)I...
View ArticleAdvanced users • Re: Reboot once into different partition
It's unclear what your actual goal is.MultiBoot for the Raspberry Pi 5, Raspberry Pi 4, and Raspberry Pi 3 may be useful to your needs.Statistics: Posted by RonR — Thu Mar 07, 2024 4:51 pm
View ArticleTroubleshooting • Re: pi5 running insanely hot (80C +) with 40% cpu load
I then turned off the python script and the temperature started dropping, but then the clock speed actually starting dropping. Huh?Now at idle, 44C the clock speed is still reading as 1500mhzWe use...
View ArticleTroubleshooting • Re: RPi3B+ isnt booting
new raspi os lite (64bit) folder done using etcherstill no luckStatistics: Posted by GamerGridYT — Thu Mar 07, 2024 5:12 pm
View Article