Camera 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 ArticleCamera board • Re: 4 cameras on a Pi5 CSI MIPI lanes, what do you need to to...
Arducam make switches but this site says Bullseye only so not pi5...https://docs.arducam.com/Raspberry-Pi-C ... ter-Board/Hi Gordon,This Multiplexer is compatible with ov5647/imx219/imx477/imx708 on...
View ArticleTroubleshooting • Re: Mapping a network share
Hello,You are right: it's in /etc/fstab that you must put the mount of your share.For me, below is the mount that I use on my Pi:Code: //freebox/Disque\040dur/ /freebox cifs...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Pi5 - issue with display on SPI0 (CS0)...
I'm seeing an issue on Pi5 with an SPI display (http://www.lcdwiki.com/4.0inch_SPI_Module_ST7796) . The display module is connected to SPI0 and uses CS0.Code: # 480x320pixels 4in SPI...
View ArticleAutomation, sensing and robotics • Re: RPI Button Code
But how would I get it all 1 script? In one of my other forums I ask this,Statistics: Posted by Henrik Gill — Mon Mar 04, 2024 1:05 pm
View ArticleGeneral • Re: How long will the Raspberry Pi Pico be turned on using a single...
I happen to have a pico running with a 256 x 64 pixel OLED display on my bench...With pico and display running at 5v it is drawing 51mA or about 0.25w . If i drop the supply to 3.7v I see and increase...
View ArticleBeginners • Re: I am looking to setup a pi zero in ad-hoc or access point...
PI Imager shows Bullseye for the Zero, as that is the recommended OS for it, but if you don't select a board type you can then choose 32-bit Bookworm Lite which runs just fine. I wouldn't run a...
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 ArticleBeginners • Re: RPi 5
I picked up a Canakit inline switch for the Pi5. It's white and marked as USB-C PD (as opposed to the black, non-PD Pi4 switch).It's been running for a few weeks on a Pi5 with an Geekworm X1001 NVME...
View ArticleBeginners • Re: Could I get some help with Samba please?
Is your shared folder writeable? You can check the samba configuration, here is how to do it:https://www.techrepublic.com/article/ho ... ith-samba/Unless I missed it, it doesn't mention 'testparm'...
View ArticleGeneral discussion • Re: Do we think my Pi 5 fan is noisy because I have...
Ah, right, thank you.That has saved me loads of reading. I assumed it would make more of a difference.Oooh, decisions decisions.I wonder how much difference there is with passive heatsinks.The...
View ArticleSDK • Re: Intercepting printf() calls, redirecting to a ring_buffer, sending...
The SDK has the concept of stdio drivers and you can write your own. See function stdio_set_driver_enabled and struct stdio_driver_t.https://www.raspberrypi.com/documentati ......
View ArticleCamera board • Re: Building the New RPI Camera Apps.
Whilst you are sorting out the build stuff, can you use the apps built in to Bookworm 64-bit with desktop: rpicam-hello etc.Statistics: Posted by neilgl — Tue Mar 05, 2024 12:53 pm
View Article