Raspberry Pi Connect • Re: Screen Sharing high latency Raspberry 5 headless
I was having the same problem of "both your device and browser chose to use connect's relay".I have a local firewall configured on my RPI 4.The configuration was:Code: root@picompute:/home/picompute#...
View ArticleItaliano • Re: Audio e microfono non funzionano
Ciao Bobo, prima di tutto ti faccio gli auguri di buon Natale. Non ho idea di cosa sia MagicMirror, è un nome molto usato anche in ambito software; riscrivi l'immagine di avvio e riprova passo dopo...
View ArticleBeginners • Re: How should I study a Raspberry Pi before I write code for it?
Perhaps you need to discover the Linux functional equivalents that already exist in ARM versions that can be run on the Pi simply by installing them.So...the documentation you need to need to read is...
View ArticleGeneral discussion • Re: Power supply - alternative needed to plug type
In theory that should work but limited to 3A @ 5v, as long as it cannot maintain 5v @ 3A.I think you mean it will work as long as it can maintain 3A.Statistics: Posted by davidcoton — Tue Dec 24, 2024...
View ArticleMicroPython • Re: Pico W Reliability
Thanks, I will adjust the instructions next time I'm on a device with a keyboard (probably tomorrow).I am new to the mp ecosystem, but I think pipkin can install more types of packages. Can you...
View ArticleGraphics, sound and multimedia • Simple 3D Visualization code
I am trying to find some code that will do simple (rectangles) 3D orientation. Not high end gaming graphics, just very simple 3D visualization of simple objects. Any suggestions?Thanks!Joe...
View ArticleTroubleshooting • Raspberry Pi Imager v1.8.5 - Error writing file to disk
I am putting this post here so that people who get this issue can hopefully work around it quickly. I noticed other posts which recommend removing a particular windows update to fix this issue and...
View ArticleRaspberry Pi OS • Re: Auto-starting service crashes Raspberry Pi
In Windows you can install WSL2 (Windows Subsystem for Linux 2) which basically installs a Microsoft-supported, easily accesible Linux virtual machine that will allow you to mount the ext4...
View ArticleBeginners • Re: Raspberry Pi 5 + PoE HAT?
This is most unfortunate. I really hope that whatever illness has delayed this is nothing serious and that the person recovers quickly.I also hope that the PoE hat will come early next year.Frankly,...
View ArticleTroubleshooting • Re: Raspberry Pi Imager v1.8.5 - Error writing file to disk
did you right click imager -> open as adminStatistics: Posted by kerry_s — Wed Dec 25, 2024 10:47 pm
View ArticleRaspberry Pi OS • OS Crashing
My RasPiOS keeps crashing and the following keeps scrolling continuously. Can anyone help me please with what the problem is and how to resolve it?Code: [228581.100791]EXT4-fs error(device sdb2):...
View ArticleGraphics, sound and multimedia • Re: Simple 3D Visualization code
There are two example libs I always seem to fall back on.The Mesa and Sascha's examples.https://archive.mesa3d.org/demos/https://github.com/SaschaWillems/VulkanThese are somewhat old but the GPU on...
View ArticleRaspberry Pi OS • Re: OS Crashing
There's not nearly enough information in your post to offer much in the way of useful advice.Extrapolating from it, it looks like you have at least two USB drives connected and the second partition on...
View ArticleTroubleshooting • Re: Broadcast issue with an RPI accesspoint install
Hang on, the link says “ For the instructions below to work, you must use the older “Buster” version”But in the original post we have “.. installed a minimal headless Raspbian based on Bullseye”Which...
View ArticleCompute Module • Re: Compute Module 5 Fan goes to 100% on shutdown
I can confirm with the latest bootloader update, from 19th Dec 2024, the fan issue is fixed.Statistics: Posted by AmrutP — Thu Dec 26, 2024 10:53 pm
View ArticleGeneral • Re: Is there a minimum list of files to archive a project?
Noting in the build directory matters. You should not need to include that folder at all. The output will appear in that folder, that is the extent of your concern with that folder. This folder should...
View ArticleBeginners • Re: How to process from sensor and send notification peridically?
See the excellent startup guide here https://forums.raspberrypi.com/viewtopic.php?t=314455B) get your python script to check things in a loop (while…) every 5 minutes (say) if no PIR has been seen,...
View ArticleGeneral • Re: Modifying Pico Examples for additional source files
It does.Statistics: Posted by picopirate — Thu Dec 26, 2024 11:13 pm
View ArticleAI Camera - IMX500 • Re: Step Quantization and Compression
What is the proper way to upload a model.pt file into python for quantization?Also, what is wrong with this:import torchfloat_model_path = './yolo11n.pt'float_model =...
View ArticleBeginners • Re: Cannot find RPi in systemd but finds it in ssh
While this command works in the ssh:Code: Select all(.venv) randy@raspberrypi: $ python3 /home/randy/Documents/GitHub/smrtpype-sensor-sampler/sensor.pyThank you for your help on this!So what that...
View Article