Troubleshooting • Re: Pi 5 no longer boots from USB SSD [SOLVED]
Thank you again for your help. Through this process of plugging and unplugging, I believe that I figured out what was going wrong, and it relates to the cable. Despite the external portable SSD being...
View ArticleRaspberry Pi Connect • Testing your firewall...
I've been working on understanding the firewalls of the world (at least IPV6 compatible ones for the moment). Specifically I am trying to understand what the maximum/minimum/average time is required...
View ArticleTroubleshooting • Re: Raspberry pi5 does not boot
maybe try updating the bootloader...https://www.raspberrypi.com/documentati ... ate_stablebut: if you remove the sd card, and power up, and do not see the diagnostic display, check your HDMI...
View ArticleSDK • Re: Building an HTTP web server with Pico SDK
Best thing I would do is look for examples in the LWiP forums.From other sources:https://www.openssl.org/https://www.wolfssl.com/wolfssl-lwip-support/https://tls.mbed.org/if you can do it wil LWiP,...
View ArticleMicroPython • Re: Pico2W & micropython
A "preview" build has now appeared on the MicroPython download pages.https://micropython.org/download/RPI_PICO2_W/Yes. viewtopic.php?p=2279273#p2279170 and viewtopic.php?p=2279273#p2279173Statistics:...
View ArticleGeneral discussion • Re: networkless wifi
Set it up as STA+AP mode. Which "it" aew you referring to. AIUI the Pi can't do STA+AP mode.It can, and it's perfect for this very specific use-case. It's *extrremely* limited -- both networks must be...
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
I was successfully able to get esp-link flashed to the esp8285 on here.I downloaded the latest version from here: https://github.com/jeelabs/esp-link/releasesI flashed the serial port transmission...
View ArticleTroubleshooting • Re: messed up my ssh connection while setting up GPS...
as the hat was connected over GPIO8 & 10 UART, where as the links was using diff gps module and pi3.The HAT connects to the UART pins (GPIO14/15) to communicate serial data such as GPS time and...
View ArticleGeneral • Re: How many LEDs can a Pico Power
Thanks to All for replies, and in particular to "arg001" for you detailed explanation. I think the error I was making is that when I was reading the data sheets for LED I was assuming the forward...
View ArticleAdvanced users • Re: Image File Utilities
Now I have yet another trouble:I used EXT3 formatted flash drive, mounted to /media, to make a backup.The process is terminated after a couple of minutes with such message:Code: e2fsck 1.47.0...
View ArticleTroubleshooting • Cannot install Ubuntu on Raspberry Pi 500.
Hello,Today i got my brand new Raspberry Pi 500. I wanted to install Ubuntu 24.10 and the first try i got an "installation crash". Second try idem. Third try idem. After that i tried Ubuntu 24.04 and...
View ArticleGeneral • Re: PIO feature request: load 32bit values from instruction memory
I've been building a WS2812B hub/multiplexer using a RP2040 (125MHz) that can receive input on 4 channels and transmit output to 16 channels.Ideally, I want my rx and tx loops to handle all the...
View ArticleTroubleshooting • Re: Cannot install Ubuntu on Raspberry Pi 500.
Any one has a working solution?use raspberry osoptimized for pi devicesStatistics: Posted by kerry_s — Fri Dec 20, 2024 7:16 pm
View ArticleRaspberry Pi Connect • Re: cli commands not saved to $HOME/.bash_history
bash does save history if gets a HUP signal. The problem here is a bit more sinister. When you close Connect browser window:Code: pi@pi64:~ $ strace -p 8327strace: Process 8327 attachedpselect6(1,...
View ArticleTroubleshooting • Re: USB disk connected to Monitor - Raspberry Pi 5 doesn't...
Admittedly it might be a compliance issue but no such warning is given for the USB-C/USB-A cable. It is capable of proving 90W for a laptop power/charge.The warning is purely because dubious quality...
View ArticleTroubleshooting • Re: Pi5, 4 long 5 short and no output to HDMI
Fatal firmware error.Use Pi Imager to create a bootloader image on a SD card.Power on with bootloader SD card, hopefully you will get a green screen eventually, if not, wait a couple of minutes before...
View ArticleRaspberry Pi 400 and 500 • Re: slow/laggy ssh typing response
Is your network wifi or ethernet, or both between your Pi and client?Statistics: Posted by pidd — Sat Dec 21, 2024 5:57 pm
View ArticlePython • Re: Issues with code from Raspberry Camera Guide 2nd edition
This is an update,I have tried the same Python code, both versions and I appear to get similar errors when I run on an RPi5 which is the current version of bookworm with a desktop.Hi John,In general,...
View ArticleGeneral • Re: [overclocking] RP2350 at 600 MHz, with Flash, PSRAM, ARM,...
I use the Pico2 ...Init Pimoroni PSRAM ...What exact board are you using ?And with Arduino or just it's init configuration ? (I wouldn't count on that, especially with hardware configs)With PSRAM...
View ArticleRaspberry Pi OS • Re: GUIDE: Ubuntu-like GNOME on Raspberry Pi OS Lite (NO SNAP)
I also modified the RPiOS standard environment 2 times myself and also made Ubuntu for Pi4 snapless long tiime ago. But it is all available as complete images via Armbian, see...
View Article