Networking and servers • Re: website on raspberry with duckdns domain name is...
Have you got port forwarding (port 80) set in your router to point to the ip address of the pi on the LAN? (use a fixed ip address for the pi)Has the duckdns been updated to link the domain name to...
View ArticleOther projects • Re: Raspberry pi zero 2 w ssh/w graphics server dispkay to...
Maybe set the pi as a WiFi Access point, enable VNC then use RealVNC viewer on the iPad to connect to the Pi.Here is an iPad connected to a Pi:Statistics: Posted by neilgl — Tue Dec 03, 2024 10:14 am
View ArticleAutomation, sensing and robotics • Re: How can install ttySC port for serial...
Have you tried the examples on the waveshare website using the lgpio library ?Statistics: Posted by neilgl — Tue Dec 03, 2024 10:20 am
View ArticleBeginners • Re: A replacement for MotionEyeOS?
Might be good to stick to Bookworm with the working build from source?Statistics: Posted by neilgl — Tue Dec 03, 2024 10:23 am
View ArticleBeginners • Re: Help needed to use a USB thumb drive for a Pi Zero 2 W
If using a case, you may find that the drive doesn't go in far enough - I had a cable that I had to trim a bit off the plastic by the metal plug....Statistics: Posted by KeithMck — Tue Dec 03, 2024...
View ArticleHATs and other add-ons • Re: WM8960 Audio Issues
Does this help?https://github.com/waveshareteam/WM8960 ... /issues/63Statistics: Posted by Tovad — Tue Dec 03, 2024 10:29 am
View ArticleTroubleshooting • Raspberry CM4 pwm-backlight duty cycle missing
HelloI have a devicetree overlay containing this to configure pwm-backlight:Code: + fragment@1 {+ target = <&gpio>;+ __overlay__ {+ pwm_pins: pwm_pins {+ brcm,pins = <12>;+...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I use a Bluetooth mouse these days, but I would expect a Raspberry Pi device to be usable with Raspberry Pi input devices and there is only a USB version branded mouse.I really don’t get the “I don’t...
View ArticleCamera board • Re: Pi camera maximum processing time between capture
It sounds like it's copying that large 36MB memory buffer that's taking the time. Most of these functions give you a copy of the image so that the underlying buffer can be recycled immediately back to...
View ArticleCompute Module • Re: Cooling
Yes, https://edatec.cn/en/ac/CM5ACOOLER.htmlStatistics: Posted by WouterO — Wed Dec 04, 2024 8:18 am
View ArticleCompute Module • Re: CM5 Dev Kit Fan Clearance issue
I must agree with @aBUGSworstnightmare: the fact that the combined use of the passive cooler and the fan is impossible is…. well… sad.@ralkire: where did you make a hole in the casing for the fan...
View ArticleOther programming languages • R on Raspberry Pi-2
Monte Carlo methods are a broad class of computational algorithms that rely on repeated random sampling to obtain numerical results. One of the basic examples of getting started with the Monte Carlo...
View ArticlePython • Toggling between two camera streams Raspberry Pi 5
Hello, I've been trying to toggle two video streams for Raspberry Pi 5 a few days now and been unsuccessful. I've found a code online that streams two cameras at once to a browser. Link:...
View ArticleOther programming languages • Re: R on Raspberry Pi-2
If you want to post examples of programming languages running on a Pi, keep it to a single thread.Statistics: Posted by jdb — Wed Dec 04, 2024 9:45 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • RP5, CSI connector and I2C.
Hello,I want to use I2C which is on the one of CSI connector however device (EEPROM) which is connected to it is not visible.By typing ls /dev/i2* i have: i2c-1, i2c-11 and i2c-12. When camera is...
View ArticleSDK • Re: Why is the default stack size 2 KiB?
From SDK doc: 4.5.16.4.9. __scratch_x4.5.16.4.10. __scratch_yScratch X/Y is commonly used for critical data and functions accessed only by one core (when only one core is accessingthe RAM bank, there...
View ArticleHailo • Re: Pi Hailo AI hat availability and Picamera2 integration...
Thanks for the modification to the detection code, l see it now reports the name of the object Confused me for a while when my existing code stopped working after an update but now fixedStatistics:...
View ArticleMicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
Hi all, Sorry for the very late reply. I have been travelling on a job and just got back. Thanks for the great replies. I'll get onto trying all this great advice as soon as I can.@SirFico: thanks for...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RP5, CSI connector and I2C.
Pi5 has independent I2C buses for the two CAM/DISP connectors.Enable them with "dtparam=i2c_csi_dsi0" and "dtparam=i2c_csi_dsi1" for ports 0 & 1 respectively. Depending on exact kernel version...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Getting touch working with a Touch...
GT911 is used on the Pimoroni HyperPixel4 display, which already has an overlay in the kernel tree. See https://github.com/raspberrypi/linux/bl ... ts#L21-L32 for the relevant configuration section.It...
View Article