General • Re: Setting X or Y PIO registers when FIFO is joined
I am using sm_config_set_fifo_join to join the FIFO, but I am using the function pio_sm_init to set the config ad initialise the state machine. I checked the SDK documentation and found the function...
View ArticleGeneral • Testing high forward voltage 5mm LEDs on Pico digital pins (long post)
There was a recent post on these forums about how many LEDs a Pico could power, and this got me thinking about the subject which I hadn't looked at in a while, and it has been forever since I took...
View ArticleGeneral discussion • Re: Will not boot in Bookworm after editing /etc/fstab
Is there a way to get around this error, maybe somehow editing the FSTAB file remotely to remove what I put inYes, use another Linux box (which could be the same Pi booting from a different SD card)...
View ArticleGeneral discussion • Madness.....
Evening,I have an old Samsung A71.Any thoughts on rooting it and installing rpi os on it?Hoping it's possible... I just want to try it.I also have a Motorola G7 that could serve as well it that would...
View ArticleGeneral discussion • Re: Madness.....
RPiOS is extremely unlikely to work when installed onto a mobile phone.Statistics: Posted by thagrol — Sat Dec 28, 2024 7:23 pm
View ArticleHATs and other add-ons • Re: Active Cooler mounting pin
https://www.digikey.com/en/products/det ... R0/4809539damn broke one but I guess I should replace both since these are not an exact match - $3.68 VS $5 for new coolerStatistics: Posted by wkeeling —...
View ArticleBeginners • Re: can not download adafruit library for DHT11
You don't need the (discontinued) Adafruit library to read a DHT11 sensor from a Raspberry PI computer board. You vmcab just enable the related dtoverlay as shown in the following...
View ArticleMicroPython • Re: Latching High?
So is there something wrong with the Pico 2Well, that's a topic and a half, which I'm not stepping back into.My recollection of the official view is it's a non-issue as long as the circuit is designed...
View ArticleGeneral • Re: Testing high forward voltage 5mm LEDs on Pico digital pins...
With unfiltered PWM, you still need a limiting resistor (or better a constant current source), otherwise the current will exceed the normal range when ON, LED response being very quick (ns). It will...
View ArticleGeneral discussion • Raspberry Pi Zero 2w next step
I have been using Pi Zero 2w for a while now and I wonder what might be the upgrade for this product in the next gen?I have been thinking it would be awesome to have a disp/cam interface (for DPI...
View ArticleGeneral discussion • Re: Raspberry Pi Zero 2w next step
Raspberry Pi don't usually reveal details of any new products until they are close to release date.Statistics: Posted by rpdom — Sun Dec 29, 2024 6:55 pm
View ArticleTroubleshooting • Re: Mounting a Windows shared folder is ok, but not writing in
Hi!I was following a tuto to mount a Windows folder share.Mounting is ok, I can see the content, open TXT file and read the content.I use this command : sudo mount -t cifs -o...
View ArticleBeginners • Re: Using Pi as a wifi hotspot - problem with some devices...
Here's the output, grepping for "wlan" When I saw your latest posting, I'd just spotted that we were grepping the ship wifi adaptor instad of the hotspot one.Code: pi@pi5:~ $ journalctl -b | grep -E...
View ArticleTroubleshooting • Re: Pi 5 no longer has functioning wifi after latest update
For speed, I would get a spare microSD card and install Raspberry Pi OS on it and test WiFiStatistics: Posted by neilgl — Sun Dec 29, 2024 7:22 pm
View ArticleGeneral discussion • Re: New Raspberry Pi Products
EU directives are no longer our concern in the UK, unless selling into the EU, so they can still be made & sold to other countries, USA for instance, which is a big market; however, with Trumps...
View ArticleCamera board • Re: IMX290 Low light/Night mode
Looks noisy...Changing HDR to single-exp not changing anything...imx290a.json placed in home directory.Code: picam-vid --versionrpicam-apps build: v1.5.3 50958df98d3c 13-11-2024 (14:29:29)rpicam-apps...
View ArticleTroubleshooting • Re: Pi 5 misses pings on ethernet when using 10HD
I think my issue may be related in the same way, I see that the driver used is macb, and I am wondering why it is not bcmgenet. REF: viewtopic.php?t=381652 I think there is an issue, because I can...
View ArticleGeneral discussion • Camera with Built-in WiFi and HTTP
All - Could anyone recommend a clean, simple wifi video camera with a built-in non-proprietary http video streamer? All the cameras I'm finding require you to install their app. I just want it to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: New PWM cooling fan overlay for Pi 3/4
Why not create a pull request against https://github.com/raspberrypi/linux with that overlay so that it gets merged for all Pi users?We do request that it is documented in the README file so that the...
View ArticleRaspberry Pi OS • Is it safe and possible to by-pass apt dependence check?
For weather station, I installed mosquitto with sudo apt install mosquitto. As Debian official software list, Mosquitto version 2.0.11, year 2021 was installed. Mosquitto has race-condition/timing...
View Article