General • Re: Enviro Grow (Pico W Aboard) connect to WiFi that requires...
Good question, we are about to find out similar I guess.If the PicoW (with micropython) cannot do it we're stuffed too.Yes eduroam is enterprise security etc https://eduroam.org/eduroam-security/So...
View ArticleGeneral • Re: Pico W overheating/fried using servo driver board
I apologize for the snarky tone in my post above. Anyway, I'm probably wrong about my magnetic coupling idea too -- it could be just some bad inductor parts. Agree that we will probably not know the...
View ArticleBeginners • Re: RPI5 to be used as a "normal" server.
Given the OP doesn't mention apache or any other service none of the above appears to be relevant.I was going from the title - normal server, I guess it could be a broader meaning than my narrow...
View ArticleSDK • Re: SDK install errors
Several errors are seen - am I missing something?You are compiling code written for libgpiod v1 against libgpiod v2. The objects are now opaque so if you do that will see errors...
View ArticleTroubleshooting • Re: crazy issues with NFS and 2 pi's
If it happens again I'd try rebooting the Pi 4 first to see if that fixes it.It does, if I remember correctly that's how it went down last time. I had rebooted the pi5 several times (but without...
View ArticleOff topic discussion • Re: What batteries are safe?
Study chemistry and then consider how materials react. Probably the least likely secondary (that is, can be recharged) battery chemistry to catch fire would be Lead Acid, these days, usually Sealed...
View ArticleBeginners • Re: iptables vs nftables related confusion wrt my home Raspberry...
As standard It is really running nftables but has the iptables-compatibility layer built in, I've always carried on using it as though it is iptables even though it is not.Statistics: Posted by pidd —...
View ArticleC/C++ • Re: Driver (LKM) programming with pinctrl or userspace library
I'm trying to work with a rotary encoder and linux RT.The more I read, the more I think the "easy" solution would be to use the libgpiod V2. But following my first idea, I would have liked writing a...
View ArticleC/C++ • Cross compile using cmake
Hi Folks,Long preamble before the question. Necessary I'm afraid.I really shouldn't have gone down this rabbit hole considering how much I loathe xgcc environments. That said, I needed to in order to...
View ArticleBeginners • Rasp Pi Imager can't download image
I'm trying to install a new Pi image on my SD card. I set up the Pi Imager with the options I wanted, clicked OK then nothing. I thought Maybe it's just slow so I left it and went and did other...
View ArticleAI Camera - IMX500 • Re: run yolo on raspberry pi ai camera
Thank you - this is very helpful. As I mentioned in my prior response, I want to use a probe type device and use yolov8 to detect objects and beep if found. Will start with std model but in parallel...
View ArticleBeginners • Re: Pi5 Not Booting Correctly
Hi ve3hls, Would it be possible to take a picture of what you are seeing?Use a video capturing card or the easiest way, take a picture with your smartphone.You can use imgbox - fast, simple image host...
View ArticleBeginners • Re: Problems Installing Software
Also make sure nothing else is using dpkg like packagekit.How would I do that?I fumbled my way to a solution and ended up installing the software from the GUI, as was suggested a few messages up. Much...
View ArticleTroubleshooting • Re: Boot to USB3 with SATA adapter PA023U3
@peterlite: here’s my quirks lineCode: cat /boot/firmware/cmdline.txtusb-storage.quirks=7825:a2a4:u,152d:0578:u,152d:1561:u console=serial0,115200 console=tty1 root=PARTUUID=d38551dd-02...
View ArticleBeginners • Re: Raspberry Pi 5 - Unable to boot from NVME
for the pi4 and pi5(when not using flashrom mode), the new eeprom image is put onto the fat32 partition, and the whole system is rebooted (clearing the cache)flashrom reports sucess.flashrom mode lets...
View ArticleRaspberry Pi OS • Re: Request for Kernel Headers for Raspberry Pi OS Kernel...
Thanks for your reply;its bullseye 11 , i upgraded it to latest one.Statistics: Posted by prafulchavan — Mon Nov 04, 2024 5:01 am
View ArticleTroubleshooting • Re: USB ports not working after reinstall to newest Booworm
This works OK for me on a Pi3+ running latest Bookworm 64-bit with all updatesArduino UNO connected to USB port running a sketch that sends incrementing text (0.00, 0.10, ) over USB...
View ArticleAndroid • Re: Android 15 for Raspberry Pi 5 by emteria
You say SD card?Can Android 15 or 14 be installed right to an NVME drive?With the HAT+ M.2 out it would a great fit.Thanks,Sorry, wasn't the last line in emteria's post?Have questions, ideas, or just...
View ArticleDeutsch • Grafische Oberfläche auf default zurücksetzen?
Moin zusammen,ich habe die Tage meinen Pi4B Updated/Upgraded.Danach sah die Oberfläche kaputt aus. Dann hab ich mit Hilfe von Google versucht das zu reparieren, hat aber nichts geklappt (z.B. auch...
View ArticleGeneral • Re: Specify buffer allocation in specific memory banks
RP2040 has special address range for defining blocked vs stripped addressing. When using blocked addressing you can use standard C sections. The multicore API allows moving the core 1 stack. You can...
View Article