Beginners • 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 ArticleBeginners • Re: miniature circular full color OLED displays inserted to light...
Rambling thoughts ...It needs to be totally diffused otherwise light and dark spots are going to detract from your objectives. So in addition to @ame's opal diffuser, I would face the LED's away from...
View ArticleGeneral discussion • Question about PIO mode
Hardware:Raspberry Pi PicoSoftware Development Environment:MicropythonPurpose:Turn on a back light(the back light is producing at present, so now I only have LED driver...
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 ArticleTroubleshooting • Re: Raspberry Pi 5 - Unable to use keyboard
No is two different SD cardsStatistics: Posted by Antiklesys — Thu Apr 25, 2024 7:28 am
View Article日本語 • Re: Raspberry Pi OS 64bit版と32bit版どっちであそぼうか?
あぁあと64bit版および32bit版で私のキーボードでは、以下のとおりとしても「@」すら入力できなかったえUSキーボードになったまま。モデル:Generic 105-key PC配列:Japanese種類:JapaneseLocalisation Optionsでも「[*]ja_JP,UTF-8...
View ArticleHATs and other add-ons • Re: Rpi 5 built-in power switch ("PSW"),...
In fact there's a 5V zener (...from the part number, looks like a TVS) between VBUS and GND, which will suppress any voltage above 5V in any case.The SMBJ5.0A-TR trips at 6.0V. It's a TVS not a Zener,...
View ArticleCamera board • Re: 64MP_Autofocus is not detecting.
"The standard Pi versions of libcamera were auto-installed after you ran the command: sudo apt-get upgrade."This is a disadvantage of this arducam camera, the owlsight version seems to overcome this...
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 Article