Python • Re: Video feed not connecting / refreshing to WiFi Mesh
I would check if it is the “tornado” software by using a known working example.Try the picamera2 example script mjpeg_server_2.pyhttps://github.com/raspberrypi/picamera ... erver_2.pyThis works for me...
View ArticleOther projects • I2C 128x128 OLED display problem.
Hi alli have bought 128x128 OLED display which i sort of got to work. This is SSD1327 (ZJY-M150-128*128-4P). The problem i have with this display is that it is very dark compared to my other 128x64...
View ArticleGeneral • Re: Variable PMW on RP2040
The normal waveform seems to work ok, the bit pattern is as I expected. With a phase correct waveform, the interrupt happens when the down count reaches zero. But I suspect there isn't enough time to...
View ArticleGeneral discussion • 90 degree rotation video not supported?
I'm just now unpackagin my Raspberry Pi 4 and decided to pick up a Camera Module 3. My simple goal here is to live stream a video. The problem is that, while I can stream videos, the video need to be...
View ArticleGeneral • Re: [overclocking] RP2350 at 600 MHz, with Flash, PSRAM, ARM,...
Got it.It looks like after Flash write operation (this is in MicroPython, but uses C SDK), QMI registers are put to default values (in this case defined in board settings).So from M0_TIMING=0x40000303...
View ArticleTroubleshooting • Pi5 hanging when transfering large files to NAS
On a headless Pi5(Bookworm64) with NVME drive and a NAS directory mounted on the Pi5 if I attempt to transfer a large file >6GB from the NVME drive to the NAS directory the system hangs. What...
View ArticleTroubleshooting • Re: No Internet connection with ethernet cable plugged in
An old trouble shooting technique is to ask questions to which the answer should be obvious...but isn't always. Also known as "stupid questions."You've plugged a CAT-5 (or better) cable into your Pi....
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MIPI-CSI2 camera having ISP
Thank you for your kind reply.I would like to know how to connect an image sensor or video conversion chip that is not officially supported by Raspberry Pi. There are already threads where someone has...
View ArticleSDK • Re: Using printf with TinyUSB HID: Is It Possible?
Thank you very much arg001, hippy!I’ll try implementing referring to your helpful suggestions.Statistics: Posted by tsunokawa — Wed Nov 13, 2024 3:03 am
View ArticleAutomation, sensing and robotics • Re: Inquiry on Miniature Air Pressure...
What relative pressure differences do you need in this application? You are likely best served by contacting Bosch or some sensor maker directly for your application.The only ones are know are Bosch...
View ArticleGeneral discussion • Re: 90 degree rotation video not supported?
Have you consider re-mounting your camera 90 degrees from the way it is now?Statistics: Posted by W. H. Heydt — Wed Nov 13, 2024 3:50 am
View ArticleTroubleshooting • Pi 5 low 3V7_WL_SW_V ?
Hi, I find my newly bought Pi 5 (4G) has a strange 3.7v voltage output with Code: vcgencmd pmic_read_adc .It shows ~3.65v when wifi&bt turned off, and ~3.5v when wifi high load.Is it normal? Or...
View ArticleSDK • GPIO_PUT not working
I have a problem when I was trying to set a pin as chip select for a nand flash chip.GPIO 9But when I use gpio_put(9, 1) the value remains at 0(low).I tried with another random pin 20 and same...
View ArticleTroubleshooting • Re: Raspberrypi Logs out
Anyone there to help please? I face the same issue with my second rpi4 after update. is this normal?Statistics: Posted by navaskdl — Wed Nov 13, 2024 4:35 am
View ArticleBeginners • Bluetooth Transmission of Motion Controls
I have a Raspberry Pi 4, with the BerryIMUv3-10DOF to measure movement. With just those things, will I be able to measure movements (that would then be converted into basic motion controls), and then...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I wish I had filed off those board edges.cosmetic 'defects' The production versions are definitely routed out, so the edges will be smooth as a baby's bottom.Good, because otherwise I can see assembly...
View ArticleGeneral discussion • How will Chromium continue adblocking after Manifect V2...
uBlock Origin, which is installed on Chromium by default on Pi OS, will soon stop functioning from the Chrome Web Store.Here is a screenshot from a Chrome Canary build showing uBlock Origin not being...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
Thanks to user bls, the Logwatch problem is solved.I believe that it is this parameter in the Logwatch config file: Detail = LowOn Bookworm, Detail = Low causes Logwatch to fail.On Buster, Detail =...
View ArticleTroubleshooting • Re: SD Card Wiped During Update
Actually, it is possible that the partitions *do* exist - but the partition *table* is gone.This implies that you could, possibly, re-construct the partition table - if you could deduce where the...
View ArticleTroubleshooting • reserving an ip address for a specific device on LAN
tony@home:~ $ cat /etc/os-releasePRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"NAME="Raspbian GNU/Linux"VERSION_ID="11"VERSION="11 (bullseye)"VERSION_CODENAME=bullseyeID=raspbianI'm using...
View Article