Interfacing (DSI, CSI, I2C, etc.) • Re: [I2C][UART] interface with 5v modules
This is my I2C module which contains compass Another piece of undocumented stuff .. well, from what I read there it should use http://wiki.sunfounder.cc/images/7/72/Q ... et-1.0.pdf as the...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
There's no point including the ($5) CM5 Passive Cooler in that bundle, as it's incompatible with the CM5 IO Case; the lid literally won't close unless you remove either the Passive Cooler or the fan...
View ArticleNetworking and servers • Re: How to create signed SSL certificate with DS...
My RPi does have access to the internet.Then your only choice is a self-signed certificate that's local to your LAN only.https://en.wikipedia.org/wiki/Self-signed_certificateCode: # interactiveopenssl...
View ArticleOfficial Display • Re: labwc - VNC Resolution of 800 x 400
Yes screen blanking is disabled.UPDATE: After running it a bit more than 2 hours I didn't see that problem, screen scale kept its value as is described in Code: ~/.config/labwc/autostartMaybe an...
View ArticleGeneral discussion • Re: RPi5 Rev 1.0 SD-card doesn't work on Rev 1.1 board.
Make sure it's up to date by running (on older Pi5)Code: sudo apt update && sudo apt full-upgradebefore moving sdcard to new Pi5.Statistics: Posted by dom — Mon Dec 09, 2024 2:26 pm
View ArticleTroubleshooting • xdotool not working Pi5 Debian 12
I want to position specific programs on dual monitors using autostart on m y pi 5. I have installed xdotool but it doesn't seem to be getting any data (it doesn't output any errors at all)?for...
View ArticleOff topic discussion • Re: Falling for AI: My Experience with Twins AI and...
Spam.Statistics: Posted by jdb — Mon Dec 09, 2024 2:27 pm
View ArticleSDK • Re: VS Code Pico Extension: Switching to RISC-V Architecture
I'm not sure why that wouldn't be working, compiling that project with the extension using your CMakeLists.txt works fine for me. Could you double check the ~/.pico-sdk/cmake/pico-vscode.cmake file...
View ArticleAdvanced users • Re: systemd service ran fine on CM4 doesn't work on CM5
While not solving your problem, can't you use the /dev/serial0 alias to remove the need to detect which platform you are on?That's a good shout, I hadn't spotted that it was an alias. Is it guaranteed...
View ArticleSDK • Re: prevent "Downloading Picotool"
I build alongside the 'pico-sdk' directory, outside its tree, and that worked without issues for me.Is '~/pico-sdk/src/rp2_common/boot_bootrom_headers' the right directory ?I have my SDK and most...
View ArticleBeginners • Re: Should a RPi be powered off completely before disconnecting...
I also am inline with David & DS256... doing all connection/disconnection activities with all power removed is never going to bite you. Weird leakage and backpower paths might get you if you have...
View ArticleRaspberry Pi OS • Re: RPi 5 8GB RAM failed reboot and exit to initramfs
boot from NVMe first, then USB.Any reason for NVMe first? Is it for data security reasons? Can another person boot Linux from a plug in usb thumb drive and gain access to the NVMe?I noticed that my...
View ArticleAutomation, sensing and robotics • New idea for dryer monitor
Most of the dryer monitors that I've seen rely on vibration or power consumption monitors. I've got another idea...I have a small fridge next to my dryer and I've wired up a DS18B20 that I intended to...
View ArticleGeneral discussion • Re: I have an idea but im not software knowledgable.
Again, it's not the 'stupid dish' IMHO but the lack of providers understanding how to support seniors.No its the stupid dish, they know how to use it but the dish company has increased their bill 6...
View ArticleOther projects • BBC Emulator as an O/S for Pi
Is there a BBC emulator which runs as an OS on the pi? I think the solution is to launch Beebem (or another emulator) on start up but wondered if the difference in underlying CPU architecture stops a...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
I suspect the algorithm was made intentionally slow in order to improve the parallel scaling. I wonder how often that technique is used in real applications.Fido went into a barking frenzy and...
View ArticleSDK • Re: Need help with SDK and newlib.
You need:Code: -DPICO_STDIO_SHORT_CIRCUIT_CLIB_FUNCS=0By setting it to one, you are enabling the short circuit.Statistics: Posted by Memotech Bill — Wed Dec 11, 2024 2:03 pm
View ArticleBeginners • LED turned on by one script, need "reset" button to...
I am using Tasker to send an SSH message to a RasPi when I get a message. That script turns on an LED so I can see that I missed an incoming text message. I would like to have a physical GPIO button...
View ArticleTroubleshooting • Re: Pi 5 LED glows solid green and M.2 AI Hat glows solid...
Hi, I recently purchased a Raspberry Pi 5 with the AI kit. I carefully installed the M.2 AI hat and fastened the screws and also installed the OS on an SD card and have made sure it is mounted...
View ArticleTroubleshooting • Re: Screenshot gnome version fails
Hi,I'm on Pi5 64-bit Desktop OS and installed the Gnome Screenshot.I select the typical options of select screenshot or screenshot the window, but nothing happens?That tool is not compatible with...
View Article