Camera board • Re: libcamera-hello: ERROR: *** no cameras available ***
Im not sure what the issue was in the end, i reinstalled the RaspberryPiOS Lite 64bit on the SD card and it works again.Statistics: Posted by Bluemethyst — Fri Sep 27, 2024 10:49 pm
View ArticleRaspberry Pi Connect • Re: resource usage if actually remote? busy or idle
What about if it's NOT peer-to-peer?Statistics: Posted by tinker2much — Fri Sep 27, 2024 11:27 pm
View ArticleAdvanced users • Re: Independent Stepper Motor Control for Liquid Pumps
The pigpiod can do more than 4, as it says on the excellent pigpiod website (I just used 3 in the example and my cheap scope only has 2 channels)hardware timed PWM on all of GPIO 0-31hardware timed...
View ArticleGeneral • Re: Disconnect battery using relay
Yep, I would use an ATmega, it can source 100 mA ... Statistics: Posted by gmx — Sat Sep 28, 2024 8:24 pm
View ArticleOther RP2040 boards • Re: W55RP20-EVB-PICO
Since we're on roughly on the topic, does anyone have experience with UDP speeds of the RP2040 + W5500 combination? A quick 5-minute test using the Arduino libraries gave only a few Mbps. I have yet...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
What SDK doc are you reading ?4.1.28.7.16. time_us_64uint64_t time_us_64 (void)Return the current 64 bit timestamp value in microseconds for the default timer instance.Returns the full 64 bits of the...
View ArticleGeneral discussion • Re: Python v3.7.x
That video is 5 years old. If you installed the latest PI OS then you got bulleye which enforces virtual environments for Python which was not enforced 5 years ago. So, some suggestionsShow the errors...
View ArticleTroubleshooting • Re: RuntimeError: Failed to add edge detection
Code: sudo apt remove python3-rpi.gpiopip3 install rpi-lgpioDoes this work ? I have the same problem for edge detection only on a pi zero since update and upgrade... And with a fresh bookworm image I...
View ArticleTroubleshooting • Re: RPi.GPIO Failed to add edge detection on Pi3 New OS
I have no clue and I am completely stuckAny idea?Asking the same question repeatedly across multiple threads does not change the facts that are spelt out in the extensive Raspberry Pi documentation...
View ArticleSDK • Re: Where is the C compiler riscv for windows ?
Windows https://github.com/raspberrypi/pico-sdk-tools/releases are actually 13.2.0 not 14 like name states. Like they said, they are https://www.embecosm.com/resources/tool ... scv-stable with...
View ArticleGeneral • Re: ADC DNL on Pico2
Full example dataCode: 1 308 2 358 3 391 4 365 5 467 6 436 7 349 8 428 9 504 10 447 11 499 12 450 13 516 14 475 15 442 16 455 17 517 18 490 19 504 20 480 21 505 22 480 23 392 24 471 25 509 26 495 27...
View ArticleRaspberry Pi OS • Possible to "upgrade" glibc without installing a...
I have a program running on my (older) RaspiOS system (*) that upgraded itself today and now the latest version complains that my glibc is too old. The program still runs, but everytime it runs, it...
View ArticleRaspberry Pi OS • Re: Possible to "upgrade" glibc without...
32-bit or 64-bit OS?Have you done a "sudo apt update && sudo apt full-upgrade", and was it successful?What program, and did it come from APT or somewhere else?If it didn't come from APT, what...
View ArticleCamera board • Re: Efficient video streaming
Aa long as the solution uses the hardware H264 video encoder in the GPU, you can't get it much lower. Only if you take another simple board that is dedicated for camera streaming, so not a Pi4, power...
View ArticleGeneral discussion • Re: Raspberry pi 5 and Pimoroni Base NVME
In order to avoid any confusion over which drive you are actually installing to, you can simply attach only the drive you wish to install to, and leave any others disconnected.If you want to do a...
View ArticleRaspberry Pi OS • Re: Porting everything to the Raspberry Pi? (jaw on floor)
Building your own distribution is pretty easy now with pi-gen, worth a try it you need that sort of thing.Statistics: Posted by jamesh — Sun Sep 29, 2024 9:35 pm
View ArticleBeginners • Running a program on start up and after connecting to the internet
Hello, I have a python script that makes calls to an API and updates some LEDS based off of the data received from the API continuously. I would like to run this script after the Raspberry pi turns on...
View ArticleNetworking and servers • Re: Pi4 as a NAS and local media player?
I did something similar for my dad, except his relatively small stack of CDs didn't necessitate an extra drive - it all fitted on the Pi's SD card.Hardware-wise I set him up with a HifiBerry DAC,...
View ArticleGeneral • Re: PIO+DMA w/ offset?
Interpolators can be useful for address translation, but only with CPUs, no PIO, no DMA.Regarding QSPI Flash, it depends on timing ... you can run the program in RAM, disable XIP, and use QMI...
View ArticleCamera board • External trigger on GS Camera and rpicam-still
The following command line saves an image with an external trigger:LIBCAMERA_RPI_CONFIG_FILE=/usr/share/libcamera/pipeline/rpi/pisp/timeout.yaml rpicam-still --immediate -n --awbgains 1.5,1.5...
View Article