Graphics, 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 ArticleRaspberry Pi OS • Re: Auto-starting service crashes Raspberry Pi
I am developing a background service that runs on Raspberry Pi OS based on Buster, Bullseye and Bookworm in both 32-bit and 64-bit variants. I test this application on several Raspberry Pi 4 with...
View ArticleGeneral discussion • Re: how to boot from m.2
dear all i just bought raspberry pi compute module 5 and Compute Module 5 IO Board and i install Samsung 990 PRO 1TB with Heatsink NVMe Gen 4 M.2 Internal SSDnow the challenge is how to boot from NVMe...
View ArticleBeginners • Re: DAS How to build a Raspberry Pi DAS (not NAS) by USB-C or WiFi
Hi! Thanks a lot for all the answers.What I would like to know is if I can make something like this product, but with a RaspPi5.https://yottamaster.com/products/yottam ... lLZBs50oiPYeah, NAS is...
View ArticleSDK • Re: I2C ssd1306 example
Some of the calls in the SSD1306 example uses 'i2c_default'. Kind of a banana skin for anyone trying to modify the code, because no errors will be thrown if i2c_default is still there,.. might want to...
View ArticleGeneral • Re: Is there a minimum list of files to archive a project?
The SDK has a few git submodules. The compilation process has a few packages it requires depending on OS used.Please send a link to a repo if you have one. Or print a directory listing.Statistics:...
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 ArticleTroubleshooting • Re: Broadcast issue with an RPI accesspoint install
You are right the author did say that Bullseye did not work for him but if you read on 2 contributors commented that Bullseye did actually work for them.I confirm that it also works for me except for...
View ArticleTroubleshooting • USB3 HDD and UAS on RPI4B ?
Hi,I carefully red viewtopic.php?t=245931 for Rpi4 SSD and UAS, does this apply to HDD with no or poor UAS implementation ?Never got problem with my 1To M3 on RPI2, nore on my tower on linux Mint....
View ArticleSDK • Re: Scanvideo -- changing video mode at runtime
Kilograham resolved this with an hack in his BBC emulator https://github.com/kilograham/b-em but I don't find the exact file for now....Rumbledethumps wrote code to handle that for his PicoComputer,...
View ArticleBeginners • Changing Pi City/Country Setting from Script
Hello,BackgroundWhen initializing a pi, a user can select a county/city from a dropdown menu. This has two primary functions of setting the users time zone (clock time from UTC), and also identifying...
View ArticleBeginners • Re: Changing Pi City/Country Setting from Script
if your using the desktop it's already there in preferencesStatistics: Posted by kerry_s — Fri Dec 27, 2024 12:45 am
View ArticleMicroPython • Re: Raspberry Pico W program not working after updating to...
Issue solved. I changed the host of socket s2 from ' ' to '0.0.0.0'.So this is the thing.Code: s2.bind(('0.0.0.0', 5005))Statistics: Posted by visogonzalez — Fri Dec 27, 2024 10:10 pm
View ArticleAIY Projects • Google voice kit is buster safe?
I have just started to build my Google voice kit v1 and one I installed the os onto my pi I got an error code that said my version was out of date on buster. I did some research and found it is not...
View ArticleMicroPython • Re: Micropython PIO Pulse Signal on RPI Pico
If I see correctly you don't have any explicit pull instructions or any other that trigger autopull, so the values sent are never read by the state machine.Statistics: Posted by horuable — Fri Dec 27,...
View ArticleBeginners • Re: How do I run VASM?
Thank you, but how do I use the OC command? I can't get it to work.What's that? It's nothing to do with vasm.Statistics: Posted by scruss — Fri Dec 27, 2024 10:32 pm
View Article