General discussion • Reboot using crontab
I have a Raspberry Pi that runs a Python 3 program every night at 10pm to take a picture of my Solar Panel Meter, from a command in crontab.This works fine but recently after years of running without...
View ArticleAdvanced users • Re: PI5 and easy AI/CV/LLM
Are LLM's on your Pi5 useful.I noticed some LLM seemed a bit, uh "talkative".So I did a simple test, can LLM's help with math homework....ollama run vicuna>>> what is 2 + 22 + 2 = 4ollama run...
View ArticleGeneral discussion • C#
how to do C# on raspberry Pi ?Statistics: Posted by mabp — Wed Mar 06, 2024 2:11 pm
View ArticleBeginners • Re: Firmware on RPi4B does not update.
I have just checked on clean Bookworm image. It updates to newest firmware. Trying on clean Bullseye now...Statistics: Posted by 4k3or3et — Wed Mar 06, 2024 2:16 pm
View ArticleGeneral discussion • Re: Pi 5 for flagship product boot experience is bad
I have few Gan 65W and 100W chargers and they didn’t work.Again weird design choice not to take higher standard PD voltages You would prefer that set up right ? If your "Gan 65 W and 100W chargers"...
View ArticleSDK • Re: pico_sdk_import.cmake question
I'm not sure I understand your question. Yes, there are spaces in the path. What I posted is a copy and paste from the Windows command prompt.I just mean when in Windows when you went to Advanced...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
This request sounds very similar to the "forceruninstall" option which allows the runinstall option to delete everything without any infomration message.Would it be acceptable to extend this option to...
View ArticleAndroid • Re: [DEV] LineageOS 20 (Android 13) for Raspberry Pi 4 & Pi 5
They know why the Disney+ ATV and Star+ ATV app does not work correctly??'locgat' would know.Some apps that play DRM protected content won't work on uncertified Android TV devices for various reasons...
View ArticleFrançais • Re: gpio c++
des que je lance lire ca beug erreur de decodage !je suppose que c'est a l'ecriture ?? ou a la lecture des id des ds18b20 ; je suis perduStatistics: Posted by ludoraspberry — Wed Mar 06, 2024 2:25 pm
View ArticleAdvanced users • Re: Use MIPI image sensor with RPI CM4
Look at https://github.com/raspberrypi/linux/pull/5708/commits as an example of adding a sensor driver and associated dtoverlay into the tree.Don't worry about dt-bindings if it is only for your use,...
View ArticleTroubleshooting • Re: Raspberry Pi 5 PWM control method inquiry
Hardware PWM is available on GPIO12, GPIO13, GPIO18 and GPIO19, though it's a little fraught with footguns (particularly locating the correct /sys/class/pwmchip* and ensuring the correct alt modes are...
View ArticleC/C++ • libgpiod RPI 5, C++, libgpiod-led not working.
I tried to use gpiod on the RPI 5 with C++. I have these installed: gpiod, libgpiod2, libgpiod-dev, libgpiod-doc. I tried using the libgpiod-led example code. It compiles, and runs, but does NOT...
View ArticleTroubleshooting • Re: Sudden unexplained measured Internet bandwidth reduction
what do you get from:Code: pi@pi4:~ $ speedtest-cli --versionspeedtest-cli 2.1.3Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]SameCode: pi@knutepi:~ $ speedtest-cli --versionspeedtest-cli...
View ArticleGeneral discussion • RPi 5 with new NVMe Base from Pimoroni - strange Disk...
Hello,Just installed the subject NVMe with M2 256 Gbyte SSD. I had the RPi 5 working previously using a Samsung T7 SSD and it worked fine now i have the new NVMe installed ( i used the Rpi SD copy...
View ArticleTroubleshooting • Re: RPi 4 NVME over Network transfer speed issue
Thank you for the help:Code: dd if=/dev/zero of=foo.dat bs=16M count=128 oflag=nocache128+0 records in128+0 records out2147483648 bytes (2.1 GB, 2.0 GiB) copied, 53.9675 s, 39.8 MB/sSeems a lot lower...
View ArticleCompute Module • Re: Kernel Panic on exec switch_root
Without root in cmdline and with /init as justCode: #!/bin/shexec bash# or# exec shI don't get a shell or a login prompt.Statistics: Posted by BerryPiUser — Thu Mar 07, 2024 2:12 pm
View ArticleTroubleshooting • Autostart bashscript with libcamera does not work
Hello,I have the following simple bash script named "camera.sh":Code: #!/bin/bashexport DISPLAY=:0.0export XAUTHORITY=~/.Xauthoritysleep 10libcamera-hello --fullscreen -t 0When I add the following...
View ArticleTroubleshooting • Re: Autostart bashscript with libcamera does not work
remove the sudoStatistics: Posted by terribleted — Thu Mar 07, 2024 2:23 pm
View ArticleCamera board • Re: Bee Monitoring Setup Advice Needed!
I read it to mean Camera Module V3 or Camera Module 3 Wide or Camera Module 3 NoIR or Camera Module 3 NoIR Wide?OK, assuming that and ...Motioneye would have done all these things, but it doesn't...
View ArticleTroubleshooting • Re: Raspberry Pi 5 doesn't detect camera modules
Ok. That explains why mine is detected but does not actually work. Trying GitHub workaround for that…Statistics: Posted by neilgl — Thu Mar 07, 2024 2:27 pm
View Article