Beginners • Re: Python3 GPIO program meant to run with a GUI (not from the...
B.Goode is recommending has pointed out the availability of guizero. Statistics: Posted by B.Goode — Sat Sep 28, 2024 7:51 am
View ArticleGeneral discussion • Re: Need feedback on a UPS
I’m looking for a UPS for my pi. All I need is the thing to turn off (via a smart plug), properly shutting down the pi (and preferably completely killing the power), and then turn back on again when...
View ArticleCamera board • Re: "Or Better"?
So, does the Libcamera-vid code above export a sterero (side by side). 15fps is sufficient.Yes the merged_output.mp4 file is 3000x1500 with the two camera views side by side and readily achieves...
View ArticleGeneral • Re: Pico W - OTA Update working
Is this OTA updating the firmware (such as the micropython firmware) or just the application running on an existing 'firmware'?The first one mentioned provides linker scripts. It is quite likely...
View ArticleSDK • Where is the C compiler riscv for windows ?
Hello.Although I don't have a pico2 yet, I tried to run the C SDK under windows11 for riscv to see the results and prepare the ground.I have this error:Compile 'riscv32-unknown-elf-gcc /...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
According to tom's hardware. But the icing on the cake is the Raspberry Pi RM2 module which looks like an ESP32 type package but inside the module is an Infineon CYW43439. This is the same chip as...
View ArticleNetworking and servers • Re: SSH to Pi Zero 2W has begun failing
Did you check the system journal for any error messages?Statistics: Posted by framp — Sat Sep 28, 2024 9:01 am
View ArticleGeneral discussion • Efficient video streaming
Hi,I am trying to stream video from my Pi Camera with 720P over wifi. I searched the internet to find most projects use flaskMy Pi 4 will work on LiPo battery and I am just afraid that flask will...
View ArticleTroubleshooting • Re: VLC play video loop on autostart *with* 3.5" LCD...
Hi again - thanks for replying. I will check out that link. I'm only trying to play one video on a loop. The video plays normally in the VLC player on the Pi and I always choose h.264 as its...
View ArticleSDK • Re: Where is the C compiler riscv for windows ?
This maybe isn't the exact answer you're looking for, but maybe the simple solution is to use a Linux compiler on Windows under WSL or Hyper-V. The Raspberry Pi Pico-series C/C++ SDK PDF suggests...
View ArticleCamera board • Pi Camera Module 3 streaming issue
Hi,I received yesterday my Camera Module 3 and I wanted to give it a try to use for video streaming. I followed the steps from herefirst I tried it to my Pi 4 and executed :Code: $ rpicam-vid -t 0...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
Ah, I was looking at timers in "high level APIs" section on line. Since the online doc is broken down into separate html pages, I didn't find it. My mistake. I should stick to...
View ArticleTroubleshooting • Re: HDMI settings in Bookworm
i usualy resize my pics to 1024x768 (around) for uploading. Sorry, can't support any further as you seem not to have the required information on hands.I‘m truly grateful for your help!(little update)I...
View ArticleGeneral discussion • Re: Chromium / Webbrowser freezes whole RPI
You could try the 32 bit OS, it is likely to use less memory, and it isn't as if the extra address space 64 bit gives you is useful with 1 GB of RAM.Statistics: Posted by xeny — Sun Sep 29, 2024 8:20 am
View ArticleAdvanced users • Re: ADATA SD620 external SSD: eject does not function properly
5 or 8 (my preference) gigabit switches are cheap, reliable and in my limited testing use less power than 100mbit switches. Is there a constraint which prevents purchasing one?I acknowledge it isn't...
View ArticleBeginners • Dataplicity error
Hi,i am using dataplicity for my home project. Suddenly it stopped working. After looking in log file i am getting the following error message:Code: `Failed to find compatible interpreter on path...
View ArticleRaspberry Pi OS • Re: gpiozero kludge
Known issue https://forums.raspberrypi.com/viewtop ... 4#p2253515Statistics: Posted by neilgl — Sun Sep 29, 2024 8:46 am
View ArticleBeginners • Re: Raspberry Pi Camera Module 3 Not Working
Is the “ 64 bit RP OS” Raspberry Pi OS (64-bit) with desktop “Bookworm” or something else?How to tell: Code: cat /etc/os-releaseAnd is it a camera cable not a display cable?Statistics: Posted by...
View ArticleCamera board • Re: Efficient video streaming
What happened when you tried it with rpicam-vidStatistics: Posted by neilgl — Sun Sep 29, 2024 8:56 am
View ArticleNetworking and servers • Re: Which IPv6 address
Thank you for an informative reply.As I've recently changed internet providers I am not fully familiar with them as yet but I note my first group of hex is 2a02 and not 2002 which I understand is the...
View Article