Python • Re: Rpi5, pi3d, x11, uggg lol
Is the question how to run it on startup or something else?Statistics: Posted by neilgl — Sat Jan 11, 2025 7:56 pm
View ArticleMicroPython • Re: Is regular Pi Pico bricking normal?
So is this a Pi Pico thing, a VSCode thing, a hardware issue, or PEBKAC?Thonny appears to manage the connection with the hardware a lot betterThat Thonny does a lot better suggests to me that it's...
View ArticleTroubleshooting • Running python script with push of a button
HeyI have a python script that I want to run by just pushing a button. I could mainly find tutorials for doing this by starting another python script that waits from button input, and then starts up...
View ArticleCompute Module • Re: Operating system for CM4
TCP server on Raspberry Pi 4 having FreeRTOS.Would not count on FreeRTOS supporting Ethernet or Wifi on the Pi.I think most people playing around with FreeRTOS on the normal Pi, run it one of the CPU...
View ArticleTroubleshooting • Re: Running python script with push of a button
HeyI have a python script that I want to run by just pushing a button. Edit the Python script so that it waits for the button press at startup.Then set up your Pi to execute the script at boot...
View ArticleGeneral discussion • Re: What Firefox extensions are you using?
I use PureVPN Firefox extension.Statistics: Posted by andrew_pi — Sat Jan 11, 2025 8:12 pm
View ArticleBeginners • Re: Actual headless boot
Success!I have no idea why but all of a sudden it "just works"? I just dd'ed a new SD card, plugged er in.This is the actual log prior to booting /bsd:Code: U-Boot 2021.10 (Mar 03 2024 - 10:35:09...
View ArticleGeneral discussion • Re: Need To Learn
This forum is a phpBB installation with a custom layout.It requires the so called LAMP stack - Linux, Apache, MySQL and PHP.There are many guides on how to install the required components.Note that...
View ArticleSDK • Re: I2C random timeouts using i2c_write_timeout_us()
More tests has been done and I can't really figure out what is going on.Checking my notes I realized I had not tested all speeds between 10kHz to 80kHz, but only gotten around to test at speeds 10,...
View ArticleJava • Re: Pi4J does not work correctly with PI5 in a Java project
Are you sure that python script runs OK on a Pi5 ? It gives me an error on a Pi5:Code: RuntimeError: Cannot determine SOC peripheral base addressThe error is because a Pi5 has a different GPIO chip so...
View ArticleGeneral discussion • Re: Attach a Pi5 with velcro?
It appears that you can use standard brass stand-offs to create space below the case for ventilation.https://www.reddit.com/r/raspberry_pi/c ... stackable/You could place the RPi with stand-offs on a...
View ArticleGeneral discussion • Re: Pi5 8GB vs 16GB - Geekbench 6
YES! The new 16GB is slower than the 8GB... and the CPU on the 16GB model is up to 2 degrees hotter than my older model with less RAM and uses the same amount of watts (idle and load).Do you have the...
View ArticleMicroPython • Re: Can't install Micropython on Thonny for Pico 2 - Noob here
MacOS: Thonny correctly finds the Pico without any need to mess around with serial ports and this has been so for a few years now (M2 and M4 Macs most recently). I use a USB-C hub for easy access and...
View ArticleMicroPython • Re: How do you get a Pico W to sleep?
Exactly what I said, missing the point, twisting the words.Statistics: Posted by gmx — Sun Jan 12, 2025 7:41 pm
View ArticleHATs and other add-ons • Re: SSD Not Appearing
Honestly speaking I've never heard of your NVMe brand in my part of the world ...Try adding below to cmdline.txt (add it to the beginning, it's a single line only!).Code:...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Screen Blanking
Turning off hotplug fixed it - I didn't think to try that as it worked fine under X.Thanks for the pointers!Statistics: Posted by intrinseca — Sun Jan 12, 2025 8:06 pm
View ArticleOfficial Display • Mistakes and Fun with Touch Displays
Display IssuesOverviewThe following is MY debugging journey connecting the Raspberry Pi official touchscreen to various Pi modules. I don't claim to be correct, nor have read the a vast number of...
View ArticleGeneral discussion • Re: Can the 27W power supply from a Rpi5 be used with a...
The Pi5 PSU does not work with the early revision 1.1 Pi4. It should work with revision 1.2 onwards though, the revision that has the USB-C PD fix. I believe the original Pi4 8GB was revision 1.4 so...
View ArticleNetworking and servers • Re: RPi3 Bullseye - how to configure subversion?
Background...So I can run the svn calls on the RPi3B and get the response I need if done on the command line.But in that process it displays a login dialogue where it asks for the user's...
View ArticleSDK • Re: [resolved] Run fails in Pico Extension on Windows, picotool driver...
The Getting Started with Pico said Windows should have no dependencies. But do I need a Zadig driver anyway?It does say that but I believe you do need the Zadiq driver or some other way to ensure...
View Article