Beginners • Re: Raspberry Pi 5 - Unable to boot from NVME
Hi kmacdchap,Not sure if you followed my earlier comments but it was there PCIE_PROBE=1 Let us try to move forward on this topic. Thank you!Cheers,Elsa Ballerina Statistics: Posted by Elsa Ballerina —...
View ArticleGeneral • Re: Enviro Grow (Pico W Aboard) connect to WiFi that requires...
Hopefully they (RPi) fix all of this for the 'secure and security targeted ' Pico2 series.I guess our IoT will have to be Intranet of Things or LoT (Lab of Things) with not Internet access The RP1...
View ArticleC/C++ • Re: Rpi 4B - Illegal instruction on simple cpp application with mmap
Update. I have tried a few more flags from searching on the web. Still I am getting the same random error:g++ -o my_program main.cpp -mcpu=cortex-a72 -mtune=cortex-a72 -mno-outline-atomics...
View ArticleTroubleshooting • Re: Request for help: RPi4B (2gb ram) not booting to SD card
OHHHH!! No, I was not talking about that screen at first boot! Sorry. But I will check that. I just realised i have to press ESC to access (or "To see this diagnostic information, power down the...
View ArticleRaspberry Pi OS • Re: Labwc: Panel shortcuts of desktop files with hardcoded...
But I want to use my own icon files in my project I am developing, which resides in my home folder. The desktop file works with hardcoded icon location. The panel should work with that too. The menu...
View ArticleGeneral discussion • VPN and Adguard Home
I have been trialling both PiHole and Adguard Home (AGH) on Raspberry Pi's and am pleased with both. However, I am favouring AGH simply because I can specify TLS upstream resolvers with fallback...
View ArticleTroubleshooting • Re: PI 5 SSD NOT BOOTING
Hi Lascabim, I am new to this too and you may have probably found a solution by now since you posted this issue but I would suggest to do this:1) Install on your WinOS Raspberry Pi Imager2) Remove the...
View ArticleMicroPython • Re: MemoryError: memory allocation failed, allocating 8192 bytes
I'll start working on that tomorrow, thanks.i read somewhere that the RAM = 260 kBStatistics: Posted by trixo — Sat Nov 02, 2024 3:16 pm
View ArticleGeneral • Re: Pico W overheating/fried using servo driver board
I repaired such fried servos boards.This clone alone costs thousands, it can go to arcsecond precision (1/3600 arc degree).When they get in fibrillation, regulators are popping like crazy. And this is...
View ArticleSDK • Re: SDK install errors
Further experimenting here -64-bit RasPiOS Bookworm, up-to-date with this week's 70-package bundle.Which gpio library?Code: david@rp58book101064fnvme:~/Projects/pico/SDK2/openocd $ gpioinfo...
View ArticleBeginners • Re: RPI5 to be used as a "normal" server.
See my previous post. If you choose a 'lite' version of PI OS then you don't get the GUI.There are no additional uses defined except the user (previously always PI) you define in the PI Imager which...
View ArticleTroubleshooting • Re: Problems RPI5. NVME Drive.
In /boot/firmware/config.txt, I addedCode: dtparam=pciex1_gen=3And I enabled autodetect PCIe and booting from NVMECode: PCIE_PROBE=1BOOT_ORDER=0xf416 executing sudo rpi-eeprom-config --edit.But, when...
View ArticleBeginners • Re: raspberry Pi as printer server
Hello,Sorry for not replying for so long. I was expecting to get email notifications, but that's not setup automatically.I tried powering the raspberry with more power via USB 15W, but that didn't...
View ArticleOff topic discussion • Re: What batteries are safe?
SLA hates low temperatures, though. Engine-start batteries are not ideal for solar trickle charging. Exposed terminals shorting can be a fire risk.Anything DC can be a fire risk: remember those "my...
View ArticleGeneral • Re: Pico burnt after a few minutes , why ?
@gmx, haha, I can't keep track of all the different posts Okay, ME6215 then. Much better dropout specs, recommended limit a bit higher at 125C. So 300 mA is fine (hot... but fine) but above that it...
View ArticleGeneral • Re: No DCF77 reception without wifi?
On both the Pico and Pico W GPIO21 is a general purpose input or output pin so it seems unlikely enabling the CYW43 is what makes it work, is likely IMO to be mere coincidence.Perhaps the DCF77 module...
View ArticleTroubleshooting • Re: Pi Zero 2 W USB Boot
Hi,I'm quite new to raspberry pi, i have 3 pi 0 2w units which i boot from sdcard, running headless running raspberry pi os 64bit lite.I wanted to "upgrade" one of the units and change the boot drive...
View ArticleGraphics, sound and multimedia • Re: Multivideo Playback in 1 screen/display
Hai,Thank you for the replies!Sorry for the delay in my answer. I will look into both options. Looks promising!Greetz,LarzStatistics: Posted by Wessiez — Sun Nov 03, 2024 3:35 pm
View ArticleTroubleshooting • Cronjob does not run launcher.sh
Goodday,I want to Run a script after a reboot;The Pythonscript that I want to run called test.py:Code: import osos.system("ffplay -i home/pi/dir/anything.mp4 -loop 0 -fs")The launcher script:Code:...
View ArticlePython • Re: help please. joystick control end button pytone code
What type joystick? Analog or usb?A link to the joystick would help.Statistics: Posted by SurferTim — Sun Nov 03, 2024 3:45 pm
View Article