Beginners • How can I connect my Pi5 to my WPA3 network?
How can I connect my Pi5 to my WPA3 network? It won't do it. Everything else I have connects without issue, except for this brand new pi.Thanks.Statistics: Posted by bradHip — Thu Sep 19, 2024 11:09 pm
View ArticleHATs and other add-ons • Re: M.2 and POE HATs: Preferred stacking order?
For completists:Pimoroni M.2 base unit. top marks. Cannot recommend highly enough. Plus they sell varying lengths of matching FPC cable.FPC connection is a bit tricky. Use lots of light and a...
View ArticleGeneral • Re: Pico2 easy upgrade or nightmare?
I can just have a boards folder in the project root then, that's awesome. Will changing this cause issues with dependencies for example my folders need pico.h and pico2.h so do I need to copy them to...
View ArticleUbuntu • Re: No gfx acceleration on Ubuntu on rpi5?
kerry_s' assertions (I'm well aware my job is an absolute joke as far as they're concerned)my mistake, i apologize.no developer is a joke to me.you have a tough job, things got corporate.Statistics:...
View ArticleOff topic discussion • Re: Boolean Algebra?
Perhaps it would help those having trouble understanding that there is no equivalence between arithmetic functions and Boolean operations if they were to look up the gate logic for half adders and...
View ArticleTroubleshooting • Re: Mouse cursor artifacts on third party desktop environments
if i remember right, i think it's cursor theme settinggo into the settings -> appearance(?) -> mouse theme, advanced(edit?)i think you change to none for the action ? (really don't recall, i'm a...
View ArticleBeginners • Re: pi5 using 480i
I always thought it meant it was sending a 480p signal when it did that, well, I guess that clears that up. And, yes, there was no scrolling.As for what version? I ran the Raspberry Pi Imager and...
View ArticleAdvanced users • Re: rsync backups may create inconsistent backups with...
I don't know the specifics of how the Debian people and processes handle binNMU updates. Generically, APT does update the timestamps on files when it updates a package, but the timestamp is preserved...
View ArticleAdvanced users • Re: Locking Secure-boot on Pi4B
Now I can detect rpi with rpiboot utility but if I try rpiboot -d secure-boot-recovery than getting error no bootcode files.So how can I make permanent boot and write data to OTP memory so no one can...
View ArticleHATs and other add-ons • Re: MicroPython port for Build HAT
Honestly incredible that you figured this out without support from Raspberry Pi. Thank you for taking the ball this far!Statistics: Posted by mspl — Sat Sep 21, 2024 1:56 am
View ArticleAdvanced users • Re: RAID 1 (mirror) with two NVMe
Does it mean that it can boot from RAID array without the knowledge that it is booting from RAID array? I guess that would only work for RAID 1.I have not tried it on a Pi, and I do not understand how...
View ArticleSDK • Re: Setting SCL,SDA pins for Serial2
These are completely different pin settings and protocols.Yes, I realise that. The initial question was about how to set SCL and SDA in the sdk, arg001 has answered that.I'm capturing data from a I2C...
View ArticleGeneral • Re: E9 errata should NOT be any show stopper
I wonder if kids could get away with "the RP2350 ate my homework"?Statistics: Posted by kilograham — Tue Sep 24, 2024 10:03 pm
View ArticleHATs and other add-ons • Raspberry Pi AI Kit Facial Recognition
I have created a trivia game that utilizes the Open CV Face Recognition to identify the "player". I included this feature so I could alter the difficulty of the questions depending on the player. If...
View ArticleGeneral • Re: Procedure for protecting code on Pico 2
There's no super sensitive data in my code. I just want to make it as difficult as possible to straight extract the binary and load it on another pico. I also want to keep the solution simple as...
View ArticleTroubleshooting • Re: raspberry pi imager formating my sd cards wrong
I gave up, I'm returning the unit for a refund.What are you returning? If you mean the RPi you have not reached the stage of checking if there is anything amiss with it.Statistics: Posted by drgeoff —...
View ArticleAutomation, sensing and robotics • Re: Raspberry Pi 4B pinout expansion,...
How about port expanders - is there any instructions how can I communicate via expanders? which one should be optimal?And AC detector - how to build it?Statistics: Posted by Frozen — Tue Sep 24, 2024...
View ArticleGeneral discussion • Re: Getting "no space left on device" message
That did it!Thank you very much.JimStatistics: Posted by wa4ywm — Tue Sep 24, 2024 11:17 pm
View ArticleMicroPython • MicroPython OLED library for Raspberry Pi Pico
I would like to share the MicroPython SSD1306 OLED Library that can works with Raspberry Pi Pico boards.Features:Supports degree character ( ° )Supports text, numbersSupports drawing shapesSupports...
View ArticleRaspberry Pi OS • Write to /sys/kernel/debug while OverlayFs is enabled
My current setup starts a system service during booting that opens a BLE server.For that I use the hci0 interface. Since my BLE clients need a "shorter" advertising time I reduce the value in...
View Article