Graphics, sound and multimedia • Re: PiGRRL 2 with 3.5 inch display upgrade
So, to ensure I'm following correctly, I should switch from a DPI to an SPI display to avoid the GPIO pin conflicts. In this case, can I still use the 40-pin GPIO 1 to 2 extender I mentioned earlier...
View ArticleMicroPython • Re: MQTT on Pico W with broker on Pi - How to connect to broker ?
I have MQTT on my Pico W working when I connect to public MQTT brokers at "broker.hivemq.com", "broker.emqx.io" and "test.mosquitto.org".It also works when I connect to "192.168.0.130", which is my Pi...
View ArticleTroubleshooting • Re: pi-gen to generate a Bookworm image with X11 as default
For example we need to set up the 7"/10" desktop without:a. taskbarb. basketc. no icons of mounted usb diskd. screen and touch rotated 90 degrees for the 7"With X11 (up to Debian 11), no problem using...
View ArticleTroubleshooting • Re: RasberryPI Zero 2W: Unable to connect to home WiFi.
I reported this issue, and it looks like it is going to be fixed now. https://github.com/raspberrypi/bookworm ... issues/279A temporary solution is to create the file /etc/modprobe.d/brcmfmac.conf...
View ArticleTroubleshooting • Re: Pi Zero 2 W - RaspiOS - No wireless after apt full-upgrade
I reported this issue, and it looks like it is going to be fixed now. https://github.com/raspberrypi/bookworm ... issues/279A temporary solution is to create the file /etc/modprobe.d/brcmfmac.conf...
View ArticleMicroPython • Re: Pico W - MQTT
Ok is it working now?Obviously I can't speak for the OP but I ran into exactly the same issue ...I had my MQTT working on my Pico W with an 'mqtt.simple.py' which had been forked from MicroPython-Lib...
View ArticleCamera board • Re: rpi5 with imx219, no camera available on interface...
I am very sorry I do not understand your answer!Please tell in a few words what I have to enter in the file config.txt to get cam/disp 0 to work.With entering the following into config.txt cam/disp 1...
View ArticleOff topic discussion • Re: Has the Crowdstrike global outage affected any key...
Microsoft has claimed the fault lies with the EU insisting they document a particular kernel API designed for security monitoring. The problem seems to be bad QA rather than the existence of an API...
View ArticleTroubleshooting • Re: Two RPi 5 dead
Maybe the power supply is failing, 5.3V seems a bit high.Get the official power supply:https://www.raspberrypi.com/products/27w-power-supply/Statistics: Posted by rpiMike — Wed Jul 24, 2024 12:18 pm
View ArticleTroubleshooting • Re: "dd" Command Won't Produce a Bootable SD card
What does fdisk -l show against the SDCard after you've ejected it and re-inserted it?What does dmesg | grep sd or dmesg | grep mmc show?Statistics: Posted by DougieLawson — Wed Jul 24, 2024 12:31 pm
View ArticleTroubleshooting • Re: ntplib not on the Raspberry Pi 4
If you're having problems trying to install python3-ntplib with errors that look remarkably like network configuration errors, you need to fix those first. You won't be able to install python3-ntplib...
View ArticleHATs and other add-ons • How to run a Hailo HEF file
Hi new to Hailo and so looking for a pointer to the relevant documentation.Have successfully install Hailo hardware and software as per the Pi documentation and now looking to run the compiled version...
View ArticleSDK • Re: PicoW: How to get the IP-Address?
Alternately:Code: printf ("IP address: %s\n", ip4addr_ntoa (ip_address));See https://www.nongnu.org/lwip/2_0_x/ip4__ ... 90cbd9059cStatistics: Posted by Memotech Bill — Wed Jul 24, 2024 12:48 pm
View ArticleHATs and other add-ons • Re: PI5 hangs when M2 is used
Second vote for asking the HAT manufacturer.As well as enabling PCIe is you EEPROM boot order set correctly to include NVMe?If you boot with a monitor connected what do you see on screen?What sort of...
View ArticlePython • Re: Help Request: Loading Python Script at Boot / Script Behaves...
Very happy to report that things are still working correctly this morning! Next step is for me to try getting it running at startup.That's the fun bit. I suggest you work out what your python code...
View ArticleTroubleshooting • Re: Pi 5 Stopped booting
I would love to know why cables that work fine on Pi 4's don't work on a Pi 5? I assumed that the only difference is in how well they are made.The "display:" line from the diagnostics display shows...
View ArticleGeneral discussion • Re: Question regarding raspberry pi 5 and power delivery...
Well it has:5V@2A9V@2A12V@2A15V@2A20V@3.25AOhhh so it fallbacks to 5V@2A......Statistics: Posted by steveiliop56 — Thu Jul 25, 2024 11:58 am
View ArticleTroubleshooting • Re: Pi 4 wifi works for a few days then I have to reinstall OS
I've disabled Ipv6 on the Pi wifi settings and also in the router settings. I can't find anything about lease length though.Why did you do that? What do you hope to achieve? IPv6 is a protocol from...
View ArticleOther programming languages • Re: Mojo - how intall on RasPi
wow .... so pity . my raspi hasnot this equipmentStatistics: Posted by rapidograf — Thu Jul 25, 2024 12:10 pm
View ArticleNetworking and servers • Re: Wifi setup using NetworkManager on Bookworm
Thanks for the inputs. The Sococom script that set up the routing also added this to /etc/network/interfaces:auto wlan0allow-hotplug wlan0iface wlan0 inet dhcpwpa-conf...
View Article