General • Re: Millisecond support in RP2040 RTC ?
thank you for kind answers.Statistics: Posted by koby — Tue Apr 02, 2024 2:08 am
View ArticleBeginners • Re: Raspberry Pi 5 can't boot up with AA batteries
You're going to need a ton of AA batteries to get a Pi 5 running for more than a minute or 2 before it shuts down because of drained batteries.That's if you even get enough of them installed in...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
On a side note, is kernel 6.6 maintained by debian upstream instead of rpi ?Code: Package: linux-image-rpi-v8Version: 1:6.6.20-1+rpt1Priority: optionalSection: kernelSource: linuxMaintainer: Debian...
View ArticlePython • Reading GPS
Hi, I'm trying to read the output of a GPS module connected to a RPi B+ via TX and RX (gpio14 and gpio15). What command should I use? I should mention I'm using Python2 and/or Python3. Statistics:...
View ArticleGeneral discussion • I have a basic but difficult question related to pico.
The numbers 1, 2, 3, 8, 13.. are written on the surface of the pico. ( former)On the back it is written GND, GP1, GP2.. (the latter) when writing CODE,Does `#define Apin 1; ` mean 1 or GP1 (former or...
View ArticlePython • Re: Reading GPS
Let's have a look shall we...https://raspberrypi.stackexchange.com/q ... berry-pi-bStatistics: Posted by ame — Tue Apr 02, 2024 2:31 am
View ArticleGeneral discussion • Re: Pi 5 which chips heat the most
For not much more cost than a single CPU heatsink, I bought a set covering all the chips. The CPU heatsink has the base curved for the CPU chip. The adhesive on the back is thin and more heat...
View ArticleBeginners • Re: Rpi to Rpi communication (long distance)
Define long distance.And what's in between the 2 pis? Trees? Walls, buildings, anything else?We also need to know how much data needs to be sent back and forth. That bandwidth can will either dictate...
View ArticleFor sale • Re: IMX327/462(RGB/MONO)/662(RGB/MONO)/678/585 Excellent...
Housing for RPi Zero 2W is now available.https://soho-enterprise.com/2024/04/02/ ... i-zero-2w/Statistics: Posted by sohonomura2020 — Tue Apr 02, 2024 3:27 am
View Article日本語 • Re: Raspi Zero 2Wでpigpioが不安定
Raspberry Pi Imagerでイメージを書きこむ際にデバイスをPi Zero 2Wと指定して実行しましたが、状況証拠としてそれが原因だったようです。Rpi4を指定、あるいは別の書き込みツールでイメージを書きこむとこの問題は発生しないことが分かりました。Statistics: Posted by sohonomura2020 — Wed Apr 03, 2024 12:50 am
View ArticlePython • Re: PI5, Bookworm and GPIO control
Python is totally fine for this level of control, though you could also just use the command line tools in the gpiod package if that is all you are doing.e.g. using the gpiod tools packaged in Pi OS...
View ArticlePython • Re: control 30 servo pill deepener
Date the code to use the pi address 0.0.0.0 and I deleted minute form code.I need help getting add_pill.html add pill button working.the add pill button is not working for me. the pall button need add...
View ArticleTroubleshooting • Re: More CUPS issues on Bookworm and CUPS 2.4.2
Do you have anything plugged into USB on the Raspberry Pi? That lsusb output is surprising. If you had a Dymo printer connected by a working USB cable, I'd expect a line that said "… ID 0922:xxxx...
View ArticleBeginners • Re: Problems installing raspian
So, I’m assuming. You installed the latest version of PI Imager Used advanced settings to configure networking and SSH Burned the SD Booted up with SD and it didn’t workYes, that is what I...
View ArticleGeneral discussion • No image when dark theme turned on
Hello,I don't know if this is the place to post it, but whenever I change the theme to dark mode and press the menu button, I lose image. I'm using the latest version of Raspberry Pi OS 64-bit, with...
View ArticleTroubleshooting • Main Drive not mounted on reboot
My Pi no longer boots to Desktop after a reboot. Recently, the drive had reached 100% capacity from some recurring log files I never got around to cleaning up. I was able to remount the drive using...
View ArticleMedia centres • Re: Peppy player
It looks like rotation is not that easy as it should be.Is it DSI display?Statistics: Posted by peppy.player — Wed Apr 03, 2024 2:02 am
View ArticleGeneral discussion • Re: No image when dark theme turned on
now that's what you call a dark theme, it didn't lie.instead going for the menu, launch the terminal & typeCode: rebootStatistics: Posted by kerry_s — Wed Apr 03, 2024 2:20 am
View ArticleAutomation, sensing and robotics • RangeFinder
Hey There! I'm a student looking to start a project with my raspberry pi to create a raspberry pi powered golf rangefinder. I'm not too sure where to start or modules to use so any help would be...
View ArticleAdvanced users • Re: Getting Started with Network Manager
Before you try that you might want toCode: sudo nmcli c down eth0sudo nmcli c up Wired\ connection\ 1to verify that the connection actually works as you'd expect. After the first command, won't the OP...
View Article