Beginners • Re: Could I get some help with Samba please?
does libreelec still workyou should probably should ask on there forum as they use "just enough os" they might have specific scripts for samba.Statistics: Posted by kerry_s — Sat Mar 02, 2024 1:06 pm
View ArticleGeneral • Re: Noise and transients when using VSYS
Some more info -When using VSYS, the GPIO "low" is at 100mV.When using the USB connector, its at 0.What I can see on the GPIO are:1. 50mV bumps @ ~10Hz2. Erratic spikes at several 100mV3. A 100mV...
View ArticleTroubleshooting • Re: How do I hook up my speakers?
Those appear to be a "raw" speaker in a box. No amplifier. None of the reviews mention Bluetooth. At least one review mentions using them with an amplifier. The blurb includes:"Rated impedance: 4 ohms...
View ArticleFrançais • Re: Choix Raspberry pour raid1/nas et écoute web radio avec dac
Salut,J'ai personnellement un RPi 4 et un ampli Beocreate, appuyé sur le système d'exploitation Hifiberry. Ca marche très bien depuis 2 ou 3 ans.Pour le NAS, sache que tu peux installer Docker sur...
View ArticleTroubleshooting • Re: File transfer via home ethernet (NAS) very slow TO Pi5...
What's the rating on your SSD's? Most likely 3.3V, but how many A?FWIW...Using dd to write 2023-12-11-raspios-bookworm-arm64-lite.img from my Windows 11 PC (CIFS over Ethernet) to a Kingston NV2 500G...
View ArticleCamera board • Re: Help needed with fluidized bed project
Thankyou Hydrogrower for the reply. I will surely look it on the ali express.However, I am unable to even configure the both of the camerasDo you have any idea?I have tried changing the config.txt for...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPI 5 GPIO serious timing issues
Add pcie_aspm=off to /boot/firmware/cmdline.txt and see if that fixes it. If it does, then you should adapt your program to spawn a separate thread that just reads the state of the GPIO in a loop. See...
View ArticleAutomation, sensing and robotics • Re: Updated Object Recognition Tutorial?
Gordon, how did you get it working on your PI5? I am struggeling. I am using this tutorial but i cant finish this: Setting Up Open-CV for Object Detection steps.After: sudo apt-get install libjpeg-dev...
View ArticleCamera board • Re: MP on lenses, what does it really mean?
Good price because they are the 'Raspberry Pi HQ' official lenses. Some come with RPI's pricing.An official reasoning from the initial blog. It may have been talked about more in the forum or the...
View ArticleNetworking and servers • Re: Plex on Pi but media on Network
Export the media as a network share in Windows, and mount the share on the Pi. Should work ok.Hi, sorry to pester but could you help?I have shared my drive on my server as //server/mediaI have mounted...
View ArticleTroubleshooting • Re: Raspberry Pi 5 PWM control method inquiry
I made a small version using RP1 registry.https://github.com/danjperron/Pi5PWM_HARDWAREStatistics: Posted by danjperron — Sun Mar 03, 2024 1:23 pm
View ArticleTroubleshooting • Re: Pi3 A+ only booting PiOS - strange error on anything else
I tried the suggestions in the sticky post but did not get much further.I used SD Card Formater to format the cards (overwrite format on Mac). I then used Rasperry Pi Imager to test different distros....
View ArticleTroubleshooting • Re: Rotate touchscreen 90 degrees - does not rotate matrix
What about using XWAYLAND0 as output?You made someone happier today Many thanks for your help Statistics: Posted by FrankShopimat — Sun Mar 03, 2024 1:45 pm
View ArticlePython • Re: How do I fix this Python code?
Oh, okay but would I change the code at all to make it work for a button?Statistics: Posted by Henrik Gill — Sun Mar 03, 2024 1:53 pm
View ArticleTroubleshooting • Trying to setting up Open-CV for Object Detection on a...
I try to follow these instructions but I am stuck at those first steps. After I enter: sudo apt-get install libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev, I receive the following error messages:...
View ArticleHATs and other add-ons • Re: high cpu with 2-CH RS485 HAT Interface-Card and pi5
any news for this problem?others don't have this problem?thanks!Statistics: Posted by toldap — Mon Mar 04, 2024 1:11 pm
View ArticleGeneral discussion • Why 32bit Bookworm Not Recommended in PI Imager for ZERO W
I was just nicely corrected in another post viewtopic.php?t=366764 on the fact that 32bit Bookworm will run on the Zero W.My question is that when I selected the ZERO W, on the latest PI Imager, why...
View ArticleTroubleshooting • Re: Hardware PWM not working with Raspberry Pi 5 4GB
This is just a test code:Code: from rpi_hardware_pwm import HardwarePWMimport timepwm = HardwarePWM(pwm_channel=0, hz=60, chip=2)pwm.start(100) # full duty...
View ArticleC/C++ • Re: Raspberry pi 4 mcp3008 C++ coding
https://learn.sparkfun.com/tutorials/ra ... torial/allandhttps://projects.drogon.net/raspberry-p ... i-library/recommand the following include line Code: #include <wiringPiSPI.h>Another way to...
View ArticleAdvanced users • Re: Image File Utilities
As a follow-up question, the original script had image-utils 'installed' at BINPATH="/etc/local/bin/image-backup" - is that where I should be installing it? I have it at...
View Article