AI Camera - IMX500 • Re: How to Benchmark: Accuracy and Inference Time
Thank you very much Statistics: Posted by gr8_ — Thu Nov 21, 2024 11:50 am
View ArticleRaspberry Pi Connect • Re: Use Connect on a headless Pi5?
I did try to establish an SSH connection via Pi Connect ssh and Raspberry Pi Connect are two different, independent, services.Enabling (or disabling) either should have no effect on the ability to...
View ArticleAutomation, sensing and robotics • Re: gpiozero button increase sensitivity...
... and, perhaps for interest, the reason for using a pi (apart from the fact I already had one) - I am actually using two - the pump and the monitor - that communicate with each other using MQzero -...
View ArticleCamera board • Re: Send direct I2C to HQ camer V4L2
You'll have the Linux kernel driver registered to the I2C bus/address combination, which will typically block access from any other user.You can use "i2ctransfer -f" to force the message to get...
View ArticleDevice Tree • Re: Using TI PCM3168A audio codec on RP5
I think you are running into a problem with how Linux/ALSA interacts with the role-specific I2S hardware. The DT declarations are static, so one effectively needs playback- and record-specific...
View ArticleBare metal, Assembly language • Re: Circle Bare Metal Pi IDE with Debug
I'm using the PICO Probe as a SWD adapter, which hopefully should work.I think Zero2/Pi3 needs JTAG, not SWD.https://github.com/raspberrypi/debugprobe/issues/44This guide, while for regular Pi and not...
View ArticleTroubleshooting • Re: First time user. Headless on a MacBook Air. Cannot connect
I don't have a MacBook Air, using an iMAC atm (for typing this).Never had any issue connecting to a Pi using 'Terminal' As you're using RPI Imager for setting up/enabling SSH take note of your...
View ArticleTroubleshooting • Re: Rotation of 7" Touch Display screen not working
Locking as duplicate of viewtopic.php?p=2268831#p2268831Statistics: Posted by dom — Fri Nov 22, 2024 11:42 am
View ArticleSDK • Re: Annotated online SDK
Excellent work.The thing I struggle with, and it may just be me, is, having discovered a function I want to try - usually from an online snippet which isn't usually the full C code, is determining...
View ArticleGeneral programming discussion • Re: [SOLVED]bash programming compare...
Stepping back a bit, there are 2 points to be made here:1) This is a "dash" vs. "bash" thing. bash takes either = or ==, while dash only likes =.More precisely, it's a bash vs whatever cron defaults...
View ArticleBeginners • Re: Which document editing tool is better?
Visual studio code. I use it for everything when I have a desktop.Statistics: Posted by jamesh — Fri Nov 22, 2024 11:50 am
View ArticleTroubleshooting • Re: New Official Raspberry Pi USB 3 Hub Not Working
That's the USB3 spec (isn't it) --> 4.5W maxSure, but that won't help much when you get couple of those usb3 to nvme enclosures an put power hungry SSDs (not designed for this) inside.It is like...
View ArticleRaspberry Pi OS • installing 64bit version on 3B hangs
I spent few hours waiting for 2024-11-19-raspios-bookworm-arm64-full to install. I used rpi-imager to write the image on a 16GB microSD then inserted into a rpi 3B and turn it on.After "unpacking" (?)...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
as we've talked about touch driver of that 2.8in waveshare screen..still requires further testing but single click/right click etc. seems working. Have not tested for multitouch yet.Statistics: Posted...
View ArticleMedia centres • Re: Peppy player
Looks like I have a working touch driver now for waveshare SKU:27579 (https://www.waveshare.com/product/2.8in ... ch-lcd.htm) as I've just tested it on the 6.6.62 kernel --> looks working on first...
View ArticleRaspberry Pi OS • Re: installing 64bit version on 3B hangs
I spent few hours waiting for 2024-11-19-raspios-bookworm-arm64-full to install. I used rpi-imager to write the image on a 16GB microSD then inserted into a rpi 3B and turn it on.After "unpacking" (?)...
View ArticleFrançais • Plus d'info sur pinctrl
Bonjour, je re-débute dans l'usage de Rasp PI (3 B+) après plusieurs d'année laissé dans la poussière.Voici que je veux contrôler des interruptions de Pin en bashSuite à des erreurs en suivant les...
View ArticleNetworking and servers • Re: Deskflow - sharing mouse and keyboard across...
Doesn't work w/o upgrading to X11, which is why i'm in this mess.Fixed it for you. No charge.Statistics: Posted by BigRedMailbox — Sat Nov 23, 2024 11:26 am
View ArticleRaspberry Pi OS • Re: Performance problems with the Raspberry Pi 2B
There are limits, but I do try to keep all of my older/slower/smaller raspberries working and doing as much as they can. You may find the following suggestions helpful. I only tried DietPi once, and...
View ArticleRaspberry Pi OS • Random reboots
Hi, the raspberry pi 4 seems to be randomly crashing and trying to reboot itself.I have the following logs in syslog:Code: Nov 22 19:43:52 dcx wpa_supplicant[721]: wlan1: Reject scan trigger since one...
View Article