MicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
Hi SirFico,Sorry for the very late reply. My project is disrupted right now with a heavy basement reno. My workshop is pretty wrecked right now. I really want to be following up on your suggestions...
View ArticleGeneral discussion • WiFi region setting
Folks,Appreciate this can be set using raspi-config but I like to prepare all my settings on my PC so that the microSD card is ready to go once inserted into the Pi.I can create a new ***.nmconnection...
View ArticlePython • Re: Issues with code from Raspberry Camera Guide 2nd edition
Yes noted and done.JohnWStatistics: Posted by ejwjohn — Tue Dec 24, 2024 1:34 am
View ArticleBeginners • How would I go about creating the front end like this on a Pi5?
I was going to buy an Echo but the delivery time is March/April next year so I thought that DIY might work.I would like to use a touch screen for which there are lots of instructions but.. well there...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
We'll stop after we release a product and the launch post attracts zero whiny comments in a week.Statistics: Posted by jdb — Tue Dec 24, 2024 10:16 pm
View ArticleBeginners • Re: How would I go about creating the front end like this on a Pi5?
I would go with an HTML page with buttons and JavaScript.Or use python flask or pygame.Statistics: Posted by neilgl — Tue Dec 24, 2024 10:24 pm
View ArticleGeneral discussion • Re: Google will be after me...
What app are you using that you get logged out of?Statistics: Posted by bls — Tue Dec 24, 2024 10:30 pm
View ArticleRaspberry 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 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 ArticleCompute Module • Re: SYNC_OUT pin on CM5 IO board
You're on the right pin. What are you using as ground? The other pin in the USB_OTG pair works.You should have the ethernet plugged into a switch: the hardware timestamping functionality doesn't work...
View ArticleTroubleshooting • Need help installing WSPR on Pi Zero (Not V2)
I've been trying to install WSPR on a Raspberry Pi Zero (NOT v2) from https://wsprry-pi.readthedocs.io/en/dev ... index.htmlbut I continue to receive the following error:drew@wspr1:~ $ wsprwspr:...
View ArticleMicroPython • Re: Pico W Reliability
Modified version of connect_to_wifi() behaves better:Code: async def connect_to_wifi(): wlan = network.WLAN(network.STA_IF) wlan.config(trace=1) wlan.config(pm=network.WLAN.PM_NONE) wlan.active(True)#...
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 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 ArticleOfficial Display • Re: Rpi5 + Touch Display 2 + OS Lite, how to rotate?
Hello,Have you figured out a solution ? I am also in the same boat.Chromium Browser in kiosk mode always opens in portrait.Statistics: Posted by srinivas_b — Thu Dec 26, 2024 12:11 am
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 Article