MicroPython • 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 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 ArticleSDK • Re: Proper way to get Heap size
Well I've built the test code and ran it on an RP2040Code: ReadyStack limit : 20040000Stack One Top : 20042000Stack Top : 20041000Stack One Bottom : 20042000Stack Bottom : 20040800Heap top :...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Making the Raspberry Pi 4 Control...
@jojopi, Thanks for the suggestion about xset dpms force standby, but unfortunately that shut the power to the screen, which caused my TV to display the "No Signal" screen. The only thing that I've...
View ArticleTroubleshooting • Re: Pi5, 4 long 5 short and no output to HDMI
Have you looked up what that flash code means? There should be a link to the official documentation in the sticky.Statistics: Posted by thagrol — Sat Dec 21, 2024 5:43 pm
View ArticleTroubleshooting • Re: 2.4 Ghz receivers bad range in RPI only
I'm having the exact same issue. Brand new RP5 4GB with Sandisk 32GB SD Card and official RP5 Power Supply. Argon NEO 5 BRED Case with the metal top casing if that's worth considering.Logitech K260...
View ArticleOther RP2040 boards • Re: Custom rp2040 with TB6612FNG Motor Driver
Check voltages, I can bet that a nominal 3.7V LIPO at high current (hitting the max speeds) doesn't supply anything close to 5V, probably going below 3V, crashing the Flash in the first instance. You...
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 ArticleGeneral • Re: PIO feature request: load 32bit values from instruction memory
Would be useful, though no idea if it is possible without total redesign of the PIO in next gen device. But it would use up a location in the already rather short memory space.A simpler alternative...
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 ArticleMicroPython • Re: Building an Internet-Radio using a Pico W using just Python
I just tried the linked example code with adaptions to the Pico W (see below) and the Pimoroni Pico Audio Pack.Excellent work. I have always wondered how well Adafruit's MP3 decoding would work under...
View ArticleRaspberry Pi OS • Re: What is the path syntax to a shared folder?
Maybe ?...https://askubuntu.com/questions/313089/ ... other-userStatistics: Posted by gordon77 — Sun Dec 22, 2024 5:25 pm
View ArticleFor sale • Re: Raspberry Pi 15.6" Monitor Stand
The Pi Hut will be selling an adjustable desktop stand for the 15.6" monitor too...https://thepihut.com/products/adjustabl ... pi-monitorStatistics: Posted by KeithMck — Sun Dec 22, 2024 5:51 pm
View ArticleMicroPython • Re: Pico W Reliability
It works well, but eventually becomes disconnected from the wifi. I have noticed that if I query it every 5 minutes to see if it is alive, it never gets disconnected. Is there a proper way to make...
View ArticleBeginners • Re: Installing rpi_ws281x help
Yes. I don’t even see the directory within the source code I cloned. I wonder if the repo has been updated and the instructions are old.Statistics: Posted by Epefeman — Sun Dec 22, 2024 6:08 pm
View ArticleTroubleshooting • Re: Networkmanager breaks wireguard
default via 192.168.113.1 dev wlan0 proto dhcp src 192.168.113.39 metric 600 192.168.113.0/24 dev wg-fritz-nm proto kernel scope link src 192.168.113.201 metric 50 192.168.113.0/24 dev wlan0 proto...
View ArticleTroubleshooting • Re: Howcome netatlk can be installed on bookworm lite but...
Use Samba unless you’re trying to connect old Apple hardware. Apple have deprecated AFP which is what netatalk implemented.Aolpogies quoted myself on the last response...hope this one works?Thanks...
View Article