SDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
One can cover the BS, but it still stinks. "#undef micros" would do nothing meaningful if it's not used in the original sources, because micros() is a function (dealt by compiler), not a preprocessor...
View ArticleOfficial Display • Re: 2024 or 2025 Refresh of Official Display - no news
You think it maybe released at "Maker Faire Bay Area" which is October 18-20, 2024?Statistics: Posted by Marsha — Sat Oct 05, 2024 2:58 am
View ArticleTroubleshooting • Re: Boot problem.. Job systemd-networka-wait-online.service...
So long story short, systemd-networkd keeps getting deactivated from time to time and NetworkManager gets activated instead ...whenever I run some sporadic system updates to the OS.....So I came to...
View ArticleGraphics, sound and multimedia • Zero 2 Maximum video streaming resolution?
Back when I had a Zero w, I looked at a wildlife monitoring project and decided the maximum practical resolution would not work. Now I have a Pi Zero 2. What is the maximum resolution and frame rate...
View ArticleTroubleshooting • Raspberry Pi booting again despite issuing shutdown command
Hi,I am getting the strange behaviour of my Raspberry Pi 4 rebooting after issuing poweroff when mounted on top the waveshare UGV kit. when powered via the USB C port it shutdown as normal. I am at a...
View ArticleSDK • Error in the SDK
Hello Everyone,I have an found an error in the Pico-sdkCode: /tmp/pico-sdk/src/rp2_common/hardware_pwm/include/hardware/pwm.h: In function...
View ArticleBeginners • Re: Actual headless boot
I got myself a PL2303 adapter, which should work. The Pi itself is a 4 Model B.My brief google suggest that is USB to RS232. RS232 voltage levels will kill a Pi. As will 5vTTL serial. Make sure it's...
View ArticleBeginners • Re: Cron script issue with Python .env in order to run a script
Finally, it works (still some path issues Windows/linux...)AFAIK there's no automatic way around those. If it's path element concatenation use os.path.join('a','b') will use the OS specific separator...
View ArticleBeginners • Re: These nvme base hats look interesting but do not have access...
An alternative to RAID1 on 2 * 4TB. PCIe NVMe adaptor with 4 TB. Big spinning rust disk on USB 3. You use the 4 TB SSD 24/7. Backintime or equivalent backup to the lump of iron. You can then recover...
View ArticleTroubleshooting • Re: WaveShare 3.5 results in constant red LED
It may be a issue with the display and you may need to return it. However,I see that in the instructions you need to use a male to female cable. When you trying out the Waveshare display is the...
View ArticleMicroPython • Re: Issues with Micropython on Pico W with Sonoff Light Bulb
Dumping as a JSON string is already done in the request() call. See source code for urequest:https://pypi.org/project/micropython-urequests/#filesRelevant part in request() call (library is MIT...
View ArticleTroubleshooting • Re: Pi5 Completely (permanent) locks up when CPU reaches 100%
You might also try a firmware update.**I don't think it is a firmware issueThere was a firmware update related to USB a couple of months ago. https://github.com/raspberrypi/linux/issues/5753Note the...
View ArticleGaming • Re: Quake 2 OpenGL ES 1.0 renderer, for any Pi model, 60+ FPS
how to play new games?./quake2 +set game xxx, no luck.I'm assuming the base game works for you. Otherwise, you'll have to give more info on what you did.For the expansions/mods, you'll have to clone...
View ArticleGeneral • Re: RP2350 PIO DMA performance question
PIO has some SMT behavior via interrupt flags. They do not have IPC by themselves and are not scalar/vector/matrix in execution. They also lack an ALU and stack/memory subsystem. Much more like HDL...
View ArticleSDK • Re: Pico as debug probe problem
Did anybody get debugging of the RP2350 with the PICO as debug probe under VS Code on a Raspberry (64Bit) to work? I would love to know, whether it makes sense to research further or not. Thank you...
View ArticleSDK • Re: Need some help with sound output
If helpful, I wrote an 8910 emulator once, including code to output over RP2040 PWM.The emulator itself: https://github.com/alastairpatrick/pico ... mware/ay.cCode to configure and update RP2040 PWM:...
View ArticleRaspberry Pi 400 • Interface Pi 400 board to better keyboard?
I would like a Pi 400 with a TKL keyboard, one with better key movement for frequent typing. I looked at the interface from the 400 board to the keyboard and do not understand the details of the Pi...
View ArticlePython • Re: Can't install tensorflow pi 4
Hello, my name is Sofia and I come from STS Software GmbH. It seems like you're encountering an issue with installing TensorFlow on your Raspberry Pi 4 running the Bookworm version of Debian. The...
View ArticleAutomation, sensing and robotics • Re: Pleb GPIO
Warthog, thank you for taking a look! I figured you would, if anybody did. I did spot leds-gpio but could not make sense out of it.And some people have trouble learning to drive. But that isn't...
View ArticleBeginners • Max # of BLE connections
Hey!So I have a RPI 4B and it's currently communicating with an IMU via BLE for sensor data that I need to send to the web via mqtts for a project I'm working on. Based on the research I could find,...
View Article