General discussion • Re: What is this and what does it do?
Is it used to keep the CPU from overheating?Statistics: Posted by MrTech — Wed Feb 28, 2024 10:54 pm
View ArticleTroubleshooting • Re: Pi5 power question
Well I made another video - see somehow I have to set my bench power supply to 5.4V or even 5.5V in order to get 5.0V on a Pi. And power supply does output close to what's expected. At the same time...
View ArticleNetworking and servers • Plex on Pi but media on Network
Is there a way I can direct Plex on Pi to my windows WHS2011 running RAID1 mirroring where the media resides.I need to keep the WHS I know its old and unsupported but we need it for now and it is...
View ArticleTroubleshooting • Re: vlc without error messages, is it possible?
Try asking here https://forum.videolan.org/Statistics: Posted by memjr — Wed Feb 28, 2024 11:05 pm
View ArticleCamera board • Re: v2 camera module problem
If you are using the latest “Bookworm” version of Raspberry Pi OS, there is no need to enable the camera interface; it is automatically detected.What happens if you start a Terminal and type inCode:...
View ArticleTroubleshooting • Re: PI4B: SPI EEPROM dead?
viewtopic.php?t=58151Statistics: Posted by memjr — Wed Feb 28, 2024 11:06 pm
View ArticlePython • Re: [Errno 2] No such file or directory Error When Switching from Pi...
The issue appears to be with the red-highlighted line in the configuration file. To resolve the issue, this line should be on a new line, as shown in the second image. Specifically, the configuration...
View ArticleAdvanced users • Re: App crash at startup on RPiOS
ThanksStatistics: Posted by pol9520 — Thu Feb 29, 2024 10:00 pm
View ArticleMicroPython • Re: Frequency counter stops after while
Hm - strange. I meade only two changes in code. First: PWM output to: pwm = PWM(Pin(4)) and second: print(frequency)Code: def readout(a): global frequency frequency = ((out[1] << 8) | out[0]) /...
View ArticleGeneral • Re: Noise and transients when using VSYS
Thanks.Thats a good point.I will try to connect it outside the breadboard.As for capacitors.... I have used all sizes and types, before and after every regulator and power supply lanes.From 10nF to...
View ArticleCamera board • Re: Need camera & lens recommendation. Losing eyesight....
Than. you so much for your input. I"ll look into those items.The items don't have to be the exact ones I linked to e.g you could use the CS/C version of the HQ sensor matched to a 12mm focal length...
View ArticleGeneral programming discussion • Re: Pi 5 Data analytics e.g. R studio, perl,...
You don't have to pay for Free Sotware.Statistics: Posted by markkuk — Thu Feb 29, 2024 10:14 pm
View ArticleGeneral discussion • Re: Using fire 7 display for pi5
also is there any way to know if my display is even working I mean it hasn’t turned on since the battery failed so I would have no clue.Statistics: Posted by Pimuncher2042 — Thu Feb 29, 2024 10:15 pm
View ArticleMedia centres • Re: Peppy player
How is the new release testing? Any idea if it will be released soon. Thanks for the great work.Statistics: Posted by y2kats65 — Thu Feb 29, 2024 10:15 pm
View ArticleGraphics, sound and multimedia • Re: RPi OS music player
@thagrolI've seen that some readers use Jivelite Squeeze Player, others use LMS & Squeezelite or Mopidy.Compared to MDP, are these configurations equivalent ?Sorry but I have no idea not having...
View ArticleDevice Tree • Re: PWM driver questions
What does the 'echo 0 > /sys/class/pwm/pwmchip0/export' do?It sets up pwm 0 as being exported via sysfs, and creates the /sys/class/pwm/pwmchip0/pwm0/ subdirectory.Echo 1 and you'd get the other...
View ArticleAdvanced users • Re: Reducing Boot Time?
I have a Raspberry Pi 5 8GB model configured to use a NVMe SSD as my primary boot device. I also configured my boot sequence so that I boot from the SD Card first, USB attached device second, and NVMe...
View ArticleGeneral • Re: PIO pin follower delay
I think it's because, by default, the SDK configures both the ISR and OSR to shift right. So your program has to execute IN PINS, 1 32 times before the first sampled bit is in position 0 of OSR, where...
View ArticleTroubleshooting • Re: Can't swap a Zero 2W into a Zero W setup...
Re: missing a kernel version - how would I put back v7 if that's the problem?I just gave a swing at reinstalling the v7 version by doing the following, which matches the v6 and v8 versions already...
View ArticleGeneral discussion • Re: Problem in raspberry pi
The Stretch release is so old that it isn't supported any more. Rebuild your system around Bookworm (the current release).How can I do that please ?Statistics: Posted by Baraa — Fri Mar 01, 2024 10:39...
View Article