Troubleshooting • Re: Mounting failed, reason given by server: No such file...
The error messages suggest there's a problem on your NAS. Have you checked that these shares are still available?Statistics: Posted by DirkS — Mon Jan 29, 2024 8:24 am
View ArticleGraphics, sound and multimedia • Re: pi5 use dpi screen, xrandr --panning has...
an rpi5 with the latest bookworm os does not use X11 so xrandr is useless.the default desktop is wayland/wayfire which uses wlr-randr and arandr for the gui screen configuration.so have no idea what...
View ArticleHATs and other add-ons • Re: Pi-Digiamp+ with RPi 5
Unrelated to the initial question but still concerning Pi5 and the DigiAmp+, my understanding is the Pi5 is powered directly from the digiamp, receiving 2.5A - however Pi5 is recommended minimum 3A...
View ArticleFrançais • Re: Gros probleme pour mon projet de fin d'annee
1 - Je ne pense pas que c'est le capteur bme car quand je lance un code juste pour le capateur bme 280 et les afficher dans l'ecran oled tout fonctionne parfaitement 2 - Je vais me renseigner3 - Pour...
View ArticleGeneral discussion • Re: Raspberry Pi 5 - SSD SATA or SSD NVMe ?
...Code: pi@pi5:~ $ sudo hdparm -t /dev/nvme0n1/dev/nvme0n1: Timing buffered disk reads: 2332 MB in 3.00 seconds = 777.29 MB/secpi@pi5:~ $ journalctl | grep "*orrected error"pi@pi5:~ $ No errors so...
View ArticleBeginners • Re: Pi 5 1500mhz
forgot i had a video still playing on another tab.so that is running at 2.8ghz, not 1ghz!Statistics: Posted by cleverca22 — Tue Jan 30, 2024 7:57 am
View ArticleGeneral discussion • Re: cron does not work as expected
Besides, rebooting every five minutes because of a problem with one program is a really stupid thing to do on a Pi. It might make sense on a microcontroller but not on a full Linux OS.Either fix the...
View ArticleTroubleshooting • Re: Rpi model 3 B with rpi touchscreen, boot problem.
It seemed like it was not anything related to hardware. I edited /boot/firmware/config file, adding this "dtparam=i2c_vc_baudrate=50000" problem was solved.Anyway, big thanks for help Mike!Statistics:...
View ArticleCamera board • Re: rpicam-vid --save-pts NOT working
The --save-pts option is not possible for h264 like that on the Pi 5. see the first couple of posts in this thread for details and a workaround.Would be nice if this and other RPi5 differences were...
View ArticleCamera board • Re: Camera sensor to see some stars realtime
I learned from @jbeale that you can do astrophoto experiments even with Raspberry v3 camera!viewtopic.php?p=2096715#p2086470You just need 12s shutter time, so "near realtime", and get images like this...
View ArticleGraphics, sound and multimedia • Re: VLC: missing argument --alsa-audio-device
Weird, there is support for ALSA on 32-bit OS but not on 64-bit version.Statistics: Posted by peppy.player — Tue Jan 30, 2024 8:26 am
View ArticleRaspberry Pi 400 • Re: Pi400 overclock latest update?
How do I overclock my pi400 on latest software?I only added these two lines to my Pi400, now Pi5:Code: pi@raspberrypi5:~ $ tail -2 /boot/firmware/config.txt arm_freq=3000force_turbo=1pi@raspberrypi5:~...
View ArticleTroubleshooting • Re: GPIO on RP5 Pin 4 and Pin6
No, they all use the same layout:https://www.raspberrypi.com/documentati ... ry-pi.htmlStatistics: Posted by deepo — Tue Jan 30, 2024 8:47 am
View ArticleTroubleshooting • Re: RaspberryPi5’s keep crashing
What SSD to USB cable controller are you using? lsusb may help to show that.Chipsets by ASMedia are known to be reliable.Statistics: Posted by hansotten — Wed Jan 31, 2024 8:37 am
View ArticleFrançais • Re: Son ET texte activé au clic en micropython sur Pico
Je vous ai passé une façon de faire pour vous débaerrasser des sleep .s., qui sont bloquants, par une consultationn de l'horloge (non bloquant); je n'ai pas accès à un picopi, et mes bouts de code...
View ArticleFrançais • Re: gpio c++
le fait de retirer "17" suffit pour eviter que cette pin soit pas en conflit ?il faudrais que je vienne en stage chez vous en faite quand je retire "17" l'afficheur m'affiche toujours les lignes de...
View ArticleCamera board • Re: GS Camera schematics?
I am currently experimenting with the external trigger XTR (R11) as well as XHS and XVS, so a circuit diagram would be interesting.I use GScrop every day, many thanks to HermannSW. It will take some...
View ArticleC/C++ • Re: Pico SDK compilation question re placement of preprocessor...
1. When you say "subroutine", could that be a function; e.g. 'void preproc (void) { }') ?? I tend to call a function with void return a "subroutine". Old Fortran habit.2. Isn't it true that someone...
View ArticleAdvanced users • Re: Act LED on rpi 5 with Pineberry bottom NVME drive
viewtopic.php?p=2123661#p2123661Trigger is mmcStatistics: Posted by aBUGSworstnightmare — Wed Jan 31, 2024 8:46 am
View ArticleAdvanced users • Re: NVME and trim
Check your drives capabilities. Some do not support trimStatistics: Posted by aBUGSworstnightmare — Wed Jan 31, 2024 8:47 am
View Article