General discussion • Re: Do RPi's have a limited lifespan?
I have 3 RPi3B+'s that I have been using to drive my 3D printers using Octoprint. All 3 RPi's were purchased at nearly the same time and have been trouble free for years. Lately, Octoprint is...
View ArticleRaspberry Pi OS • Re: Possible to "upgrade" glibc without...
Without more information nobody can help. A program can't run if glibc doesn't match well enough yet you say it does. That can only imply the glibc version matches well enough for it to run and it...
View ArticleRaspberry Pi OS • gpiozero kludge
Rather than fixing gpiozero for the latest kernel update on Pi5 the OS seems to have introduced a kludge:-Code: /dev/gpiochip4 -> gpiochip0This breaks my other code which looks for...
View ArticleTroubleshooting • Re: Point-to-point ethernet - Unidentified Network -...
Something Murph9000 didn't mention or didn't spot: using google's public DNS servers on a point to point link like this simply won't work. Even if those machines can reach them via a different...
View ArticleSDK • Re: Where is the C compiler riscv for windows ?
Not in the (arduino-pico related) main branch yet: https://github.com/earlephilhower/pico-quick-toolchain/tree/riscvStatistics: Posted by PicoTinker — Sun Sep 29, 2024 1:29 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Libcamsrc and Module 3
Hello! I am trying to use libcamsrc with my module 3 camera but unfortunately - the library sucks ass. When using the library it drops 40 odd frames at 2304 x 1296. libcam-hello works fine at full 50....
View ArticleBeginners • Re: Raspberry Pi Camera Module 3 Not Working
I tried everything in rpdom's post, and it still says no cameras are available.And I am using a Raspberry Pi 4 Model B 4GB RAM, a 64 gb micro sd card flashed with the 64 bit RP OS.Yes, in rpdom's post...
View ArticleBeginners • Re: how to connect to headless raspberry pi without network
The easiest I think and in my experience is to use the same WiFi SSD and credentials in the new router as with the current pre-fiber. Not only easy w.r.t. RP3A+ but also for your smartphones etc....
View ArticleBeginners • Re: Running a program on start up and after connecting to the...
Have your code ping Google. As soon as it can ping, you have internet, as soon as the ping fails, you have no Internet. It can do stuff while the ping works and stops when the ping fails and wait...
View ArticleNetworking and servers • Re: Pi4 as a NAS and local media player?
My dad is a huge music nerd, but not a huge computer nerd. He's got several hundred CDs in his collection that he's downloaded onto his laptop, plus a large digital library on top of that, but that...
View ArticleSDK • Re: 'clock_get_hz' was not declared in this scope
So you started to migrate from Arduino to pure SDK ? You are very welcome ! I thought you are still trying to patch Arduino to behave like SDK.SDK is much closer to the hardware, once you get used, I...
View ArticleSDK • Re: Setting SCL,SDA pins for Serial2
This is doing all you need for prtinfFor high level stdio (like printf), in clean SDK (NO ARDUINO), you can always use stdio_uart_init_full without messing with defaults in CMake:Code:...
View ArticleTroubleshooting • Re: RPi 4: downloads unreliable w/ 1Gbps but not w/ 100Mbps...
it's not you, it's themfedora updates/repos are the slowest of any distrogoogle for tweaks, there out there and sometimes help for the larger updates.there doing that thing where it's only downloading...
View ArticleOff topic discussion • About RS-485
RS-485: Definition of transmitter and receiver lines, how to express 1 and 0, transmission distance?Referrence: https://www.emsfpga.com/news/rj-connect ... -parameterStatistics: Posted by Luosi — Mon...
View ArticleTroubleshooting • iwlwifi problem
Good Evening,I'm trying to get a AX210 working on my RPI5. I'm using raspbian bookworm. I installed firmware-iwlwifi but can't load the module. Looks like it came from the debian repositories. Here's...
View ArticleCamera board • Re: Raspberry Pi Camera Module 3 Not Working
Yeah, I was just following a tutorial that said to run that, I'm not entirely sure.Statistics: Posted by Ace5955 — Mon Sep 30, 2024 1:59 am
View ArticleGeneral • Re: PIO+DMA w/ offset?
thank you both for your quick responses!IN Y, 16# Left shift 16 high bits from Y register into ISRi hadn't considered that i can get an offset via the scratch registers being shifted in - that's a...
View ArticlePython • Re: python debugging on vscode
My first suggestion is to post this in a VS forum where the experts are.Next, since the code seems to imply uPython and thus a PICO, try downloading and running it with MPREMOTE. This is the official...
View ArticleGeneral • Re: ADC DNL on Pico2
Maybe it's averages, not raw data, that would hide the holes.You also should check the signals on oscilloscope, to reveal small noise, or glitches, use AC input and higher amplification. On DC you'll...
View ArticleOther projects • Re: SDR Software Defined Radio - PI
I'm still on bullseye on my Pi 400 and I have gqrx installed from the repo and also guglielmo and qt-dab which I compiled from source. Additionally I have gqrx-scanner which adds scanner capability to...
View Article