Camera 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 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 ArticleGeneral discussion • Re: How to reset vcgencmd get_throttled?
AFAIK there isn't but rather than checking throttled since last boot, wouldn't it be better for you to check for currently throttled?ETA: As you appear to be concerned about voltage then it should be...
View ArticleTroubleshooting • Re: [SOLVED] dmesg : "raspberrypi-firmware...
Imho of course, WebGL benchmarks on Chromium based browsers running on both X11 and Wayland, X11 was faster few frames/s and generic heavy webpages/scrolling/writing seem faster while still fully...
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 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 Article