Camera board • PiCamera2/libcamera, now suddenly more logs being written?
After an apt update, I am suddenly seeing additional lines being written to my log, that are not part of my application.For example, these lines ARE from my applicationCode: 2024-01-30 08:15:40: INFO:...
View ArticlePython • Re: GPIOs - GPIOZero - RP5 drives ME crazy instead of the steppermotor
There is no point in using the pigpio or the RPi.GPIO backend. They do not and probably never will work on the Pi5 (or later Pis).Statistics: Posted by joan — Wed Jan 31, 2024 6:06 pm
View ArticleBeginners • Re: Pan and Tilt
I purchased a Mini Pan-Tilt Kit with Micro Servos from the pi hut but was dissapointed to see there was no wiring diagram or code with it.I have no idea how to use it.If anyone has some sample python...
View ArticleTroubleshooting • Re: Raspberry Pi 5 not starting up only flash Green 4 slow...
it appears that the problem lies within the board itself. That's what the other statement says.Yes. That was the message I wanted to convey. It seemed better to have it confirmed by an RPi...
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
If not, I would say this points to an obvious flaw in the RPI5 firmware related to SSD.Or a flaw in that curious NoName SSD adapter that is exacerbated by the much higher performance of the Pi5 vs the...
View ArticleTroubleshooting • Auto starting a file on startup
Has anyone had any success auto starting a file on start up using a Pi5 running the latest OS?I cannot seem to get it to work.Using methods that have previously worked on older OS and Pi4 and zero...
View ArticleTroubleshooting • Execute file on startup
Has anyone had any success auto starting a file on start up using a Pi5 running the latest OS?I cannot seem to get it to work.Using methods that have previously worked on older OS and Pi4 and zero...
View ArticleBeginners • Re: Probs getting docker to pull images
You can turn off IPv6 at the device itself or on your dhco server (usually the same as the router at home).As long as your pi is not getting an IPv6 address, it'll use ipv4 for everything.Statistics:...
View ArticleTroubleshooting • Re: Auto starting a file on startup
What is it you are trying to do?Statistics: Posted by deepo — Wed Jan 31, 2024 6:28 pm
View ArticleOff topic discussion • Re: This old software developer is tiring
Ah yes, life. Do I dare admit I can't remember things like I used to? Notes and reminders are more necesssry.In general I have started to dislike Debian / Ubuntu. It seemed great in 2005, but the last...
View ArticleAdvanced users • Re: NVME and trim
To answer my own question, at least with the Kingston SSD I'm using, yes indeed, trim is enabled by default. I booted via a USB3 SSD, without trim enabled on the SSD (/dev/sda). However, the NVME...
View ArticleMicroPython • Re: PIO things: piodebug and awg2chan
And you could provide a pre-built '.mpy' for those who don't have MicroPython source and 'mpy-cross' installed.Pre-built binaries are available in the Releases section. I'll update the README to point...
View ArticleSDK • Re: PICO W System Wall Time Not Working
Turns out that there was a buf in the code, but not sure how it ever worked, all seems fine.Statistics: Posted by JeffOrthober — Thu Feb 01, 2024 6:15 pm
View ArticleTroubleshooting • Re: CM4 with Waveshare NANO-C - no boot
Is this a new CM4? You've not taken it out of some other device?Statistics: Posted by trejan — Thu Feb 01, 2024 6:15 pm
View ArticleTroubleshooting • Re: Update process hangs during a fresh installation of...
This is huge. Other than luckily finding this random post, how would most know this? Seems like perhaps the image burner application should give an option to change the default swap size on creation....
View ArticleHATs and other add-ons • Re: ON/OFF Shedule Script for Raspberry pi 5
A quick look in the WittyPi docs didn't reveal whether it used the standard Linux /sys/class/rtc interface. As the Raspberry Pi 5 RTC docs state, the RTC can only wake the board: you'll need to handle...
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
Is there more than one model of 64mp arducam camera for the pi ? I see a 64mp model with no name, https://www.arducam.com/64mp-ultra-high ... pberry-pi/ but talk of Hawkeye and owlsight.... They all...
View ArticleGeneral • Re: Need help designing a PCB for Pico W
All I know is: keep a big chunk of space unpopulated under the wifi antenna (no ground plane, no traces) if you want good network performanceStatistics: Posted by scruss — Thu Feb 01, 2024 6:21 pm
View ArticleGeneral • Pico W Wifi Scan Example Build Errors
On Windows 10 using Visual Studio Code. Called from the Pico Developer Command Prompt with >codeI am using C SDK - not mPythonI am trying to build the WiFi Scan example on a PICO W( The sample as...
View ArticleTroubleshooting • Re: Raspberry Pi Model 4 as USB Storage Device
I am lost. In the provided Guide, its mentioned that If you must have USB connected storage that has safe simultaneous write access from both sides of the USB link, use the ethernet gadget and run a...
View Article