Troubleshooting • Raspberry Pi 5 Fan Connnector
I screwed up! I pulled the fan connector cable out of the on board connector too hard and pulled the entire on-board fan connector out of the RPi5 board. I really hope I didn't brick the board. Is it...
View ArticleHATs and other add-ons • Re: Rpi 5 built-in power switch ("PSW"),...
Is that an advertising post or a request for support?A request for support with a lot of details on what I'm trying to accomplish, and what components I'm using to do it...Think it's advertisement as...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I find the option to have 16GB RAM surprising. I wonder if a 16GB Pi 5 will also come out about the same time.Takes time for DRAM makers to upsize.Perhaps in early PI5 design days there was no...
View ArticleMicroPython • Re: pico onboard rtc and lack of datetime module
Thanks all.Converting to epoch time in seconds makes sense. Like I say, I don't need to know how to set the rtc to the correct time, I need to now how to compare times and I think doing it with...
View ArticleGeneral • Re: sideset possibilities?
Thank you for the replies, I did come to the conclusion that the sideset was going to be more cumbersome than the solution would be advantageous, But I atleast learnt a new thing or two Statistics:...
View ArticleGeneral • Re: latching an address
Not sure what you need. AFAIK a 65C816 is an enhanced 8bit processor 6502 and address handling needs special treatment.The processor on a pico is a 32bit device and does not need special address...
View ArticleAdvanced users • Re: Is there a version of pi os with usb gadget mode installed
it's a few lines in a couple of files.perhaps a link to the guide your trying to follow can shed some light on what your doing wrong.Statistics: Posted by kerry_s — Thu Apr 25, 2024 6:55 am
View Article日本語 • Raspberry Pi OS 64bit版と32bit版どっちであそぼうか?
Raspberry Pi OS 64bit版ではリポジトリに候補があってインストールしても実際は起動すらしないアプリケーションソフトウェアがあるようだ。XScreenSaverなんかはどっちにでもインストールはできるけど起動しなかった。※私だけなのだろうか?逆に blender などは32bit版にはインストール候補がなくなっている。ファンのコネクターに接続したファンもRaspberry Pi...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Fan Connnector
The Pi should probably still work. You could plug the fan into the 5V GPIO, or just leave the heatsink on and let it passively cool.Statistics: Posted by jamesh — Thu Apr 25, 2024 7:08 am
View Article日本語 • Re: Raspberry Pi 5 Raspberry Pi OS 64bit版 NASのマウントができない
はい、32bit版ではマウントできました。Statistics: Posted by tef — Thu Apr 25, 2024 7:23 am
View ArticleC/C++ • Re: how to resolve 'glibc_2.34 not found'
Thé other way is to get all bookworkm libraries linked by you project (including libgcc++) from your bookworm device, put them in a folder, and launch with Code:...
View ArticleCamera board • Re: raspberry pi 3 camera module 3
"vcgencmd get_camera" is for legacy camera stack.v3 camera (and GS camera) do not work with legacy camera stack.You need to disable legacy in raspi-config if you selected.Then try "libcamera-vid...
View ArticleGeneral discussion • Re: Download at restart
look at the servicesCode: systemd-analyze blameanything that might use the internet for updates.from my install i can see 2 that would use net.apt-dailysystemd-timesyncdStatistics: Posted by kerry_s —...
View ArticleBeginners • Re: Camera module 3 and python
Yes I create sytem site package and it is BullseyeStatistics: Posted by Veronika_37 — Fri Apr 26, 2024 6:35 am
View ArticleRaspberry Pi OS • eeprom updates gives error - solved
So even though updates (as above) worked but still nil luck with eeprom I decided to change the fstab from ro to rw and after that a restart .sudo nano /etc/fstabIt worked and was able to update the...
View ArticleOther projects • Re: Goal: 20mhz PWM signal at 8-bit resolution. Possible?
The LED would only be on for 1-2 minutes at a time.Statistics: Posted by phennessey — Fri Apr 26, 2024 6:47 am
View ArticleCamera board • Re: RuntimeError: Camera __init__ sequence did not complete.
Code: INFO Camera camera.cpp:990 Pipeline handler in use by another processYou have something else running that is using the camera. Find it and stop it.Statistics: Posted by 6by9 — Fri Apr 26, 2024...
View ArticleCompute Module • Re: dtoverlay=i2c-fan,emc2301,i2c_csi_dsi fails to function...
Hardware: CM4 4GB Lite/Raspberry pi CM4 IO BoardFan: Waveshare Dedicated 3007 Cooling Fan for Raspberry Pi Compute Module CM4OS: Bookworm Desktop 64 bitKernel: Linux raspberrypi 6.6.20+rpt-rpi-v8 #1...
View ArticleCompute Module • Re: CM4 + IMX296 Camera --> Impossible Camera Rotation
Hello,Thanks for your help, after running rpi-update I am able to make the rotation.Statistics: Posted by DTX — Fri Apr 26, 2024 7:09 am
View ArticleTroubleshooting • Re: Need help buying USB modem for my raspberry pi 4 model B
In that video at 55 seconds in is the USB modem, there is also this video which I should have also linked to but I neglected to, I will attach it herehttps://www.youtube.com/watch?v=lPvNQAi-yeMThanks....
View Article