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?Forgot to mention. Was the first thing I'v tried. Nope, did not help Statistics: Posted by Killom — Wed Jul 17, 2024 1:17 pm
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 ArticleRaspberry Pi OS • Re: LDAP Server Installation
I played around some more and got to the following (also notice the space at the start of the changetype):Code: $ cat /etc/ldap/schema/core.ldif dn: cn=Dougie Lawson,ou=Server Technology,o=Acme, c=UK...
View ArticleOfficial Display • Re: Official 7 inch touch screen, image is rotated 180 on...
your command is for firmware only --> KMS simply ignores it!Well, don't know if that is fully sorted yet.One would expect that adding below would do the trick:Code:...
View ArticleGeneral discussion • Re: Swap Pi Raspberry Pi 5 case
Looks cool but it could have had a less noisy fan.Statistics: Posted by keyboardman — Thu Jul 18, 2024 12:47 pm
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: Bluetooth Extended Advertising with MicroPython on...
Hi all,In conclusion, it seems that Respberry Pi pico w does not support the extended advertising mode. So, the only solution is the use the legacy advertisement mode (with 30 bytes payload limit) and...
View ArticleTroubleshooting • Re: RPi Zero 2W portable "iPad" design issues
I've tried the ribbon cable without success, but it was my first use of DIY ribbon cable. Thanks for the thought As for the RPi 5...that's a 12VDC system and would require a new redesign/parts. Also,...
View ArticleTroubleshooting • Pi 5 Wi-Fi Disconnects - Is this a power supply issue
I've had my Pi5 since release and have been using it on and off successfully using a none 5amp power supply but recently I have been experiencing issues with the wi-fi disconnecting randomly. The...
View ArticleAdvanced users • Re: HOWTO: Create a Super User File manager
It is much easier to mess things up in the terminal using sudo that in the GUI IMHO.And you're wrong. It's easier to mess things up in a root file manager - simply because the file manager is easier...
View ArticleTroubleshooting • Re: Dell E2220H not connecting
Hint. The signal is coming out of a microHDMI socket on the RPi and going to a Display Port input on the monitor.And the adapters are directional.Statistics: Posted by 6by9 — Fri Jul 19, 2024 1:01 pm
View ArticleCamera board • Re: Focus on GS camera with 6mm lens
Bgotura,Just a thought but a while back I bought a newer Pi camera and a good lens. Part of the kit included a little adaptor that allowed the lens position to be moved further from the image sensor....
View ArticleTroubleshooting • Re: RPi5 Low Voltage warning
To power the RPi5 I've been experimenting with a 7.4V RC battery connected up to a buck converter that is able to provide 5.1V and 5A.YesWith no PD protocol you will only get 3A on 5.1VNot quite...
View ArticlePython • Re: Need help for read numbers from a picture
As the github says# If you don't have tesseract executable in your PATH, include the following:pytesseract.pytesseract.tesseract_cmd = r'<full_path_to_your_tesseract_executable>'Your code seems...
View Article