Advanced users • Re: Long-term use durability: high-grade USB drives vs micro SD
You have a Pi 5, so an NVMe card is an option and these can be mounted above or below the main Pi board without using any USB sockets.You get the best speed by far too.On my latest Pi5, I chose...
View ArticleTroubleshooting • Re: Network manager disconnecting hotspot
Ok it was my dns server running on :53 when I stopped it the hotspot worked just fine.Statistics: Posted by steveiliop56 — Sun Jun 09, 2024 8:55 am
View ArticleGeneral discussion • Re: Raspberry Pi IPO
As for HL being slick, so far they required me to use telephone to sign up and they've messed up my payments.We'll see how it goes.Statistics: Posted by andrew_pi — Sun Jun 09, 2024 8:57 am
View ArticleGeneral discussion • Network manager hotspot
Hello,I am trying to make a very simple setup, raspberry pi connected with ethernet to the internet running adguard on docker as dns only and a network manager hotspot. My problem is that every time...
View ArticleGeneral • Re: USB poll?
Was the PWM hardware supposed to be capable of doing this? Is DMA this fast? (3.2Gbps!!!)Polling example using time_us_64(): (Should be adaptable using systick)Code: static volatile uint64_t...
View ArticleNetworking and servers • Recipe to set up RPi as an Access Point?
This is something that has probably been done numerous times, but I have not found an instant recipe for.With a RPi4 (maybe a 5 later) and a to-be-installed raspian version (or other OS, if better for...
View ArticleBare metal, Assembly language • Re: Using the GIC-400 of the raspberry pi 5...
Oh my bad, I had misunderstood the memory map of the GIC-400. I neglected the 0x1000 reserved bits at the start, hence the resultant base address just comes down to be the same.I have a few questions...
View ArticleCamera board • Re: Recording 4k with raspberry pi5 and HQ Camera
By creating cam_helper_imx258.cpp from cam_helper_imx219.cpp, I can operate IMX258 module on RPi5 now.Thank you very much.--list-cameras shows 4208x3120 30fps by dtoverlay=imx258,4lane in config.txt...
View ArticleRaspberry Pi Connect • Re: Copy files from remote Pi
AFAIK this isn't currently possible with Connect.I tend to shuffle files via SFTP(port forwarding on NAT routers and temporarily enabling SSH access as necessary) or OneDrive's web...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C devices get randomly disrupted
1. Are you sure that it is the restart of the RPi rather than the peripherals that makes it work?2. When it is in the failing state, what does "raspi-gpio get 2-3" report?Statistics: Posted by PhilE —...
View ArticleCamera board • Re: Picamera2 preview on a Waveshare 3.5" LCD
There was a relatively recent commit to picamera2 that added support for DRM devices that don't support alpha or overlay planes.https://github.com/raspberrypi/picamera2/pull/1000 which became...
View ArticleNetworking and servers • Re: Recipe to set up RPi as an Access Point?
Have you already tried the official documentation at https://www.raspberrypi.com/documentati ... le-hotspot?Statistics: Posted by neilgl — Mon Jun 10, 2024 10:02 am
View ArticleTroubleshooting • Re: Revert rpi-update on Pi 5
I believe adding kernel=kernel8.img to config.txt avoids the issue.Statistics: Posted by dom — Mon Jun 10, 2024 10:03 am
View ArticleTroubleshooting • Re: Raspberry Pi 4B red indicator light from on to...
I would get an official power supply first.Statistics: Posted by neilgl — Mon Jun 10, 2024 10:07 am
View ArticleMicroPython • Re: v1.23.0 released
Code and examples here: micropython-lib/micropython/usb at master · micropython/micropython-libThanks for the link. I am presuming the '.core' package is...
View ArticleGeneral discussion • Re: Raspberry pi crashing
Are you running Chromium version 124.0.6367 or something else?3+ tabs on Chromium works fine for me on a Pi5 4GB.Statistics: Posted by neilgl — Mon Jun 10, 2024 10:14 am
View ArticleCamera board • Re: The raspi5 lens shading adjustment seems to have no effect?
This is the photo after rpicam-still -f --tuning-file imx283.json -o test7.jpgThe photo only became brighter, but it was actually overexposed. I tried lowering the exposure, but the picture still had...
View ArticleNetworking and servers • Re: Feasible hardward configuration for servers...
Would a Raspberry Pi 5 starter kit with active cooler, M.2 HAT+ board with a 240Mb SSD be a sensible and practical choice as the basis for various servers?If all you want is a hobby grade server it is...
View ArticleGeneral • Re: Remote Controlled Rover
What range do you actually need?Bluetooth (depending on which of several radio "flavours" is implemented) is essentially short range -- the "normal" version is about 1 metre, while the more powerful...
View ArticleRaspberry Pi OS • Re: Bookworm X11 broken
I'm running 3B+, 4B, 400 and 5B. With the addition of the last one, I decided to go full Bookworm, only to notice that X11 is broken: If you hope for a response from knowledgeable staff at Raspberry...
View Article