Troubleshooting • Re: raspberrypi-ui-mods update package today - kills remote...
Those details resemble what I saw when I was looking at the image with a terminal command that I sadly cannot recall though what you have presented is somewhat more detailed. Except the Pi here is a...
View ArticleGeneral discussion • Re: Pi5 specific section in Documentation gone?
Perhaps that way naturally aligns with the way our stuff gets installed - the installation team is only really interested in the places they can connect wires, the monitoring and control team wants to...
View ArticleBeginners • Re: How to customise the app launcher in Bookworm?
right now the easy way is to right click > removethen add it back in the order you want by right clicking the item in the menuotherwise you can edit the settings file directly. just rearrange the...
View ArticleOfficial Display • Re: Touchscreen stays black depending on versions of the...
Does anyone at least know what the version marked in red on the picture stands for?I think they are some of the compliance numbers.How about the date on the top of the boards? There was definitely a...
View ArticleGeneral discussion • Re: RS485 Raspberry Pi
I really appreciate the response. My ultimate goal is to be able to write command data from the PI out to these servo motors. So it appears that I am receiving the data correctly, but displaying it as...
View ArticleCompute Module • Re: Kernel Panic on exec switch_root
To use the serial shell I had to disable hardware control flow in minicom.The issue with the first /init was that it was using mkfs which doesn't seem to work in this...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
update kernel to 6.6 => rpi-updaterevert back 6.1 => apt update ; apt install --reinstall libraspberrypi0 raspberrypi-bootloader raspberrypi-kernelupdate to official kernel 6.6 => apt update...
View ArticleTroubleshooting • Re: "sudo apt upgrade" throws a bunch of errors...
always use full-upgrade not upgradeCode: sudo apt update && sudo apt -y full-upgradeWill do going forwardAttempting "sudo apt full-upgrade" still leaves me with the same result...
View ArticleGeneral • Re: Memory Problem with Pico and Camera HM01B0
Hallelujah! Now I get a video with HMB01B0, Pico and Raspberry Pi. The only difference is I mounted Pico at first run Arduino Sketch for flashing and start processing sketch. I am not sure if this the...
View ArticleTroubleshooting • Raspberry Pi 4B Stuck on Black Screen After Raspbian Update...
Hi everyone,I recently installed Raspbian on my Raspberry Pi 4B and proceeded to update it. Post-update, the system requested a reboot, to which I agreed. However, since then, my Raspberry Pi has been...
View ArticleCamera board • Re: [GS camera] rpicam-vid broken by latest updates? Always...
Not yet, it will be pushed into the stable release soon. Until then you can get it by doing:Code: sudo rpi-update pulls/6027Thank you — now everything works again!Recording with 400fps with both...
View ArticleAutomation, sensing and robotics • Re: Maximum speed for a stepper motor.
Getting a stepper motor up to speed is very different from a standard DC motor.With a standard motor you just need to give it its maximum voltage and it will wind the speed up. If you just start...
View ArticleTroubleshooting • gpac package problem
Hello folks, As seen in this post, I have problems trying to download the gpac package.viewtopic.php?t=214952I want to use it for a WebCam with raspberry pi 4 (bookworm)Unfortunatly, even with all the...
View ArticleBeginners • boot video super wide resolution custom aspect monitor?
I have a question about a boot up video. I have a short video I created for bootup. Initially I created one that was 854x480 resolution. it worked great on standard 16:9 bench test monitor. But when I...
View ArticleCamera board • Re: Setting up 2 IMX477 on a Pi5
Also put dtoverlay=imx477,cam1I can now see both cameras from libcamera-still --list-camerasYou sir are a star!!!Thank you very muchNow I need to learn how to use libcameraBut if I can see them I...
View ArticleMicroPython • Re: Second Core Not Recognizing Library imported in main program
No idea. It works for me with references to 'myservo' and the 'import SERVO' removed because I don't have that package.My guess would be that you perhaps have an older version of MicroPython firmware...
View ArticleAdvanced users • Re: Raspberry Pi 5 continues to boot from SD card
Remove SD card from the boot order completely?Statistics: Posted by jamesh — Wed Mar 13, 2024 3:38 pm
View ArticleAdvanced users • Re: Custom Linux, custom file system in RAM
which model of pi is this? did you modify the address like i said?its also less accurate after an hour of uptime, you need to run it shortly after a rebootI won't be able to start immediately after...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: multiple PCA9548s on same I2C port
It was a doozie indeed! I had a typo in the overlay definition:I had '12c-mux' instead of 'i2c-mix' in the ovelay of the 0x77 multiplexer.here is the output of i2cdetect -l, after I fixed it:Code:...
View ArticleGeneral discussion • Re: Advice needed for remote data transfer - 4G mobile?
A forum search for the SIM7600 will find numerous threads discussing the "fun" had by people trying to get it working.Personally I've had good results with a ZTE MF823 USB 4G network adapter. It just...
View Article