General discussion • Re: eth0 stopped working in Raspberry Pi 4b
Try another cable..Cut off the ends of the cable and redo the termination.Check the cable with a tester.Try the cable with another device.Change port on your router/switch.Change the router/switch for...
View ArticleGeneral • Re: Cannot upload sketches to Raspberry Pi Pico from Arduino IDE
It's just fine. BTWI'm on a Linux Mint device, and I've recently been working with Arduino. So far, I have had no issues with two Arduino Uno boards. However, when trying a Raspberry Pi Pico, the...
View ArticleHATs and other add-ons • Re: NVMe hat and SD card
Code: looks like the issue was that the UUID get duplicated when the SD is cloned to SSD so even after partitioning and formatting the new partition it still acted up until I used fdisk to change the...
View ArticleGeneral discussion • Will not boot in Bookworm after editing /etc/fstab
Hi,I have a Pi5 with a NVME (Pimoroni) drive, this has been booting and working fine.Today, I added a 1TB SATA SSD via USB3 to the system purely for storage as an extra drive, I put in and partitioned...
View ArticleMicroPython • Re: Pico W Reliability
Hippy, that is good in the sense that there are more opportunities for things to go wrong than on my AP.I posted a pcap to https://github.com/micropython/micropython/issues/16482 but it's confusing...
View ArticleGeneral • 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: How to process from sensor and send notification peridically?
Readings the PIR sensor from GPIO is as simple as reading 1 or 0 from a port... this tutorial may help you for using the PIR:https://peppe8o.com/raspberry-pi-pir-hc ... detection/Here a motion and a...
View ArticleJava • Re: UnsatisfiedLinkError libpi4j-pigpio.so
I don't know but I did thisCode: sudo apt-get update sudo apt-get install pigpio and the problem went away.. I didn't even need to start the daemonCode: sudo pigpiod This apparently updated the...
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 Article