Bare metal, Assembly language • Re: Accessing RP1 Peripherals from the...
Address 0x1F_0000_0000 maps to peripheral address space 0x4000_0000 - 0x4040_0000 on RP1. Not all registers appear to be accessible.its less that 1e maps to the rp1and more that 1f_0000_0000 maps to...
View ArticleTroubleshooting • Re: sudo reboot takes a very long time (4-8mins)
I assume you're looking at "lightdm.service: Consumed 3.007s CPU time." I think that's just how long the CPU was working on issuing commands to kill it. I don't think that includes the 90sec waiting...
View ArticleGeneral • 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 ArticleTroubleshooting • Re: Help my pi zero 2 w is stuck in my RPi case for zero
Make sure you've removed the uSD from the slot!You have to take the Pi Zero 2W out of the case to remove the uSD card. Unless you've modified the case by cutting a hole in it.Statistics: Posted by...
View ArticleTroubleshooting • Re: Raspberry Pi 5 HDMI issues
so i for some reason am not able to attach an image from my phone but i can copy and paste everything it says Raspberry P1 5 - 8GBboot loader: 4c845bd32024/02/16update-ts: 1708295030board: d04170...
View ArticleGeneral • Re: Connecting a lot of potentiometers to raspberry pi pico
So it would be 3.3 / 60 = 55 mA. Can I power that from 3.3OUT pin on pico? It says it allows 300 mA so I should be OK, right?YesStatistics: Posted by alastairpatrick — Wed Apr 03, 2024 12:09 am
View ArticleAIY Projects • Re: I Ran the Coral PCIe Edge TPU on the RPi 5!
Can the TPU boost Stable Diffusion speeds?With Onnxtream it takes my Pi5 3 minutes per image.40 minutes with standard SD install.Statistics: Posted by Gavinmc42 — Wed Apr 03, 2024 12:42 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 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 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 ArticleBeginners • Re: Can I just pop the old card into a new Pi?
If you replace like for like (not just with a 3B+ but one with the same board revision) it should just work.If you have a 3B+ of a later revision you may need to update the bootloader related files on...
View Article