Python • Re: Bookworm & Python library hell
In my case I downgraded to Debian 32 bit version, which solved matching python 3.9 version for appropriate tensorflow lite as well. Anyway if anyone interested.Statistics: Posted by bmadhekar — Sat...
View ArticleTroubleshooting • Re: More CUPS issues on Bookworm and CUPS 2.4.2
Don't worry about upgrading past CUPS 2.4.2: it's the version you get with Raspberry Pi OS, and it's pretty stable. The Dymo 450 isn't a particularly new printer. My LabelWriter 4XL is a similar age,...
View ArticleTroubleshooting • Re: 3B hardware issue, not booting
EDIT: What are you using for a power supply? The 3B needs more power than the old models (5V 2.5A).Sounds like your micro SD card slot may be faulty.Check it carefully and look for any signs of damage...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Flex Camera Connection
What do you want to connect? If it's not a MIPI CSI sensor then they only available interface on that connector is an I2C bus an one GPIO.Statistics: Posted by aBUGSworstnightmare — Sun Mar 31, 2024...
View ArticleBeginners • Network connection, two raspberry and WiFi AC
Hello,My goal is to connect two Raspberry together with an Ethernet cable. One of them should act as a Wifi Access point (so I can connect to it with a phone). How should I proceed, to be able to...
View ArticleSDK • Re: pico_w instability with wifi and freertos
...Stack Usage...PICO_USE_STACK_GUARDS and configCHECK_FOR_STACK_OVERFLOW help, but it's pretty easy to vault right past the guard bands. One trick I use is to initialize stack-resident arrays and...
View ArticleTroubleshooting • Re: Rpi5 Power Problems
Not all of my USB sticks work with my Pi 5. Perhaps your drives do not play nice with the Pi 5 too?Ohhh, well is weird because sometimes it works other not. I will try with another one in a moment to...
View ArticleTroubleshooting • Re: Problem with Johnwill Monitor
Installed the 64 bit version.When I try to edit boot/firmware/cmdline.txt, I get told that it is read only and I don't have permission to write it.Damned computer thinks it's in charge...Time to show...
View ArticleSDK • Re: Get Substrings using Delimiter
strtok probably comes closest to meeting the OPs requirement "As efficiently as possible". To avoid reentrancy issues, you can use strtok_r.Statistics: Posted by carlk3 — Sun Mar 31, 2024 8:37 pm
View ArticleHATs and other add-ons • Re: NVMe useful commands and disabling APST.
I stay on gen2 with APST disabled.On gen3 can do some hang 1 of 10 booting.Wifi scanning at same time hdparm test can be unstable on some case.On gen2 seems totally stable 10/10.The shielded cable...
View ArticlePython • Re: control 30 servo pill deepener
You probably want two PCA9685 servo control boards (16 channels each):https://www.adafruit.com/product/815It's not going to be easy.Statistics: Posted by ame — Sun Mar 31, 2024 8:59 pm
View ArticleC/C++ • Re: Need help to build a working make file
IMHO, manually writing and maintaining Makefiles is a waste of time. These days, CMake is the de facto standard for building C++ code. Even though the syntax takes some time to get used to, it's not...
View ArticleTroubleshooting • Re: Delayed boot process probably caused by rc.local
Here is the output of systemd analyze blame:Code: 4.482s NetworkManager-wait-online.service1.271s raspi-config.service1.145s dev-sda2.device 747ms bthelper@hci0.service 707ms accounts-daemon.service...
View ArticleAssistive technology and accessibility • Re: New to the raspberry pi and need...
I change the subject as orca goes, I kinda need it to start at login in order to adjust and make changes to screen reader settings if there is something wrong with using orca at start then I guess I...
View ArticleRaspberry Pi OS • Re: Installing and running omxplayer under Bookworm (on a 3B+)
But why go Bookworm not Bullseye on that Pi3?Indeed. The simplest solution would just be to run an older version. Most of my Pis run Jessie, since that does everything I need and does it...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
@ fikNow I am testing sandisk extreme 64Gb and is ok and same kernel you are using.But I have packages for update.I will update the rpi5 and see if is a problem with new packages.Se actualizarán los...
View ArticleSDK • Re: Elegant ways of documenting changes in SDK for publishing project
The way I have done it is to pull the SDK into a local sub-directory and hack that. You don't necessarily need everything but the SDK isn't set-up to easily allow 'most of the default but use files I...
View ArticleGeneral • Re: A bad soldering or too much heat?
In case the BB is one of those Chinese ones, those can have short-circuits or missing leads.First I've heard of that, so I googled it. Seems to be a rare or non-existent issue. Since these are made in...
View ArticleGraphics, sound and multimedia • Re: Push Button Video Display
Pi Presents will do this. Use a radiobuttonshow. You will need the legacy Bullseye RPi OS.pipresents.wordpress.comStatistics: Posted by Benjaguy — Mon Apr 01, 2024 8:43 pm
View ArticleOff topic discussion • Re: Deleted topic: error? over moderation?
This is the fake link I posted. Anything rude, offending?It doesn't need to be rude or offensive to cause complaint from people. Getting people's hopes up and dashing them deliberately isn't...
View Article