Troubleshooting • Re: Update Buster to Bullseye - stuck with libc6-dev...
Managed to successfully do a "sudo apt full-upgrade" as written before. Cleaning up things and fixing stuff currently. It's still a miracle to me why the original short apt install (only 3 packages)...
View ArticleNetworking and servers • USB wifi on Pi 1B+ (Bullseye)
I'm trying to use a CanaKit USB wifi dongle on a headless model 1B+ Pi running Bullseye (OS release 2024-03-12). The chipset of the USB wifi dongle is the Ralink 5370. I used the Pi Imager to...
View ArticleTroubleshooting • Re: App in menu doesn't show up for addition to panel
look in .config/lxpanel/LXDE-pi/panels(press ctrl+h in the file manager or right click - show hidden)look for line 55 to 68Code: Plugin { type=launchbar Config { Button { id=lxde-x-www-browser.desktop...
View ArticleRaspberry Pi OS • Re: Lxpanel and other elements background black - how to...
menu - preferences - appearance, defaults tab - medium screenrebootStatistics: Posted by kerry_s — Sun May 19, 2024 11:47 pm
View ArticlePython • Re: Automatic start up of main.py
Extra line was added to autostart:Code: sudo nano /etc/xdg/lxsession/LXDE-pi/autostart@lxterminal -e /home/vlado/Project/env/bin/python3 /home/vlado/Project/main.pyThat should work as expected if, and...
View ArticleCompute Module • Re: How does GLOBAL_EN work?
IIRC one of those resets the SoC, the other resets the PMIC. In both cases it's the equivalent of pulling the power and the OS is not cleanly shutdown.If you want a clean OS shutdown you need to use...
View ArticleTroubleshooting • [/dev/fb0] Trying to build full screen app in multi-user mode
HelloI was wondering if anyone did something similar and could suggest a solution.I have rPi3, 4, and 5 versions connected to a 10.1" 1920x1080 touchscreen (HDMI port 1)Code: Linux DietPi 6.1.21-v8+...
View ArticleTroubleshooting • Re: [/dev/fb0] Trying to build full screen app in...
Is this a Broadcom driver limitation? What is the best way to check that as well.Statistics: Posted by oxoocoffee — Mon May 20, 2024 12:15 am
View ArticleBeginners • Raspberry pi 4 + IMU(MPU6050) + GPS(114990732)
I'm going to take the route to Raspberry Pi with a map API, and I'm going to measure my stride using the MPU6050 module and gps(114990732) module to measure the number of steps I have left to my...
View ArticleAutomation, sensing and robotics • Raspberry pi 4 + IMU(MPU6050) +...
I'm going to take the route to Raspberry Pi with a map API, and I'm going to measure my stride using the MPU6050 module and gps(114990732) module to measure the number of steps I have left to my...
View ArticleGeneral discussion • Re: Pi5 Power Supply - Can I use one?
Why not buy the official Pi5 5A power supply?https://www.raspberrypi.com/products/27w-power-supply/Statistics: Posted by rpiMike — Mon May 20, 2024 10:00 pm
View ArticlePython • Re: GPIO.wait_for_edge >>> RuntimeError: Error waiting for...
i can confirm that GPIO.wait_for_edge() does not work in RPi5 but used to work in RPi4. What I see is somewhat different - function never returns despite there being an edge on the port pin. This has...
View ArticleAdvanced users • Re: Priority of loading the OS from different drives.
https://www.raspberrypi.com/documentati ... oot-filterI studied the article on your link, it is quite informative. However, I still haven't figured out exactly what needs to be done in my case.Could...
View ArticleRaspberry Pi Connect • Re: Questions....
I have a similar question. Although I also have an RPi4 and an RPi5, I have been using VNC for years so I have in regular use, RPi2 and RPi3 as well as some Pi Zero's with and without built in WiFi,...
View ArticleOther projects • Re: Custom Key pad
Great. Well, Pi Pico would work for this. And Arduino Pro Micro. Both can be programmed to act as USB devices, so once we have figured out how to read the keys you can program the micro to behave as a...
View ArticleGeneral discussion • Re: My 7 inch screen don't work with my RPI 5 and PINN
To quote from my Sticky thread:If you are using a Pi5, be aware that PINN works enough to be usable, but there are still some issues I hope to iron out over time. The worst is it occasionally freezes...
View ArticleTroubleshooting • Re: Installing mysql 8
Looks like Debian are going to re-introduce MySQL again in upcoming releases, if you want to risk the unstable OS release V8 is there now.Statistics: Posted by pidd — Mon May 20, 2024 11:10 pm
View ArticleAdvanced users • Re: Raspberry pi 4 + IMU(MPU6050) + GPS(114990732)
Why post the same in three different places? Flooding is not the best way to garner support.Statistics: Posted by pidd — Mon May 20, 2024 11:15 pm
View ArticleBeginners • Re: Raspberry pi 4 + IMU(MPU6050) + GPS(114990732)
I'm going to take the route to Raspberry Pi with a map API, and I'm going to measure my stride using the MPU6050 module and gps(114990732) module to measure the number of steps I have left to my...
View ArticleTroubleshooting • Using the Raspberry pi to track distance, acceleration,...
Hello everyone,I was wondering if anyone could help me troubleshoot one of my projects that involves developing a rodent exercise tracking device (on wheel running) using a hall sensor. So the way I...
View Article