Beginners • 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 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 ArticlePython • Re: Pi 5 pigpio no longer available. How to read 9 bit serial
pySerial has a bytesize parameter which you could try setting to 9.Code: >>> ser Serial<id=0xa81c10, open=False>(port='COM1', baudrate=19200, bytesize=8, parity='N', stopbits=1,...
View ArticleGraphics, sound and multimedia • Re: C790 HDMI Board with RPi5
The colour issue is something transposing RGB888 for BGR888.I did look at this recently and i believe my conclusion was that the V4L2 layers were consistent. I do recall looking at the RGB888 format...
View ArticleHATs and other add-ons • Re: Has anyone successfully used this product to get...
Impossible to tell from the image. I’ve had success with similar looking devices but success does not always mean quality audio. See here for a recent discussion that may...
View ArticleGeneral discussion • Re: Raspberry Pi IPO
So if you do want to invest in the Raspberry IPO, whats the best way to do it ?Statistics: Posted by nickeng68 — Tue May 21, 2024 9:16 pm
View ArticleAndroid • Re: RPI Camera Module 3 Wide not working with Lineage OS 20 Konstakang
Hi 6by9,I tried the things you said to take out and the camera still does not work... is there anything else I can try to make it work? Thanks,AsherStatistics: Posted by asherdundas — Tue May 21, 2024...
View ArticleBeginners • Re: Bootloader doesn't appear to be working.
My Rasberry Pi 4B with nothing connected except for power shows solid green and red light. And it boots fine from SD card or USB stick. Not blinking 4 times means nothing.You could try to find a HDMI...
View ArticleGeneral discussion • Re: Locked Micro SDHC cards
What does Windows disk management show? i.e. the partitions.(I assume you are not putting them into an SD adapter that has write protect switch set on.)Also you could try the SD card Association...
View ArticleTroubleshooting • Re: rpi4 b (4gb) wont boot
power on and look at the disp line on the diagnostic screen see if your monitor is recognizedStatistics: Posted by kerry_s — Tue May 21, 2024 9:41 pm
View ArticleTroubleshooting • Re: rpi4 wlan0 depends on eth0 issue
run sudo raspi-config - localization optionmake sure the wifi country code is correctrun sudo nmtui - edit connection & delete itpress escape - activate connection - select your ssidStatistics:...
View ArticleUbuntu • Re: X2Go client on Ubuntu 24.04
Might be better to ask here viewtopic.php?p=2216510&hilit=Ubuntu+Where#p2216510Statistics: Posted by neilgl — Tue May 21, 2024 9:47 pm
View ArticleRaspberry Pi OS • Re: Disk Encryption
So the rest of the install routine went as expected, I provided the passphrase and everything went like the docs describe.Only thing that doesn't work for me right now is the unlock via usb. The stick...
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 ArticleTroubleshooting • Help: Installed python:armhf version by mistake (an app...
Hey,installing something forced the install of python:armhf which is incompatible with my Pi5 running arm64 version of Pi OS.As a result it tore out all the non-armhf python stuff, and possibly...
View Article