Interfacing (DSI, CSI, I2C, etc.) • Re: Custom MIPI CSI camera not detected
Circling back around to this. We received our new boards and it works! Using v4l2-ctl, we can now successfully write raw 14 bit data to a file.We're now trying to display live video on the LCD display...
View ArticleMicroPython • Re: Dynamic USB Devices
Hi hippy,I'm the author of this feature, I'm glad to hear you're interested in it but sorry to hear you're not having a great experience.The maintainers discussed the decision to reset any dynamic USB...
View ArticleMicroPython • Re: Rotary Encoder
If it is a high resolution encoder and requires a fast counter, and you have a spare PIO. I would recommend this quadrature decoder/counterhttps://github.com/pololu/pololu-3pi-20 ......
View ArticleNetworking and servers • Re: Need to 'spoof' a router - not sure if it will work
how olds the router ?most just land on a page with a qrcode.most can only be accessed via the app, there's usually a recovery code on the bottom.when you connect via app, you click reset password,...
View ArticleTroubleshooting • Re: Pi Zero 2 W won't connect to secured Wi-Fi network
I just tried the March 2024 32-bit images of both Bookworm and Bullseye. No improvement. Pi Zero 2 W still won't connect to secured Wi-Fi network.Statistics: Posted by Henry Orbit — Thu Mar 21, 2024...
View ArticleTroubleshooting • Re: Pi 5 not booting - 3 long 1 short flash
have you tried the pi5 eeprom recover image?Statistics: Posted by cleverca22 — Thu Mar 21, 2024 4:30 am
View ArticleGraphics, sound and multimedia • Re: Big animated eyeball
How did I not notice that the tutorial says its outdated? Thanks for pointing that out. I though that because I was using an older Legacy OS image as per the instructions, I'd be okay. But it appears...
View ArticleCompute Module • Re: Bootloader reprogramming with SIGNED_BOOT=1
my understanding, is that the CM4 has recovery.bin disabledbecause if you used pieeprom.bin, it wont rename itself, and gets stuck on the emmcand you cant just remove the emmc and plug it into another...
View ArticleRaspberry Pi OS • Re: OS problem
Bookworm by default uses wayland and to start the gui from cli you use wayfire-pistartx is for X11 modeThank you for the quick reply, I tried the command:Code: wayfirebut when I hit enter it showed me...
View ArticleGeneral discussion • Re: Raspberry Pi zero 2 Frozen
You were running the desktop and a word processor on a system with only 512MB RAM (shared with the GPU) and the default 100MB swap?That isn't going to work well if at all (as you found out).You could...
View ArticleAdvanced users • Re: Pi 4 Unable to Boot Bookworm Lite Image From Network
Here's a working implementation: pxe-bootI compared your script and the instruction from official documentation, it seems like the difference is the official documentation didn't mention it require...
View ArticleGeneral discussion • SSD Failure (Input/Output errors) [SATA to USB]
Raspberry Pi 4Ubuntu Server 22T-Force Vulcan Z (SATA III 480GB SSD)SATA III to USB 3.0 adapter (Has optional port for power supply that I'm not using.)I wanted a faster hard drive as my SD cards get...
View ArticleRaspberry Pi OS • Re: Replacing NetworkManager with dhcpcd on Bookworm (a...
Hi, Thanks for the hack. Btw, what should I be doing if I need to reinstate the setting of static IP (in dhcpcd) via a wired ethernet connection? My RPi4 is connected to another Windows PC and use...
View ArticleOff topic discussion • Ping stopped after a while on eth0
Hi,I am using the Raspberry Pi 4 Model B Rev 1.4 having linux raspberrypi 6.1.0.In which facing a issue on ethernet interface. As ethernet cable connected between PI-board and laptop.I simple ping the...
View ArticleBare metal, Assembly language • Re: GPIO in assembly on RPi5
Interesting version. I recently posted a version here (viewtopic.php?t=367219) that demonstrates relatively simply how to control the LED. If I understand correctly, the RP1 makes it easier for us to...
View ArticleBeginners • Re: RPi 3 B+ slow after new Bullseye install
Yes I imagine it could be with Bullseye being more demanding by two steps Stretch 2017 > Buster 2019 > Bullseye 2021 > Bookworm 2023With Bookworm which comes with the Pi 5 it will not install...
View ArticleAdvanced users • Re: ASIX ax88179_178a not getting predictable network...
Thanks!!Statistics: Posted by lowflyer — Thu Mar 21, 2024 7:11 am
View ArticleMicroPython • Re: Dynamic USB Devices
So; don't use dynamic USB and there's no pain, no change from previous behaviour, use dynamic USB and you have to live with the consequences.That seems a fair and equitable compromise to me, how it...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Using I2C with the BQ27441, Raspberry Pi 4
My GoalI'm trying to read and write data to the BQ27441-G1 LiPo battery fuel gauge using a Raspberry Pi 4. I was able to read data (voltage, state of charge, current draw, etc.) by porting the...
View ArticleNetworking and servers • Re: How do you connect a “wired connection” to eth0?...
I’m using the pi 4 with bullseye on the pre made image that they provided in their start up guideStatistics: Posted by Williamguy — Fri Mar 22, 2024 4:37 am
View Article