Graphics, sound and multimedia • Re: TIDAL Connect installation!
So having run into some problems on the latest version of Moode 64 bit, on a Pi 3b+, I finally found the steps to get this going again.- Install moode 64 bit- Install docker and compose via this...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI displays graphical output not...
I tried now with kernel 6.6.20 and had no success so far. In fact, the dtoverlay and driver mentioned above do not rotate the output at all (neither text nor graphical). Only an additional KMS...
View ArticleRaspberry Pi OS • Re: Increasing swap space without rebooting?
But I'm wondering if there is some "systemd-y" way to do it - some command that will read the /etc/dphys-swapfile and do the right thing(s) automatically. Is there?sudo systemctl restart...
View ArticleGeneral discussion • Re: Raspbian Lite Image
My gentle query would be to ask what manner of changes you feel it is necessary to make?Why should you care? What difference does it make?Statistics: Posted by BigRedMailbox — Fri May 03, 2024 10:53 am
View ArticleMicroPython • Re: PicoW - Cell Phone/Windows prompt for PassWord after...
I get the SSID on both my phone SSID list and the Windows SSID's available list and connect to the Pico W without entering the password, that has to change.I can't recall all the details but when I...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
One thing nobody else seems to have mentioned is the possibility of a Raspberry Pi USB 3 hub product. This was first suggested several months ago when two USB PIDs was added to the Raspberry Pi PID...
View ArticlePython • Failure of successive file.writes in callback routine
Code: def lightcallback(channel): # night time function global flagnight # do this to use variable within function time.sleep(0.1) # DEBOUNCE delay to remove false positives if GPIO.input(18)==0: #...
View ArticleTroubleshooting • Volume icon not visible after update
Hi,I have a lot of new problems with bookworm. I hoped to resolve a few of them by doing an update (since a month ago) but now the volume icon is gone. Yes it is still in the list of menu bar plugins,...
View ArticleBeginners • Re: Pi Backup to shared NTFS drive (CIFS)
That said, SMB to NTFS isn't how I'd do it either. I'd go with nfs to a Linux native filesystem if the NAS device supports it.I also wouldn't use NTFS and SMB on a router. nfs is the right way to go....
View ArticlePython • Re: Failure of successive file.writes in callback routine
Need the complete code, callbacks should be as short (in time) as possible.Statistics: Posted by rpiMike — Fri May 03, 2024 11:25 am
View ArticleCamera board • Re: Camera Module 3 with Rasp. Zero Does not WORk
Good news - that camera seems to be working.Does this create an image ?Code: rpicam-jpeg -o test.jpgBy the way - are you running Bullseye LITE or with desktop?Statistics: Posted by neilgl — Fri May...
View ArticleGeneral • Re: adc_read() spurious longer execution (PICO)
Assuming you are using printf to USB serial, that is a whole kaboodle there -- a USB stack with interrupts and all. Who knows what other interrupts are operating? Anything that pulls in non-SRAM code...
View ArticleSDK • Re: What is the code path to main()?
I would suggest looking at David Welch's and Alex Taradovic's bare metal boot frameworks. Links in first post here - viewtopic.php?t=331678Statistics: Posted by hippy — Fri May 03, 2024 11:43 am
View ArticleGraphics, sound and multimedia • Re: pi 3B pattern Generator
Hi,thanks for the update. I can get “kmsprint” result as “Connector 0 (32)”. I was able to switch to ycbcr444 without any problem.I get “modetest” command not found error. I did not install it because...
View ArticleAutomation, sensing and robotics • Re: Can't measure resistors
The interesting point is: when I move the brown wire , ADC1 from the right resistor column 47 to the left resistor column 44, then I expect the same voltage. But the voltage on the ADC changes by...
View ArticleGeneral discussion • Re: Raspberry pi 5 Power adapter
Maybe.... Pi 5 requires at least 5V@3A and would like 5V@5A. It is a USB-PD sink device and will negotiate with a USB-PD source device for the appropriate mode. It is up to you to determine what modes...
View ArticleC/C++ • Re: Cross-targeting for aarch64 / armhf bullseye and buster
There should be /usr/include/mosquitto.h if you have installed libmosquitto-devIf you are on aarch64 and "apt install libmosquitto-dev:armhf" then the armhf libs will be...
View ArticleTroubleshooting • Re: card reader not visible
Hi I use the organelle/recommended power supply the one specifically designed for the Raspberry Pi 5See imageStatistics: Posted by Usser22 — Sat May 04, 2024 11:21 am
View ArticleC/C++ • Re: WiringPi replacement?
'Gordon's wiringPi' which has been deprecatedNote that this is not the current wiringPi/wiringPi repository which has taken over from Gordons.Since 2024, GC2 has taken over maintenance of the project,...
View ArticleNederlands • Re: installatie
Opgelost, het wetkt Statistics: Posted by BabaYega — Sat May 04, 2024 11:23 am
View Article