General • Re: RP2350 arm floating point support
Ok, thanks.Statistics: Posted by lurk101 — Sun Sep 08, 2024 11:33 pm
View ArticleGeneral discussion • M.2 HAT+ mounted on the bottom of the Pi5?
I just purchased the official Raspberry Pi M.2 HAT+ from Microcenter here in the US and a 2230 M2 NVMe SSD.I know the official guide is to mount the HAT on top of the Pi, but I am curious if I can...
View ArticleSDK • Re: static_assert in SDK file accessctrl.h:
are you sure you didn't accidentally edit the file !?Statistics: Posted by kilograham — Mon Sep 09, 2024 12:05 am
View ArticleGeneral • Re: Buffering of uncached XIP loads and stores?
Be safe and not sorry. Just know. You should ask when based on XIP?Forgive the bluntness. However this is kind of mad. (I trust I can say this.)Statistics: Posted by dthacher — Mon Sep 09, 2024 12:31 am
View ArticleGeneral discussion • Will AnyDesk run on a Pi 5
I followed the installation guide for the Pi 400. The Icon appeared as an option under Internet. However, it will not run on my Pi 5. I have seen posts that Anydesk may not run a Pi 5. I would...
View ArticleGeneral discussion • Re: Will AnyDesk run on a Pi 5
Why not check it for yourself?https://support.anydesk.com/knowledge/s ... ng-systemsStatistics: Posted by memjr — Mon Sep 09, 2024 12:52 am
View ArticleGeneral discussion • Re: Packaging as Russian dolls
Recycle the boxes you already have, make new custom ones from any piece of cardboard you have laying around and would recycle anyway.Plenty of pople have done that, including Google and I. Google's...
View ArticleBeginners • Re: Pi5 vs Microsoft Teams
Does teams even run on a Pi? Perhaps the web interface does, but as far as I know there is no Teams app that can be installed in a Pi.Statistics: Posted by memjr — Mon Sep 09, 2024 1:00 am
View ArticleBeginners • Re: @thagrol? Non GPIO 3 start up shutdown pi zero 2w?
Thank you all for the replies I really appreciate it Statistics: Posted by thomen — Mon Sep 09, 2024 10:59 pm
View ArticleTroubleshooting • Re: Bricked Pi5 after udpate & upgrade
Probably not 'bricked.'At least, not in my understanding of that slang, which I take to mean something like: "hardware that is rendered non-functional in such a way that recovery via software can not...
View ArticleAdvanced users • Hosting Website from RPI 4
All,It *seems* like this should be easy, but it's been very hard. Here's what I want to do:I have a use case where I am going to use a RPI4/5 to interface wirelessly with a laptop or handheld device....
View ArticleNetworking and servers • Re: WiFi over ~30m any suitable antenna options?
Couple of other options: Powerline Ethernet Adapter -- One side you plug in the Master to an outlet and take a RJ45 connection and plug it into your Router, somewhere else outside that has power,...
View ArticleAutomation, sensing and robotics • Re: code PIR motion sensor to trigger a...
So it must be the relay - is it an "active low" module and can you show a picture of it and the wiring?i bought from ebay: https://www.ebay.com/itm/292160479941seems "active low" according to...
View ArticleGeneral discussion • Re: how to create a data repository Pi ai can access
Pi aiWhich software package? How is it configured?The only Pi AI I have looked at is the Hailo chip. AT the time, a few months ago, Hailo said it was working with image processing SDKs but everything...
View ArticleGeneral discussion • Re: Random question SD card reader
write to SD cards of coursemicroSD slot is one tenth the speed of USB 3. A good reason to not use it for more than the occasional backup. My good microSD cards are twice the microSD card slot speed so...
View ArticleAutomation, sensing and robotics • Rotary encoder issues
I currently have a 600 p/r encoder hooked up to a pi 4. Seems to work ok, but due to the pi OS (bookworm) it usually misses some counts. From what I read, it seems that there are 2 possible ways to...
View ArticleTroubleshooting • Pi 5 not accessible by other Pi’s Mount
Hi Folks!Need some assistance on getting my Raspberry 5 to talk to to my other Raspberry Pi’s.Raspberry Pi 5 with a 1 TB NVMe (FAST!! – sorry: distracted!), running Bookworm. The directory to be...
View ArticleAutomation, sensing and robotics • Re: Rotary encoder issues
I don't think pigpio works on a Pi 5, so if you go that route you'd have to replace pigpio if you moved to a Pi 5 later.If your quadrature chip asserts an interrupt, then I am guessing pigpio will...
View ArticleGraphics, sound and multimedia • Re: iMac as display for RPI5
Many thanks for your report inspector_gadget. And I'm glad to pump some dopamine into your veins. I didn't mention the issue in my first advice because I believed it was my fault during the...
View ArticleSDK • Re: RISC-V and tinyusb support
Your TinyUSB submodule is out of date1. Did you do a "git submodule update" after updating your SDK?2. Make sure you used a fresh (recreated) build directoryStatistics: Posted by kilograham — Tue Sep...
View Article