Compute Module • Re: Compute Module 5 Fan goes to 100% on shutdown
Running "rpi-update" did not fix the issue for me. Fan still goes to 100% on power off.How can I be sure I am using the correct "- pieeprom-2024-12-19" firmware?The update is now available via...
View ArticleTroubleshooting • Re: Raspberr4 not boot
Hello,I have problem with my RPI 4 8GB. Wen I start device the red diode lights and green diode quickly flashed even I insert SD cart with official image instelled by raspberry pi imager.What this...
View ArticleAdvanced users • Re: Any changes around how sym link permissions work in...
You don't need to justify yourself to that guy.Statistics: Posted by BigRedMailbox — Sat Jan 04, 2025 11:06 pm
View ArticlePython • RPi 5 and GPIO
Hello and thanks in advance for your patience. I bought a Raspberry pi 5, I created a virtual environment, installed pandas, scikit-learn... everything is ok, but when I install rpi.gpio something...
View ArticleSDK • [Solved] Re: How to connect a DAC to the Pico2 W as a2dp sink?
these commands worked now:Code: base=~/pico-mastermkdir "$base"cd "$base"git clone git@github.com:raspberrypi/pico-sdk.gitcd pico-sdkgit submodule update --initcd ..export...
View ArticleC/C++ • Re: file or directory does not exist error message
I'm trying to run my first code on the raspberry piCode: blink.cpp:1:10: fatal error: wiringPi.h: No such file or directory 1 | #include <wiringPi.h>Does this mean that C++ isn't installed?No,...
View ArticleGeneral • Re: Bluetooth between Pico and Pi 5 issues with receiving
I added a delay, and still it doesnt seem to receive the messageStatistics: Posted by sns123 — Sat Jan 04, 2025 11:24 pm
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Day 24 on Pi5Code: pi@pi5-8:~/AoC2024/day24 $ g++ -std=c++23 -O3 day24.cpp pi@pi5-8:~/AoC2024/day24 $ ./a.out Day 24: Crossed WiresPart 1 - 59364044286798Part 2 - cbj,cfk,dmn,gmt,qjj,z07,z18,z35Run...
View ArticleSDK • Re: How to connect a DAC to the Pico2 W as a2dp sink?
@Ascertain1413 , not sure how to reach you, I missed your last reply on the locked thread.Report the locked thread (flag icon) and ask for it to be re-opened so you can post a link to this...
View ArticleRaspberry Pi OS • Pi camera runs in terminal but not in service
Hi,I am trying to configure my Pi camera to act as webcam.I added this service:pi@pi:~ $ cat /lib/systemd/system/picamera.service[Unit]Description=Run Pi Camera as...
View ArticleRaspberry Pi OS • Re: USB Drive OS Fails to Boot after apt-get upgrade
I was thinking you could run dmesg after the apt upgrade and before the boot. The IO error is making the upgrade fail in the middle of an important step and that is why the system is not bootable.The...
View ArticleTroubleshooting • RPi5/Cam 3: only 1 frame in vid file
RPi5, 8GB, std Bookworm 64 bit image. Camera module 3 (reg, wide, noIR variants)I run this cmd in terminal: libcamera-vid -t 10000 -o test.h264Resulting vid file has only 1 frame.I have tried the...
View ArticleBeginners • Re: Will it cause problem if I clone the TF card to multiple Pi...
If you're using the RPi SD Card copier, be sure to check the box for "New Partition UUIDs". AIUI that ensures that each card is unique for system purposes. (If cards have identical IDs, the OS can get...
View ArticleGeneral • Re: HD44780 16x2 character LCD 5V with Pico
Those 2.2K resistors you used should provide enough protection for 5V leaks (though it would limit the speed).RP2350 is more 5V tolerant, but only when powered.Statistics: Posted by gmx — Sun Jan 05,...
View ArticleOther RP2040 boards • Re: 16MP Purple rPi Pico Clone?
• Why has the manufacturer produced a rPi clone that has a different pinout from the original board? (Not a 'dig', just genuinely curious)I would say it's not an 'rPi clone' just a board which happens...
View ArticleGeneral discussion • Re: Is Raspberry Pi Branded SD card available on Amazon?
Amazon also seem to have a "Raspberry Pi Store" page that looks like an official Raspberry Pi outlet - IT IS NOT AN OFFICIAL OUTLET. Some stuff seems to be sold by Amazon themselves, others by random...
View ArticleBare metal, Assembly language • Re: Bare metal write-up of a Forth dialect...
Many thanks for taking the time to write this up. I found it very interesting. Statistics: Posted by pmoore — Sun Jan 05, 2025 11:37 pm
View ArticleCompute Module • Re: Pi5/CM5 Read/Write Speed: USB to NVMe?
A CFExpress card uses PCIexpress to communicate with the host (either single or four lane, type dependent).How do you connect such card to your RPI? If it's a USB3 reader then that bandwith is your...
View ArticleOff topic discussion • Re: Attracted by the narrative of good
I admire your dedication to RPI's mission. Their focus on education and accessibility truly sets them apart from big tech. Hall passStatistics: Posted by Moon1 — Mon Jan 06, 2025 12:04 am
View ArticleGeneral discussion • LibreOffice on Pi 5 + NVMe
Pi 5 8 GB + NVMe. The LibreOffice installed from the Pi OS software manager is old and has a horrible user interface on my machine. I am wondering if it is worth making it current and usable. Is...
View Article