Advanced users • Re: RP1 ADC temperature
Code: root@raspberrypi:~# cat /sys/devices/platform/axi/1000120000.pcie/1f000c8000.adc/hwmon/hwmon2/temp1_input53148root@raspberrypi:~# cat /sys/devices/virtual/thermal/thermal_zone0/temp46850i think...
View ArticleTroubleshooting • Re: [RPi4] Surround sound channel mapping / jacks wrong
The FAQ mentioned an option:Code: ["api.alsa.use-chmap"] = truedoes that help?Sorry, forgot to mention. Was the first thing I'v tried. Nope, did not help Would have been the "easy" mode to fix this....
View ArticleGeneral • Re: Extending ADC gate time on RP2040
Perhaps you are looking for accurate data from the ADC -- and you may not be able to get it. It's already about 1pF and 100K impedance. You should look at the ADC section in the RP2040 datasheet. See...
View ArticleBeginners • Re: GPIO to control led
Code: ledline.request(consumer="MYDEVICE", type=gpiod.LINE_REQ_DIR_OUT) That is using the gpiod v1.x API. If you do "pip install gpiod" you will get the latest v2.2.0 which is the API neilgl's example...
View ArticleMedia centres • Re: building a sata nas
so I bought a raspberry pi 5 8gb, an m.2 slot for it and an m.2 to 6 sata splitter, I was going to just use OMV for the software(unless thats bad please tell me if it is haha) but Im kinda unsure how...
View ArticleBeginners • Re: Network mount on boot
Hi, I'm using the following command to mount a network drive:sudo mount.cifs //111.111.111.111/folder/folder /mnt/share/ -o username=11111,password=11111,dir_mode=0777,file_mode=0777It works very...
View ArticleMedia centres • Re: Peppy player
I was able to reproduce the problem mentioned in my earlier post (91) using the headless player. This is the content of current.txt's radio browser entry:[radio-browser]favorite.station.name =...
View ArticlePython • Re: printing image in python
This post may help viewtopic.php?t=287651Statistics: Posted by DS256 — Wed Jul 17, 2024 1:39 pm
View ArticleRaspberry Pi OS • LDAP Server Installation
I am trying to install and configure openLDAP on my Raspberry Pi 3. I am running Raspberry Pi OS - Debian GNU/Linux 12 (bookworm). When I follow the various installation procedures I find on the...
View ArticleRaspberry Pi Connect • Re: rpi-connect-lite terminal disconnects after 16...
"Your device and browser chose to use a mix of Connect’s relay and a peer-to-peer connection."Statistics: Posted by chrisy — Wed Jul 17, 2024 1:45 pm
View ArticleCamera board • Re: GScrop and high frame rates
I use GScrop with GS camera and Pi5.Can GScrop also be used with all Raspi rolling shutter camera models?No, because GScrop tool gets the high framerates from being able to crop frame area with...
View ArticleOfficial Display • Re: Official 7 inch touch screen, image is rotated 180 on...
Is that added to boot/firmware/config.txt? If yes it had no effect. The firmware / boot screen is the one I want to invert. My desktop is ok.Statistics: Posted by alphanumeric — Thu Jul 18, 2024 12:48...
View ArticleTroubleshooting • Re: notional expected transfer speeds for USB3 disks ?
In my experience ...Those speeds look normal for good hard drives, some very good hard drives achieve SSD speeds at around 300MB/s, budget hard drives would be lucky to achieve those speeds.Most hard...
View ArticleOther programming languages • Re: Pari/GP CAS (Computer Algebra System)
I am interested in lattice spheres (consisting if integer points [x,y,z] with x^2+y^2+z^2==n).I asked for correct term for what I was interested in on math...
View ArticleTroubleshooting • Re: Errors when running make (modbus package)...
Looks like they already to the issue you created about this. Hopefully it'll be something easy for them to work it out with you.Statistics: Posted by memjr — Thu Jul 18, 2024 12:53 pm
View ArticleGraphics, sound and multimedia • Re: Whats the best media server software for...
I tried Kodi years ago and it was a bit clunky but not the other.Maybe time to try both again thanksStatistics: Posted by mutazoid — Thu Jul 18, 2024 1:05 pm
View ArticleRaspberry Pi OS • Re: VNC on Raspberry Pi 5
TBC you do not need to switch to X11 to use VNC, or do/install anything not in the standard build. Just make sure you are fully apt updatedStatistics: Posted by X69 — Thu Jul 18, 2024 1:20 pm
View ArticleNetworking and servers • Re: Raspberry Pi as a bridge
At work we maintain medical equipment and often use software on a laptop to interact with the equipment. The medical device is connected to the laptop via ethernet and the device then gets put into...
View ArticleMicroPython • Re: SPI just Plain not working
So I tried to just do the above code samples, which didn't work before, and now it works. I have had multiple issues like this (ex. PSU works and jumper wire works but together they don't?), so I...
View ArticleGeneral discussion • Re: About the 3.5mm jack missing from the Pi5...
So in the end is there any cost-effective, non-clunky way to add a jack to the Pi5?I've been using a 3B+ with raspotify. An elegant, cheap, plug and play solution to listen to music on some active...
View Article