MicroPython • Pico W TLS configuration
New to TLS.I have Mosquitto broker and Phao client running fine in dual auth TLS mode, with youtube taught self-generation and self-signing CA, SERVER and CLIENT .crt and .key files. They run on same...
View ArticleThe MagPi • Re: About the new name of MagPi
Subscription page is already updated with the new name while still showing MagPi 150 cover. https://raspberrypipress.imbmsubscriptions.com/4 days to go.@lucyhattersley Can you make an official...
View ArticleTroubleshooting • Copy large amount of data between x2 HDDs > What is...
Hi there guys.I was hoping that you could help with me with a project that I want to sort out.Issue:I have 1 TB of data I want to copy across from one hard drive to another.1. The source is on a SSD2....
View ArticleOther projects • Re: RPi to run a backup system
Yes.Subject to limitations set by the 3B/4B.3B will not perform well due to it only having USB2 and to sharing that with ethernet.4B will perform better as the ethernet is no longer on USB and because...
View ArticleTroubleshooting • Re: Copy large amount of data between x2 HDDs > What is...
It should "just work" - and, no, it won't copy to the SD (or anywhere else other than RAM).I did this recently, copying about 350G from one NTFS drive to another (on a Pi4).I used "rsync" to do the...
View ArticleNetworking and servers • Re: Bookworm 12.8 - etc/network/interfaces does not...
Really?I would never have guessed that.Will try it Monday.TVMStatistics: Posted by myshkin-uk — Sun Feb 23, 2025 1:56 pm
View ArticleAdvanced users • Custom Display Resolution
I recently got a replacement monitor as my previous one had broken. It was quite old and was second hand. When I connected it to my Raspberry Pi 5 4GB (running Raspberry Pi OS) with a Micro HDMI to...
View ArticleOff topic discussion • Re: AI is dangerous
Like any technology, it’s not inherently bad, but how we regulate and use it will determine whether AI remains a benefit or becomes a threat.But that is exactly the problem, you can't regulate it for...
View ArticleNetworking and servers • Re: Trying to get VNC to work on Pi 5/Bookworm
Looks like a bit of a rabbit hole has opened up / been gone down.A standard Bookworm install with no manual edits to anything works fine with VNC server enabled and Real VNC Viewer on a...
View ArticleAdvanced users • Re: How to fix "xhost: unable to open display...
Doe's anyone have an idea about this problem and can tell me what to do to fix it.Not without more information from you:Pi modelOS and named release of that OSWhether you're booting to command line or...
View ArticleBeginners • I can made a radio from Pico W?
Heyo! I can made a fm-radio using Raspberry Pi Pico (1) W and this chip (https://www.ebay.co.uk/itm/286059950879)?Statistics: Posted by Morello — Mon Feb 24, 2025 12:58 pm
View ArticleTroubleshooting • GPIO 13 (LED, kernel module PWM) and GPIO 12 (buzzer,...
I'm encountering a conflict between GPIO 13 (LED, kernel module PWM) and GPIO 12 (buzzer, WiringPi PWM): when I set GPIO 12's PWM mode using WiringPi, GPIO 13 unexpectedly goes to a constant high...
View ArticleDevice Tree • Re: MCP251XFD fails to load dynamically
I reconfigured SPI0 with 4 chipselects and all 4 loads fine using config.txtsudo dtoverlay mcp251xfd spi3-0 interrupt=4Code: [ 1640.864718] mcp251xfd spi0.3 (unnamed net_device) (uninitialized):...
View ArticleGeneral • Re: What's the meaning of 0xFAB to turn on the XOSC
It could also be after the rather splendid ice lolly.https://en.wikipedia.org/wiki/Fab_(brand)Statistics: Posted by jamesh — Mon Feb 24, 2025 1:44 pm
View ArticleTroubleshooting • Re: Reading a simple GPIO push button from NodeJS on a...
The pin numbering is a bit weird. On the Pi5 enter this command Code: cat /sys/kernel/debug/gpioYou will see Code: ...gpiochip0: GPIOs 571-624, parent: platform/1f000d0000.gpio, pinctrl-rp1: gpio-571...
View ArticleGeneral discussion • autostart files bookworm
Afternoon,I have a python script autostarting on boot using an autostart.desktop file.Is there a way to delay the script running until the desktop has fully booted?probably really easy but I cant find...
View ArticleCamera board • Re: Getting 120FPS from HQ camera
Thanks therealdavidp for the quick response.I've tried your suggestions and I can't seem to get even in the ballpark of what you're showing. I'm wondering what exactly is happening that my setup is...
View ArticleCompute Module • Re: CM5 interaction with rtc devices is borked.
On battery life:I don't want the customers getting involved with changing RTC batteries. They are not accessible, and not really separately replaceable.A DS3231 lists IBATT ( timekeeping battery...
View ArticleBeginners • Re: I can made a radio from Pico W?
Heyo! I can made a fm-radio using Raspberry Pi Pico (1) W and this chip (https://www.ebay.co.uk/itm/286059950879)?Welcome. I find the trick when selecting HW to attach to a PI is find one with...
View ArticleGeneral discussion • Re: autostart files bookworm
See @thagrols excellent guides:Autostart with labwcviewtopic.php?t=379321Running A Program At Start UP A Beginner's Guideviewtopic.php?t=314455Statistics: Posted by terribleted — Mon Feb 24, 2025 2:21...
View Article