Advanced users • Re: Crontab to check file and run command?
Hi all,I'm after some help here!I need to be able to monitor a given file at regular intervals, and if a given value is present, to run a command (basically I need to monitor a file 'output.txt' and...
View ArticleGeneral • Re: PIO feature request: load 32bit values from instruction memory
I do not see why you are not using the FIFO to precompute the values.Code: pull blockmov x, osrpull blockmov y, osrYup, I could have done that.Originally I had attempted to initialize the values on...
View ArticleBeginners • Re: PiCorePlayer not booting
And workingronnieStatistics: Posted by Man in a van — Fri Dec 20, 2024 5:35 pm
View ArticleSDK • Re: Proper way to get Heap size
I agree the names need to make sense I've been trying to do that with my reworking of the code.I'm trying to deconstruct the project but I'm thinking it might just make more sense to start a new one...
View ArticlePython • I2C ADC+PGA ADS1115 question
Would like to understand this chip more however the data sheets don't seem to help.Product: https://www.amazon.com/gp/product/B0C4Q ... UTF8&psc=1Datasheet:...
View ArticleGeneral discussion • Re: A Pi Pie Chart
No idea, likely all the RAM optimised profiles, temp SDRAM timings in the bootup settings, kernel improvements along the way from 6.1 to 6.6. 6.12 show improvements from 6.6. and both use a type of...
View ArticleCompute Module • Re: What is performance of the VideoCore VII GPU in the CM5?
How do you get to 16 FLOPs per core per clock?I assume each core has a NEON SIMD that can do 4 floating point multiply plus accumulate operations. That is 8 FLOPs per core per clock.On the...
View ArticleBeginners • Re: How to use Python in Minecraft
Python has a lot of build in modules, but many modules need to be installed from servers as needed. Minecraft module "mcpi" needs to be installed (you need network access for this step)In old times,...
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 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
You're welcome, John. One update from me: I just did a clean install of Raspberry Pi OS Lite (64-bit, Bookworm) on a Zero 2 W, ran sudo apt update and sudo apt install -y python3-picamera2. It ended...
View ArticleRaspberry Pi OS • Re: What is the path syntax to a shared folder?
There's no particular reason why user home directories *should* or *must* be protected 700. That just seems to now be the default, but of course, you are free to change it. It makes sense for the...
View ArticleTroubleshooting • Re: Networkmanager breaks wireguard
I'm curious of the results of ip r, do you get more than one default route?Statistics: Posted by knute — Sun Dec 22, 2024 4:51 pm
View ArticleTroubleshooting • Re: How come netatalk can be installed on bookworm lite but...
I am trying to get my OSX systems to interface ie have access to Raspberry Pi's home directory.I have successfully installed netatalk into a RPI 2 w, with a bookworm Lite OS image.Tried to do the same...
View ArticleGeneral discussion • Re: Firefox-ESR in Bullseye (Debian 11) - March 2025...
i don't know why you have 102.15.1 version. It is very old and isn't ESR version. The latest version is 128.5.0esr-1~deb11u1 and there is armhf version too. https://packages.debian.org/search?sear ......
View ArticleTroubleshooting • Re: raspberry pi 5 wont receive internet connection
What Dougie said and re “ the raspberry pi turns on” - have you got a monitor and keyboard/mouse connected to it?If so, start a Terminal and enter this command: Code: ip aThank you guys for all the...
View Article