Compute Module • Re: Pi CM4 EUROCARD io Board ( Home-Lab ) Update
Use a kernel driver! I've shown/explained required steps here multiple times. Use the forum search for ST7789 and you should find these postings.Sorry, no idea on using any unknown lib as I've used...
View ArticleGeneral • rp2350 boot-rom without involving spi ss
so what ways are people doing this now? i see in the datasheet there is a 7440bytes otp boot area.I still see the less ideal kill-my-system-while-its-running-boot/spi-chip-select tact switches on most...
View ArticleGeneral discussion • Creation of raspberry Pi iso image with Redo Rescue and...
I have an old Raspberry Pi 2 model B and wanted to try the new application RP Connect. However it apparently requires the Bookworm OS. The OS currently employed is Bullseye (with GUI). The SD card on...
View ArticleCompute Module • Re: Compute Module 5 Fan goes to 100% on shutdown
Firmware has little part to play when the power is off...Wasn't sure if there was some dance the CM5 did with the fan controller when powering down that caused it to kick it off full blast (I haven't...
View ArticleRaspberry Pi OS • Re: The quiet disintegration of Raspberry Pi OS Lite
To be expected to a point, RPL are trying to go towards Debian mainstream rather than custom OS.Graphics can happen without the GUI, as one would expect from any cli linux.Statistics: Posted by pidd —...
View ArticleTroubleshooting • Re: Duplicating an environment
With the rpi2ZW sdcard unmounted you can make a copy if it with 'dd' to some file. It's by no means certain you'll be able to put that image back onto another sdcard of the same size because they are...
View ArticlePython • Re: How does a u-shaping coder work
HERO One Turntable BoardP00003-03Gregg Nov 2015 Antioxjpant Rich PeThat's what the board says apparently.There's another board that I can't take a picture of that has the same encoders. I understand...
View ArticleSDK • Atomics on Pico 2
The ARM M3 cores on the first Pi Pico do not have any atomic support. However, the ARM M33 does and the SDK has some C functions for atomic operations. Is the C++ std::atomic API fully supported? On...
View ArticleC/C++ • Re: Timers in C++
If this is for a pico then it has its own timers (the pico forum). Otherwise we'd need to know more about your program. Is it a GUI program? Is it a console program?I think you misunderstand threads....
View ArticleBeginners • Re: What/how to self learn headless OS?
Many thanks for advises. They are important to narrow down the topics to read for the task on hand.What remote logon client for CLI and Desktop, you recommend, on RPI OS, Linux and Windows? Just got...
View ArticleGeneral discussion • Re: Solid Relay Open but connected LED still light on?
I have the following 2 channel solid state relay.Solid State 2 Channel Relay Board.pngIt appears that on either channel there is some current leakage when relay is open? Meaning the attached diodes...
View ArticleBeginners • Re: A replacement for MotionEyeOS?
Yes VLC is superb, I always use it, but…As 6by9 reminded me after I fell into the same h264 trap:"An H264 elementary stream has no timestamp information for each frame (that is normally stored in the...
View ArticleAutomation, sensing and robotics • Re: How can install ttySC port for serial...
Have you got the output that they show from Code: dmesg | grep -i '\(can\|spi\)'Statistics: Posted by neilgl — Fri Dec 06, 2024 11:08 pm
View ArticleBeginners • Re: High speed USB thumb drive hot at 70 Celcius
Did you search?Google finds several reports of this particular device getting hot. You should probably ask the manufacturer.Statistics: Posted by ame — Fri Dec 06, 2024 11:10 pm
View ArticleGeneral discussion • Re: Move Synology NAS Drives to Pi 5
Appreciate the extensive write up Swamp. I was basing my project on this: https://www.androidcentral.com/accessor ... e-hundreds...an article from Jerry Hildenbrand from Android Central. Always seems...
View ArticleTroubleshooting • Re: Raspberry Pi 5 WiFi Issues
Has raspi-config been used to insure the correct country code is set in the wireless connector?ButchThank you for your answer!Yes, I set the correct country for WiFi through the pre-configuration...
View ArticleDebian • Re: Distorted windows remote desktop (no monitor)
I fixed Chromium by using:Code: chromium-browser --args --disable-gpu-compositingThen going to Code: chrome://settings/system and disabling Code: Use graphics acceleration when avaliable.I'm still not...
View ArticleTroubleshooting • Re: Network is unreachable
Same here.I make a fresh install of raspbian os and it happens any sollution?Statistics: Posted by jagsilva — Fri Dec 06, 2024 11:45 pm
View ArticleBeginners • Re: How to run second program with reset
its the RB2040-Touch-LCD-1.28 pico and ... 1.24.0.uf2Thanks. So it looks like this is the one you are working with https://www.waveshare.com/rp2040-touch-lcd-1.28.htmThe firmware looks like it is for...
View ArticleGeneral • Re: The debug probe seems flaky as hell
Thanks for the replies. I did update the probe as soon as I got it, probably a week ago.I don't think I'm doing anything taxing to the RP2040. Just a simple PWM example. I changed the code so the PWM...
View Article