MicroPython • Re: Rotary Encoder
With wiring like this:(CLK - GPIO 0; DT - GPIO 1; GND - GND; + - 3.3 V; SW not connected)and my Raspberry Pi Pico attached on /dev/ttyACM1 (yours will likely be on /dev/ttyACM0), I installed the...
View ArticleBeginners • Re: Wayland & Wayfire very buggy
Is your OS fully updated?Statistics: Posted by rpiMike — Fri Mar 22, 2024 12:02 am
View ArticleTroubleshooting • Re: Ethernet Port not working
What OS? Has the port ever worked? What power supply?Statistics: Posted by drgeoff — Fri Mar 22, 2024 11:02 pm
View ArticlePython • Re: gpiozero module not working for python3.9.11
Tensorflow supported python 3.12 since version 2.12.https://github.com/tensorflow/tensorflo ... ag/v2.12.0Tensorflow 2.16.1 installs and runs fine on Pi 5 8GB running Bookworm 64-bit.Code:...
View ArticleRaspberry Pi OS • Re: Turn off screen in Bookworm
Find this section and edit as needed:Code: [idle]dpms_timeout=600In my case the screen turns off and after a few seconds turns on automatically. Anyone else?Statistics: Posted by sunnypango — Fri Mar...
View ArticleRaspberry Pi OS • Re: Raspberry: Chromium crashes when opening google maps
Odd one, just tried Chromium 92.0.4515.98 on Buster 32-bit running on a Pi4 with 2GB RAM - it did not crash on Google Maps.It is running "ancient" Raspian 10 (Buster) as it is an internet facing...
View ArticleRaspberry Pi OS • Re: OS problem
I am using a 128 GB micro SD card, running the recommended 64-bit version of raspberry pi OS for the raspberry pi 5, I flashed it by using the official imager (windows 11), downloaded from the...
View ArticleHATs and other add-ons • Sporadic UART decoding errors with GSM hat on Pico
Hi all. I'm working on a weather station IOT project.I'm using a Pico SIM7080G Cat-M/NB-IoT. on a Pico, and interacting with the project via Thonny.I have a very basic script which currently connects...
View ArticleTroubleshooting • Re: Arduino data --> rasperryPi5 --> nodejs webserver
Also the ReadlineParser code may not be correct. See https://serialport.io/docs/api-parser-readlineStatistics: Posted by neilgl — Fri Mar 22, 2024 11:24 pm
View ArticleBeginners • Good Case For RPi 5 w/SSD enclosure & fan?
Does anyone have a good recommendation for a good Raspberry Pi 5 case that has a M.2 SSD slot along with active cooling? I’m looking at one similar to this one (however this one only supports RPi 4):...
View ArticleTroubleshooting • Re: Pi 5 not booting - 3 long 1 short flash
This worked! A few notes: The LED was solid green for a few seconds and then was flashing fast (I assumed this meant it was complete). I did not have a monitor to see the color of the screen.Thank you...
View ArticleBeginners • Re: Good Case For RPi 5 w/SSD enclosure & fan?
https://argon40.com/en-gb/products/argo ... berry-pi-5Statistics: Posted by GTR2Fan — Sat Mar 23, 2024 12:24 am
View ArticleBeginners • Re: Bookworm & Removing "Run" and...
What are you actuallu trying to achieve?I ask because removing those two menu items may not be enough. Removing them adds a step or two but does not make their usage impossible.For example:Want to run...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Thanks for the update, I'm still waiting on hardware I'm in a holding pattern until I can get that.I'm just rearranging some of the code and working out how to deal with controller version.Statistics:...
View ArticleTroubleshooting • Re: libmpg123 - Illegal Audio-MPEG-Header
UPDATE/SOLVED: it was not related to the music player, after all.I had presumed that `libmpg123` error meant it was related to my `mpg123` background music player, but it seems that's may be not the...
View ArticleSDK • Re: RP2040 (pico sdk) strange behaviour (and crash) around gpio IRQ...
Anytime I'm using FreeRTOS and "impossible" things start happening, I look for a task stack overflow.Statistics: Posted by carlk3 — Sat Mar 23, 2024 11:08 pm
View ArticleRaspberry Pi OS • Re: Bookworm LVM rootfs
Cool! I'll play with it as soon as time permits. It's a real chore doing anything but headless atm.Cool. You should have a look at sdm. If you rebuild systems often, or not as often as you like b/c of...
View ArticleBeginners • Re: Intermittent Screen Blanks
Maybe someone in engineering could take a look at these dmesg images![ 3.856839] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])[ 3.858807] Registered IR keymap rc-cec[ 3.859086] rc rc0:...
View ArticleSDK • Re: Get Substrings using Delimiter
I would use strtok.Statistics: Posted by carlk3 — Sat Mar 23, 2024 11:26 pm
View ArticlePython • Re: Pi 5 / RC522 / Python for RFID Reading?
ok to check the MFR522 just check if the software version returns 0x91 or 0x92This command read the register 0x37 to return the software version build in the rfid chip.Bit 7 => read modebit 6..1...
View Article