Official Display • Re: Raspberry Pi 5 + Official Display will not turn on
Try powering the Pi instead of the LCD controller board.Statistics: Posted by dp11 — Sun Jan 21, 2024 12:51 am
View ArticleAutomation, sensing and robotics • Re: Need a simple php page to momentary...
Thanks for the scripts...unfortunately I am not getting any of these relays to turn on....I think maybe I am assigning the wrong pins to the script? If you look at the HAT device I bought...
View ArticleGeneral discussion • Re: Using a Pi 4B without a fan
overclocking to 2000 puts me in the 60's for temp, a 20% increase for 2 more ghz. Statistics: Posted by kerry_s — Sun Jan 21, 2024 12:58 am
View ArticleC/C++ • Libcamera with GS cam and external trigger
Hello, I am trying to create a function where I send an external trigger and take that image and do things with that trigger. The idea of this is to ensure my two cameras are synced when I retrieve my...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
I do not understand that price comparison. The guy compares a 150USD NUC to a 70USD Pi. Doesn't make any sense. He says that cooling solution, case and other accessories etc. are extra, well yes, but...
View ArticleRaspberry Pi OS • Re: Disk Encryption since Bookworm
I've seen various methods on t'internet. I've just stumbled across a note I made which is about the easiest from the command line..Code: #sudo cryptsetup luksDump /dev/sde#sudo cryptsetup luksOpen...
View ArticleNetworking and servers • Re: Accessing Raspberry Pi
'Yellow Hose' anyone? With black rings at fixed intervals which were the only places you could insert the 'bee-sting' tapMy irrigation system uses black and brown hoses. Insert misting heads anywhere....
View ArticleTroubleshooting • Re: Raspberry pi 5 openbox session not working
rpi5 needs 64bitStatistics: Posted by kerry_s — Sun Jan 21, 2024 11:40 pm
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Thank you, now the build is okay.Now, I'm chasing another issue related to i2c:Code: Mon Jan 22 06:59:19 2024 [ INFO ] Attempt to open the i2c bus at /dev/i2c-1Mon Jan 22 06:59:19 2024 [ CRITICAL ]...
View ArticleC/C++ • Re: why are memory barriers not used in projects like pigpio
Yes, the datasheet says you only need barriers between reads and writes to different peripherals. In my case I am accessing GPIO, CLK, SMI and DMA registers. Some of these accesses do follow each...
View ArticleGeneral • Re: PIO program not declared error
Here is stream_bit.pio.h It's about as simple as you can get - the PIO program reads a 32-bit word from the FIFO and sends 1 bit per clock to an IO pin to generate frequencies.//...
View ArticlePython • Re: RPI Servo
Code: What i would need, to set up two servos to rotate on certain angles (different from one another), with one command (example: say ''Ok'' and one servo turn 90 degree, the other 45)?Please define...
View ArticleCamera board • New camera driver can not be probed, need urgent support
Hi all, I'm trying to bring up a new camera driver on Rpi 5.The hardware I have - Raspberry Pi 5- Camera V2 IMX219 module- The new camera board want to bring up- Using Cam/Disp 0 port to do the...
View ArticlePython • Re: cant enter data into Domoticz
Is the IP address correct?Statistics: Posted by ame — Mon Jan 22, 2024 11:38 pm
View ArticleMicroPython • Re: mpremote over UART/RS485
on a lake? Maybe webrepl on picow instead.viewtopic.php?t=337632Statistics: Posted by danjperron — Mon Jan 22, 2024 11:40 pm
View ArticleDeutsch • Re: Raspberry Pi 5: Mate Desktop läuft nicht
@Yeti62 , ich verweise mal auf die schmutzige Konkurrenz:https://forum-raspberrypi.de/forum/thre ... worm-lite/Ich habe Mate unter Arm64 zum laufen gebracht, aber nur unter X11.MfGJürgenStatistics:...
View ArticleMedia centres • Re: Camper van audio system..Pi as the heart?
Have a look at picoreplayer with LMS. https://www.picoreplayer.org/Option 3 for the main server and player combined on one RPi. Option 1 for extra players.Statistics: Posted by drgeoff — Mon Jan 22,...
View ArticleMicroPython • Re: Wireless REPL code updates?
You can achieve what you want but I would suggest 'wireless REPL' is the wrong approach.It works pretty well and has been a standard part of MicroPython for years. You should try it.(see updates...
View ArticleC/C++ • Best Practices for Cross Compiling to Raspberry Pi 5 from WSL2 Ubuntu?
HelloAnyone cross-compiling to the Rasberry Pi 5? What's the current state of the art to cross compile binaries from AMD64/Ubuntu/WSL2 to the Raspberry Pi 5?Is it chroot? Docker images? Something...
View ArticleTroubleshooting • Pi 5 eth0 drops out
New Pi5, connected via VNC, would drop eth0 connection, monitor by ping on the PC.Though I had to reboot to get it working again.Now i found just unplug and replug in the cat 5 and it comes back...
View Article