Python • Re: Automatic start up of main.py
I can't share my code becouse it's to big (more then 20 000 lines) also it's related to the hardware and would not work proper without it.I made changes as you suggested, but no...
View ArticleTroubleshooting • Raspberry Pi 4 getting unreasonably hot
Recently dug up my Pi 4, and I've noticed that it's been idling at around 70c, and it's getting so warm it's hard to even touch it at timesI'm not overclocking or overvolting it, so it's definitely...
View ArticleAutomation, sensing and robotics • Re: Raspberry pi 4 + IMU(MPU6050) +...
L80-39, I don'tknow much about that GNSS/GPS module, but hook it up and get it working.Then get the mpu6050 working.Then log and test seeing how it all works.Then get the GNSS device showing on a...
View ArticleTroubleshooting • Re: Raspberry Pi 4 getting unreasonably hot
Recently dug up my Pi 4, and I've noticed that it's been idling at around 70c, and it's getting so warm it's hard to even touch it at timesI'm not overclocking or overvolting it, so it's definitely...
View ArticleBeginners • Re: raspian battery indicator pi sugar
I was unable to find a file to change the icon so what i am going to try to do is take the crowPi batteryStatus.py and re write it to output what i need.thank you so much for your help.this is my...
View ArticleGeneral discussion • OpenVPN on Booworm
What packages need to be installed to use OpenVPN as a client on Raspberry Pi OS bookworm?I tried...
View ArticleOther projects • Re: Custom Key pad
Ok. That is correct. I am just trying to think if I have overlooked something. Losing track of pin numbers from one side of the board to the other is a rookie mistake, but it does not seem to be the...
View ArticleTroubleshooting • Re: Using MIPI DSI LCD on cm4
The overlwy readme https://github.com/raspberrypi/linux/bl ... ADME#L5086 will tell you details about available parameters. So where did you get your's from?Code:...
View ArticleTroubleshooting • Re: Raspberry Pi 5 bootloader delay with NVME
it's doing stuff just not shownlike trying to figure out your screen, hardware connected, etc ....mine isCode: pi@rpi5:~ $ systemd-analyze timeStartup finished in 1.448s (kernel) + 2.795s (userspace)...
View ArticleTroubleshooting • Re: bookworm choppy video playback VLC
using X11Try switching to wayland then.Does it work then?Statistics: Posted by kip_the_elder — Wed May 22, 2024 5:39 am
View ArticleTroubleshooting • Re: Help: Revert a failed Bookworm upgrade
There is a reason why it's generally not advised to do an upgrade.Do a reinstall from scratch.Statistics: Posted by kip_the_elder — Wed May 22, 2024 5:43 am
View ArticleGeneral discussion • Re: Can't connect to Raspberry Pi
I have installed Raspberry OS using the imager and when I want to connect using ssh I can find an error in Windows Network Setting "Network/Ethernet Cable Unplugged" I use Zero WH and OS Lite...
View ArticleAdvanced users • Re: Chromium language settings
I read somewhere once that on Linux systems you have to change the system language as well as the language in Chromium.Not sure if that still applies.Statistics: Posted by MarkDH102 — Wed May 22, 2024...
View ArticleGeneral discussion • Re: Locked Micro SDHC cards
Locked Micro SDHC cardsAs a Windows user who dabbles with Pi I have several micro sdhc cards with Pi operating systems written on them that are locked. They won't format as they are reported as being...
View ArticleCompute Module • Re: How to enable i2c on pin 27 & 28, pi zero 2w
I've been tried withdtparam=i2c_vc=on or with dtoverlay=i2c0,pins_27_28 and many more.There is no HW interface available on that pins --> this won't work.Code:...
View ArticleHATs and other add-ons • Re: official Hat+ specification incompatible with...
..Is there an official response to this? Is this just going to be the status quo, or is there a fix in the pipeline?there is an official response in some other threat...
View ArticleC/C++ • Re: I create Hardware Pi5 PWM class using io access
Do you know if it's possible to implement single shot PWM? IE a single pulse held low for a certain amount of time?Statistics: Posted by Arkas — Thu May 23, 2024 4:30 am
View ArticleHATs and other add-ons • Re: Switch Pi5 active cooler to GPIO
There is a simple solution which gives you the same features (not just on and off as with the GPIO fan)viewtopic.php?p=2215214&hilit=Fan#p2215214Statistics: Posted by aBUGSworstnightmare — Thu May...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry pi 5 display
Looks like an 'ozzmaker pi screen' (or clone of it).Try if adding below to config.txt brings it alive.Code: dtoverlay=piscreen,speed=18000000,drmStatistics: Posted by aBUGSworstnightmare — Thu May 23,...
View ArticleBeginners • Re: Question about second resistor in a pull up
The 1k resistor limits the current going through it from the signal line to ground when the switch is closed.From the signal line meaning the GPIO PIN right? why would you need to protect ground from...
View Article