Troubleshooting • Re: How Do I Clone A Micro SD Card From An Existing...
I'm running a headless Pi, so I don't think that's going to work, I don't currently have USB card reader I can use with PI but I did just order one. This is what version I'm...
View ArticleTroubleshooting • Re: Changing raspberry pi hostname breaks Chrome?
Something similar happened to me the other day after changing the host name.Try starting chromium from a terminal (chromium-browser) and see whether you get an error message similar to...
View ArticleTroubleshooting • Re: Raspberry Pi 5 + Google WiFi: Sounds like a NAT issue,...
IP Assignment. In all honesty I have set up different things in the last few days and after many factory resets I cannot remember what I did - if I did anything on RPi5 to force the IP assignment. Do...
View ArticleBeginners • Re: Can I run different things at the same time on a Pi 5?
Can I use Ei23? I have heard of it but never tried it...It would seem so:https://ei23.com/diy-smarthome/Statistics: Posted by ame — Sat Mar 16, 2024 6:09 pm
View ArticleOther programming languages • Re: GnuCOBOL
Yes GnuCOBOL/OpenCOBOL works very well on the raspberry pi. Over the years i've used it to twiddle the gpio on a raspberry pi using the sockets library as well as normal COBOLy type thingsfound one of...
View ArticleAutomation, sensing and robotics • Connect Raspi to salvaged spare parts from...
My Ozmo 950 is gone (mainboard defect) and now I am wondering whether I can somehow salvage all the spare parts that are still functional and connect them to my Raspi for whatever little fun...
View ArticleCompute Module • Re: Driver won't compile anymore (was: CM4+Python+Bit banging)
The linked github page confirmed what I figured out too: remove everything but the name as a parameter. That is fine. However, there are more changes and at least gpio-related are critical: driver...
View ArticleAdvanced users • Re: Reviving /sys/class/gpio on kernel 6.6 and later using FUSE
That also works. If only they'd thought to allow names to be assigned to GPIO chips then we wouldn't have this problem.Statistics: Posted by PhilE — Sun Mar 17, 2024 5:43 pm
View ArticlePython • How Do I Open Audacity With Python?
I'm trying to find a way to open Audacity with python. I tried using subprocess.call but it just pulled up this: "This text file 'Audacity' seems to be an executable script. What do you want to do...
View ArticleTroubleshooting • Re: Rpi5 does not boot from SD card if I leave USD flash...
The problem with the USB flash drive is solved. The problem was really a duplicate UUID. I managed to choose a new random UUID using GParted. Thanks for the advice and for the inspiration!Now I'm...
View ArticleMicroPython • Re: Dynamic USB Devices
I'd wait until v1.23 is out and the code and docs no longer hidden away in contributors' PRs. They're aiming for soon, possibly in the next weekStatistics: Posted by scruss — Sun Mar 17, 2024 5:54 pm
View ArticleDevice Tree • Re: RPI5: Issue with dynamic applying DT for Sound Card
The same result, I see the card only after adding it to config.txt and rebootStrange - it's working for me running:Code: Linux raspberrypi 6.6.20+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.20-1+rpt1...
View ArticlePython • Re: How Do I Open Audacity With Python?
I would trysubprocess.run("audacity", shell=True)Assumption is: audacity is installed. And on my Pi4, bullseye, there is the need for "DISPLAY set properly". Automatically available when terminal...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing "A030VAN03.0"...
Little test: your panel needs 24bit input data, but what happens if you connect the 2 LSB of each color (R0/R1/G0/G1B0/B1) to HIGH (3.3V), whilst the remaing inputs will be connected to the PI's DPI...
View ArticleBeginners • Re: Rpi 5 and Pan Tilt hat
I fixed the export!!!!the original github of zeroping/sysfspwm wasn't working because he forget that after an export you need to wait for the pwm to popup on folder.I just add a small delay of 100ms...
View ArticleGeneral discussion • Re: Pi4 with Arducam 64mp- No camera detected
Personally, I have a lot of problems with these types of cameras. The ribbon cable is fragile and can easily get internal breaks. Also the sensors are sensitive to static so if you are not grounded...
View ArticleBeginners • Re: Servo Jitter with Python on Rasbperry Pi 5
Another option is to use a raspberry pico as a 'sub processor'. Connect with UART. Perhaps less expensive than a PCA9685 board. But you need some coding and connecting the servo needs some...
View ArticleMicroPython • Re: Web page re-direct from Pico?
I'm not sure I fully understand. Is the Pico the webserver?The correct way to redirect from the server side is that the server should send 303 See other, instead of 200 Ok.Statistics: Posted by Lobo-T...
View ArticleBeginners • Re: New Rp5 first boot unable to connect
By default a fresh install of RPiOS has no web server running. Ergo, you cannot log in from a browser.It used to be possible to configure VNC to listen for browser connections (on a port other than 80...
View ArticleTroubleshooting • Re: Blue tooth
Hi drgeoff,I just tried USB2 port, it's the same problem.Statistics: Posted by ed.vanams — Mon Mar 18, 2024 5:56 pm
View Article