Hailo • Re: Hailto 8 Not Working
I was able to fix it by changing the path I took from here https://github.com/hailo-ai/hailo-rpi5-examplerpicam-hello -t 0 --post-process-file /usr/share/rpi-camera-assets/hailo_yolov6_inference.json...
View ArticleCamera board • Re: Unable to detect Camera Module V3 on RPi 5
Now I can see the sensor chip error in dmesg:Code: $ dmesg | grep imx[ 0.580490] platform 1f00128000.csi: Fixed dependency cycle(s) with /axi/pcie@120000/rp1/i2c@80000/imx708@1a[ 3.290668] rp1-cfe...
View ArticleTroubleshooting • Re: USB ports not working after reinstall to newest Bookworm
OK, so, here's what works and what doesn't.When I just try: Code: cat </dev/ttyACM0 ...it doesn't work. I've tried with and without newline, doesn't make any difference.Opening port through screen...
View ArticleTroubleshooting • Re: SSH permission denied
Connect a mouse and keyboard and attempt log in locally too. That will tell you if it is accepting connections. Check your firewall.That will tell you whether the username and password are correct. I...
View ArticleRaspberry Pi OS • Re: HOW-TO: Bookworm On-screen Keyboard
Has anyone gotten working with Chromium in Kiosk mode the new squeekboard keyboard mentioned at: https://www.raspberrypi.com/news/a-new- ... rry-pi-os/ it seems like it could be a built in replacement...
View ArticleGeneral • Re: Trace FIFO and TPIU with ITM
One catch:ACCESSCTRL: CORESIGHT_TRACE RegisterOffset: 0x58Description: Control whether debugger, DMA, core 0 and core 1 can access CORESIGHT_TRACE, and at what security/privilege levels they can do...
View ArticleAdvanced users • Re: [HOWTO] Headless configuration of a Raspberry Pi using...
Thanks for this HowTo! I used it as my guide for implementing a gadgetmode plugin for sdm. While I was at it I also implemented libcomposite gadget mode. It works, but I haven't done extensive testing...
View ArticleBeginners • Re: Surely simple networking help please!!!
Out of the box Network Manager will ignore any interfaces configured in /etc/network/interfaces[.d]@OP:If you're not familiar with NM, nmtui is likely a better choice than nmcli.Agree., nmtui is an...
View ArticlePython • Re: BMP280 library
I don't know the differences between BMP280 and BMP180, but here is a pointer to BMP180 for Micropython:https://github.com/micropython-IMU/micropython-bmp180Statistics: Posted by bradcar — Fri Nov 08,...
View ArticleRaspberry Pi OS • Re: "Raspberry Pi OS 6.6" - Says who ?
Now on to purging all references to "Raspberry Pi (Trading) Ltd" which hasn't existed as a legal entity with that name since 2021 It's not strictly necessary to do that, or at least not with any real...
View ArticleCompute Module • Re: CM4 I/O Board with different two cameras available?
Yes you can use 2 different sensors on the 2 ports of a CM4 or Pi5.With libcamera you can also have different sensors on the inputs of the Arducam Doubleplexer or Multi Camera Adapter boards, but they...
View ArticleMedia centres • Re: Peppy player
I have been running the Peppy player on a 5" screen for many days and so far has been running fine without any lockup. Just wonder if you have made any progress using the SPI interface.Statistics:...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
I installed and setup Logwatch just as it is setup on the target machine under Buster. I set it to send the Logwatch output via email. This has always worked fine on the Buster machine.And, it worked...
View ArticleGeneral • Re: Receive then send data in the same pin using PIO
I'm trying to read more about how to properly configure the pins when using PIO but this is the config helper.Code: void gbacom_program_init(PIO pio, uint sm, uint offset, uint pin, float div) {...
View ArticleTroubleshooting • Re: Keyboard layout issue since migration from wayfire to...
I had to modify /usr/share/labwc/environmentraspi-config is supposed to edit that file, among several others. If is not working in some cases it would be useful to try to find out why, instead of just...
View ArticleRaspberry Pi OS • Re: Creating a new keyboard map
All applications using right numeric keys as cursor, including thonny and visual code studio. It make no difference whether the num lock is on or not.Statistics: Posted by StephenHeilman — Fri Nov 08,...
View ArticleGeneral • Re: How to prevent PIO Rx FIFO write from conflicting with C code...
Also CPU can check PIO: FLEVEL Register.If 0, SM is in the middle of the cycleCPU can wait for the next 2 words.if 1, SM has just ended a cycle, if 2, SM already started next cycleCPU can read and...
View ArticleAutomation, sensing and robotics • DS18B20 ghost folder, cable length issue...
Hi guys,I've been tinkering around with the DS18B20 w1 temp probe for about 6+ years now and I've had the same frustrations as most people have had in the past and I'm writing this in hopes that...
View ArticleAutomation, sensing and robotics • A way to keep my cats out of the kitchen
Our cats are really bad about staying out of the kitchen, I wanted to set up the PI and a speaker in the kitchen and put some kind of sensor on their collar so when they go in the kitchen a...
View ArticleTroubleshooting • Re: Volume control with momentary buttons, works but not on...
Odd, when i pasted the code it looked like it was all indented, but I can see you point. Will figure out how to fix it.Unfortunately I'm not much of a programmer, the last time I coded was 25 years...
View Article