Advanced users • Re: Virtualisation on RaPi5
Thank you very much for sharing :thumbs up:Statistics: Posted by framp — Wed Apr 24, 2024 7:27 am
View ArticleFrançais • Re: Probleme de Wifi Pi 3b
Bon, je commence à être sec!Peut-être vérifier que le message "brcmf_chip_recognition: chip backplane type 13 is not supported" est toujours présent avec "journalctl -b" ?Et aussi faire une mise à...
View ArticleTroubleshooting • Re: pi5 cant find can1
Thank you for the quick reply. Also, my apologies for my delay we've had a bit of an emergency at home. Its a 2 channel can module https://seengreat.com/wiki/82/dual-ch-can-hatStatistics: Posted by...
View ArticleAdvanced users • Getting around pi-greeter after Display powered off
Hi,I have a Raspberrty Pi 5, which I have configured as a Kiosk. (It is configured to auto-login and run a python script which uses Chromium/Selenium to access a web page and start the presentation...
View ArticleTroubleshooting • Re: My app doesn't work correctly after run on Pi 4 instead...
Thanks for all, the trouble was in hardware. After replacing cables all work.Statistics: Posted by Cybersoft — Wed Apr 24, 2024 7:50 am
View ArticleGeneral • Re: Debugging with the second core
Thanks. So nothing official from Raspberry Pi it sounds like?Statistics: Posted by jbaloney — Wed Apr 24, 2024 8:03 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 ArticleMicroPython • Re: pico onboard rtc and lack of datetime module
Maybe you would describe why you want to compare the time in seconds...what happend then...general idea of your project...Statistics: Posted by California — Thu Apr 25, 2024 7:46 am
View ArticleAdvanced users • Re: Pi 5 Jitter every 2~3 seconds
Have you tried changing the SMP IRQ affinity for the usb and I2C interrupts? Use cat /proc/interrupts to find the relevant interrupt numbers, then:Code: $ echo 2 | sudo tee /proc/irq/<usb>$ echo...
View ArticleGaming • Re: 10 Games for Raspberry Pi
its a simple reality that the Pi, is not really a gamer machine. They like running emulators, but fresh games are rare, sadly!I use the pi to code as its fun, but it is hard work to make something...
View ArticleCamera board • Re: High frame rate image acquisition for tracking purposes
Looks great, just one small tip. If you're converting to greyscale then it would be more efficient to configure the camera to give you YUV420. Then you can use:Code: grey_frame = frame[:size[1]]to...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
The document says "For most customers, the Raspberry Pi Compute Module 5 will be pin-compatible with the Raspberry Pi Compute Module4." so I wonder whether the official CM4 IO board will work with it...
View ArticleBeginners • Re: What's the lowest power the rpi5 can run on?
It depends what you want to do with it. ...So theoretically, if I never passed say 25% cpu usage, i should be fine?Statistics: Posted by spiderfffun — Fri Apr 26, 2024 8:39 am
View ArticleDevice Tree • Re: PI5: dtoverlay midi-uart0 fails to be applyed
OK!Thanks a lot!Statistics: Posted by jofemodos — Fri Apr 26, 2024 8:42 am
View ArticleGeneral discussion • Re: Any way to enable SSH outside of the LAN without...
Use an external VPN service? Either set up your own server on a public IP, or pay for one and have the Pi 5s connect to that. Then anyone who needs access to use the external server to connect to...
View ArticleTroubleshooting • Re: RPI 5 8GB not booting
The error codes are the same on Pi5.Try disconnecting all peripherals and using a bootloader rescue image created by the Raspberry Pi Imager. If you happen to have a UART cable then there may be more...
View Article