Bare metal, Assembly language • Re: Troubleshooting DMA issues on RPI1:...
have you tried printing the value of the TI register?Statistics: Posted by cleverca22 — Sun Jul 21, 2024 4:34 pm
View ArticleTroubleshooting • Re: Replacing usb 3.0 port.
There are two types of ethernet jacks. Those with built-in transformers and those without. The former have been specified for all ethernet equipped RPis.In early 2012 it was reported that a batch,...
View ArticleAdvanced users • Re: Raspberry Pi Zero 2W max resolution of 1920x1200
Don't know exactly which limits apply for Pi Zero 2W but is think it' 1920x1200.You can lower framerate while increasing the resolution to see how far you will get.My advice would be to make use of...
View ArticleAdvanced users • Re: Image File Utilities
So - thanks very much for creating and maintaining image-utils! I use it almost every day, and it has been an utterly reliable, dependable tool! Thanks for the feedback. I'm glad to hear you got...
View ArticleAutomation, sensing and robotics • Re: AI Hand tracking on Raspberry Pi5
You have various options, for example, you can use post processing with opencv:https://www.raspberrypi.com/documentat ... th-opencvand integrate:https://opencv.org/wp-content/uploads/ ... ntrol.pdfAs...
View ArticlePython • Re: What python framework/modules for Web scraping?
Have a look at selenium and "beautiful soup"Are these two separate things? or are they supposed to work with each other?Statistics: Posted by drakejest — Mon Jul 22, 2024 5:04 pm
View ArticleTroubleshooting • Re: Failed to start sysctl.service, service not found
Seems to be fixed now. systemd-sysctl service is also running. IP forwarding works as intended on Tailscale.Statistics: Posted by TheWiredNomad — Mon Jul 22, 2024 5:09 pm
View ArticleGeneral • Help understanding I2S audio example
I'm trying to make sense of the sine_wave.c example from the pico-playground repository (which uses this pico_audio and pico_audio_i2s code as well).I'm caught up on a few things, and if anyone has...
View ArticleGeneral discussion • Re: Capturing Data from Sensors Sequentially Using...
Where to begin...First, why are you using Flask for this? Flask is a web server.Second, that's not all your code, so all people can do is speculate.If you are going to let the sensor send data to your...
View ArticleTroubleshooting • Re: Raspberry Pi 5 8GB corrupting disk file systems
Also have had great success with a Pimoroni NVMe BASE and NVMe SSDs.Same here.BUT, I see Pimoroni suggest the WD Green is avoided ....https://shop.pimoroni.com/products/nvme ... 9587178579Statistics:...
View ArticlePython • Re: Capturing Data from Sensors Sequentially Using Raspberry Pi 5...
Don't double post. It makes things hard to work with because there'll be answers in multiple places and it only confuses everyone trying to help.Already answered here: viewtopic.php?t=374055This post...
View ArticleTroubleshooting • Re: App scaling : Failed to execute child process...
Fixed by "Raspberry Pi Ltd", update pushed to apt.Statistics: Posted by pol9520 — Mon Jul 22, 2024 5:39 pm
View ArticleGeneral discussion • Is it possible to use two of the four load cells?
I've recently started using the raspberry pi 4 and for my project, I'll need to measure weights. I have a small concern. When I bought the load cells, the seller gave me 4. I'd like to know if I can...
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
Get whatever those bugs are fixed and it will work as expected.This is already more effort than my proposalAgreed, beyond mere mortals. But we don't know if an MQTT solution will avoid those bugs. If...
View ArticleGraphics, sound and multimedia • Re: Accessing individual Channels of HDMI /...
Really nobody? Is my description unclear?Statistics: Posted by RaspiLover — Mon Jul 22, 2024 5:45 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can ADV7282M work with RPi4 at all ?
Hi 6by9,so, I have managed to obtain some logs. The first method by debugfs completely doesn't want to work (all the time everywhere "permission denied") so I have used the second method by placing...
View ArticleGeneral • Re: Flashing Pi Pico W with OpenOCD error
Thank you, it actually works with version 0.12.0. My package manager was stating that 0.11.0 was the most recent version, therefore i did not check for newer releases.Statistics: Posted by Braiuz —...
View ArticleCompute Module • Re: Issues interfacing VL805 with CM4
It appears you haven't copied the layout from the CM4IOUSB3 reference design. The USB pairs should be 90R. The differential pairs need a constant reference plane ( when you change layers you need to...
View ArticleTroubleshooting • Re: Camera Module 3 PiCamera2 selecting wrong resolution
You could follow the examples provided with picamera2https://github.com/raspberrypi/picamera ... ull_res.pyhttps://github.com/raspberrypi/picamera ... _config.pyStatistics: Posted by 6by9 — Tue Jul...
View ArticleNetworking and servers • Re: building a sata nas
Did the X1009 ship with a 5 connector SATA power cord for the drives?Yes, I received the board, mounting screws, heat sink, and SATA power cable. Everything was included except rpi5 and active cooler...
View Article