Raspberry Pi OS • Re: How can I retrieve fan speed ?
Raspberry Pi 5 + Raspberry Pi OS Lite 64-bitCode: root@raspberrypi:~# cat /sys/devices/platform/cooling_fan/hwmon/hwmon2/fan1_inputcat: /sys/devices/platform/cooling_fan/hwmon/hwmon2/fan1_input: No...
View ArticleOther projects • Audacity Export Python Code
Hello, I am writing a python script for exporting audacity sound files when code is ran. I want it to export and have the date as the title. My code just opens the export window doesn't actually...
View ArticleGeneral discussion • Re: Raspberry Pi updates
I ran the sudo apt update on my RPI 2b that I loaded using Raspberry Pi Imager v1.1.8.1. It then said "39 packages can be upgraded. Run 'apt list --upgradable' to see them." I did that and saw a long...
View ArticleTroubleshooting • Re: Pi 3 and NOIR Camera v1.3
If using bookworm try rpicam-vid --list-cameras and see what that says.Read viewtopic.php?t=362707Statistics: Posted by gordon77 — Sun Feb 25, 2024 6:45 pm
View ArticleGeneral discussion • Re: RPi OS music player
I recommend using Volumio, but you can choose.Statistics: Posted by Henrik Gill — Sun Feb 25, 2024 6:46 pm
View ArticleSDK • Re: core used for hardware alarms
Use alarm_pool_t *alarm_pool_create(uint max_timers, uint hardware_alarm _num) or alarm_pool_t *alarm_pool_create_with_unused_hardware_alarm(uint max_timers) from core 1 to create your own alarm pool,...
View ArticleAdvanced users • Re: Image File Utilities
I've spent most of the day trying to figure this one out and for the life of my can't solve it. I made sure I was running the latest version by pulling from: https://github.com/seamusdemora/RonR-RP...
View ArticleTroubleshooting • Re: dmesg : "raspberrypi-firmware soc:firmware:...
Just a possible update: with the latest February 2024 eeprom update, it seems like the error doesn't appear. Maybe it's soon to say for sure but compared to previous eeprom version I'd have expected...
View ArticleCompute Module • Re: CM4 Breakout board RS485 issue
I'd (very carefully) look at the DC voltages on the RS485. Yes you have the Zener diodes there, but something nasty is obviously getting through.If you're killing that many devices I'd also look at...
View ArticlePython • Re: pylint errors on normal "import RPi.GPIO"
Well, pylint is meant to detect errors someone made and can correct. One can hide false positives (made pylint diagnostics cluttered) by puttingCode: # pylint: disable=E1101at the end of each line...
View ArticleNetworking and servers • Re: Sharing the Ethernet port to USB0
Just wondering: Once you are on the Raspberry Pi 5 (supposedly via ssh), can you ping to an outside machine? For example, does 'ping raspbian.raspberrypi.com' show anything?In my case, I can ping the...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Hello! Will it be possible in the future to add the OS Home Assistant for Pi5? It would be very interesting for those of us who use home automation...At a first quick glance, my initial thoughts are...
View ArticleTroubleshooting • Re: HDMI issues with new Pi5 8gb
Thanks for the suggestion.https://paste.debian.net/hidden/2cfa6723/You have this in your cmdline.txtCode: dtoverlay=vc4-kms-v3d,audiodtoverlay commands go in config.txt.But the main problem is you...
View ArticleRaspberry Pi OS • Re: rsync files between two Pis that are owned by other...
The problem is I need root permissions on the receiving endIt should be sufficient for the pi user to be a member of the www-data group on the receiving system.That makes sense. I'll try it and get...
View ArticleTroubleshooting • Re: RPi5 - PWM signal
https://docs.kernel.org/driver-api/pwm. ... -interfaceStatistics: Posted by 6by9 — Mon Feb 26, 2024 6:51 pm
View ArticleTroubleshooting • Re: DS18b20 updates on reboot then no update
ESP8266/32 or RP2040W all make better alternatives.Tasmotta, ESPEasy, ESPHome or custom on the ESP boards whatever you like.Statistics: Posted by bensimmo — Mon Feb 26, 2024 6:54 pm
View ArticleBare metal, Assembly language • Re: RPi3 Interrupts
Thank you for this! I spent the last week getting all of this running and comparing with my own code. It was extremely helpful and helped me get through my issue. My problem was kind of silly, but I...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting Waveshare Display(s)
...Either help, or don't.FWIW: Using DSI1 instead of DSI0 actually worked.that's exactly what I've said! Your best option is to start from a fresh OS installation, add...
View ArticleTroubleshooting • Re: USB speaker not detected at boot (on Pi Zero 2W)
I encountered a USB issue on my Raspberry Pi that resembled yours, and I found a workaround. When using a Raspberry Pi 3B for network booting, leaving the USB devices plugged in caused the Pi to fail...
View ArticleAdvanced users • Re: AV/RCA to HDMI converter
This may be a stupid thing to say, but I thought you can use pico's adc pins to translate data to rpi pi 3b+ and then display it.Anyway, thanks for the responses.Statistics: Posted by petronel — Tue...
View Article