HATs and other add-ons • Re: Problems with the 54Pi hat and a Kingston 256 MB...
Thank you for your prompt and kind offer of assistance. Fortunately I was able to figure it out on my own and all is well now.Statistics: Posted by Glacier991 — Tue Apr 23, 2024 4:35 am
View ArticleBeginners • Re: RPi 5 Fan Header support Active Cooler plus Case Fan
Thank you for sharing! Could you please clarify how not to connect the TACH signal of the additional fan, as that will cause issues?as the onboard cooler has a TACH signal as well they will interfere...
View ArticleGeneral discussion • Re: I can make a library
C++A popular library for making games and graphics applications in C++ is SDLhttps://www.libsdl.org/see alsohttps://github.com/libsdl-org/SDLStatistics: Posted by ejolson — Tue Apr 23, 2024 5:27 am
View ArticleTroubleshooting • Re: SD card not functioning
Thanks everyone for the help. It was the SD card... I tried using a completely new card with more GB from SanDisk and everything worked perfectly! It's definitely worth it to buy quality cards!...
View ArticleTroubleshooting • Mount from Network
I mounted a directory from my Network onto my Pi and the mnt Folder is now in the root system (not in the root folder but in the larger / Folder). The problem is that as a normal user I don't have...
View ArticleCamera board • Re: Camera module v3 + Pi Zero => Webcam
Don't have to look too far...... https://www.raspberrypi.com/tutorials/p ... sb-webcam/Thanks! I actually was aware of that tutorial (should've mentioned it). But it asks for a Zero 2. Can it be done...
View ArticleGeneral discussion • reading duration of a signal using PIGPIO
I have a device that continuously sends the signal of different pulse widths. I am trying to read those pulse duration and build my logic to further implement it. It is a synchronous signal. I am...
View ArticleGaming • Re: 10 Games for Raspberry Pi
You don't have to be a co-developer while Godot Engine Team should be listed as Lead Developer in your game!Statistics: Posted by skinmarquee — Wed Apr 24, 2024 2:20 am
View ArticleGeneral discussion • Apple iAP2 Support
Dear sir,We plan to use RP2040 to develop an audio dongle product for iPhone (for both USB-C and Lighting interface).We would like to know if the RP2040 supports iAP2? Or we need to implement by...
View ArticleBeginners • USB cooling with thermostat for raspberry 4/5 cluster
I have a cluster of 8 Pi 4s and 5s that I have run many projects on but I have never done anything with any HATs or other pluggable hardware.Last year I had to move the cluster to my garage which gets...
View ArticleAdvanced users • Re: Why does the sd card copier require a desktop environment?
What's wrong with using dd? No GUI required.Statistics: Posted by ame — Wed Apr 24, 2024 3:05 am
View ArticleBeginners • Re: USB cooling with thermostat for raspberry 4/5 cluster
I have a cluster of 8 Pi 4s and 5s that I have run many projects on but I have never done anything with any HATs or other pluggable hardware.Last year I had to move the cluster to my garage which gets...
View ArticleGeneral discussion • Re: Apple iAP2 Support
You'll probably have better luck asking Apple.Statistics: Posted by W. H. Heydt — Wed Apr 24, 2024 3:17 am
View ArticleScratch • Re: RPi5 and Scratch 3
Did a short validation on a Pi5, scratch.mit.edu, using chrome and worked as expected.worked ok when he was not logged in, but when he logged in to period 1 Scratch started crashing.log in to which...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing with Touch Screen OLED
You can use a custom modeline. Here is an example viewtopic.php?p=2212689&hilit=Custom_mode#p2212689Btw: something is wrong with your pictures! I can't see none of them (regardless which browser...
View ArticleHATs and other add-ons • Rpi 5 built-in power switch ("PSW"), and...
The ATX Watchdog hat is here:https://www.tindie.com/products/tomtibb ... -module-4/It controls an ATX supply, and needs a switch connected to two of its pins for powering everything on. With a jumper...
View ArticleBeginners • Suitable GPIO library for Buster?
I am constrained to using Buster on a RPi3B because of other software that is installed on it. A friend is helping me with programming and he has a file running fine on a RPi3 but with an up to date...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 and 6 SPI screens
You should be able to apt install it now then open raspi-config to switch between wayfire and labwc …Not possible here for me.Code: pi@raspberrypi:~ $ sudo apt install labwcReading package lists......
View ArticleBeginners • Re: Suitable GPIO library for Buster?
Can’t see an error message - only line numbers!What software is stopping you using the latest Bookworm?Statistics: Posted by rpiMike — Wed Apr 24, 2024 6:12 am
View ArticleCompute Module • Re: CM4 + IMX296 Camera --> Impossible Camera Rotation
Hello,I am using a CM4 with 2 IMX296 cameras.I would like to flip the displayed image so my config.txt is :Code: #camera_auto_detect = 1dtoverlay=imx296,rotation=0,cam0dtoverlay=imx296,rotation=0,cam1...
View Article