General discussion • Raspberry pi 5 Tjunction?
Hello, I’m looking to see what the raspberry pi 5 processor Tjunction is? I’m looking into putting it into a 65c enclosure. I tried to search online but got nothing. I even looking for the processor...
View ArticleTroubleshooting • Re: Using pi 5 with usb thermal camera
This is likely fixed with the latest bootloader. Please do a full apt update followed by sudo rpi-eeprom-update.Statistics: Posted by jdb — Mon Mar 10, 2025 10:14 am
View ArticlePython • Re: RP Zero 2W GPIO and TX/RX not working simultaneously
Can you post your python code here so we can look at it and test on a Pi Zero 2Statistics: Posted by neilgl — Mon Mar 10, 2025 10:24 am
View ArticleGeneral discussion • Re: Raspberry pi 5 Tjunction?
According to Google AI...Statistics: Posted by gordon77 — Mon Mar 10, 2025 10:27 am
View ArticleTroubleshooting • Re: Debugging OpenVPN Server on Pi4 that stopped working
Pasting the error message in Google, this is the top result:https://forum.openwrt.org/t/solved-open ... ror/141960Statistics: Posted by epoch1970 — Mon Mar 10, 2025 10:28 am
View ArticleSDK • Re: RP2040 ADC sampling speed
The pacing timer is "(16 integer bits, 8 fractional bits) for setting free-running sample rate", that give minimum around 730 Hz. Try to reduce ADC clock with SDK:4.1.4.7.3. clock_configureThank you a...
View ArticleAutomation, sensing and robotics • Re: AIS Receiver Module > Raspberry 4B...
"It sounds like the four wires you have should be attached to a USB plug, not the Pi GPIO"You are exactly correct. I thought i was able to use the GPIO header as i have used HATs with just a couple of...
View ArticleBeginners • Re: UBUNTU Server 24 LTS on Raspberry Pi 5 and official 7"...
I didn't know about the possibility of installing it on pi os because open vpn doesn't officially support it https://openvpn.net/as-docs/raspberry-p ... ess-server . However, there is still a problem:...
View ArticleCompute Module • Re: Power CM5/CM5IO with direct +5V but USB-C PSU
"Take not that your Pi will assume 3A max current until you told him something else via EEPROM config."On CM5 the firmware does not gate USB boot on having a 5A power supply because the power supply +...
View ArticleGeneral discussion • Re: Toasty Pico
Define "warm".He did say "rather warm", which I'd suggest was really quite warm. Which is probably why it's a little concerning.I was hoping for a slightly more quantifiable scientific definition....
View ArticleGeneral discussion • Re: USB flash drive performance
OK. So maybe I should ditch my prejudice against Micro SD card and try an official A2. I have had some SD card failures in the past which put me off but I have hardware shutdown of the Pi now so...
View ArticleCamera board • Re: Libcamera-still and DNG files.
Thank you therealdavidp, problem sorted. exiftool gives me all the details.Statistics: Posted by jpv1960 — Tue Mar 11, 2025 10:44 am
View ArticleRaspberry Pi OS • Re: VS Code or VS Codium, reason:crashes, code:'5',...
I reverted VSCodium back to 1.79.2 and it stopped crashingStatistics: Posted by Annie UK — Tue Mar 11, 2025 10:46 am
View ArticleDevice Tree • Re: pwm-gpio-fan overlay fails on 32-bit kernel (CM4)
The error message "configured period too big" comes from the Linux hwmon pwm-fan driver. It appears to be testing that the configured PWM period (i.e. frequency) is within a certain range:Code: if...
View ArticleBeginners • Re: Guidelines on Choosing Hardware to Add to your Raspberry PI
Seems pretty reasonably to me.You might want to include viewtopic.php?t=347524 and mention python's logging module in point 4.Checking the date of a web page or youtube video before following it is...
View ArticleGeneral • Re: Pico's BOOTSEL circuit appears to violate the flash's power-up...
Code: , and it must also trackthe VCC supply level at power-down to prevent adverse command sequence.... But the datasheet uses the word 'must'.Yes, but qualifies it with "to prevent adverse command...
View ArticleAndroid • Re: [Android/iOS App FREE] RaspController
Update v6.0.0 (Android) - v2.0.0 (iOS) Mod: Renewed graphical interface Add: Generate ECDSA keys directly from the app Imp: It is now possible to sort the predefined commands as well Mod: Additional...
View ArticleGraphics, sound and multimedia • Re: Does bluetooth audio work with Raspberry...
Just want to mention that since the end of January this year I've started using newer backported pipewire packages, we're currently shipping 1.2.7 which was released only 3 months ago.I hadn't...
View ArticleCamera board • Re: Problem with framerate
Use of libcamera-vid instead of rpicam-vid implies that you may be on an old system. Please confirm you're on Bookworm.I don't see a "-o file" parameter in your command-line, so are you actually...
View ArticleCompute Module • Re: *some* CM5's from a batch failing, going read-only FS
It sounds like an interrupted software update The 'rpiboot' mass-storage-gadget provides real and virtual (USB) serial consoles. From there you should be able to run fsck and mmc...
View Article