Automation, sensing and robotics • Re: Relays for ethernet connections
Yes. It's just a bunch of wires.Or connect the Ethernet to a network switch and control the power to the switch.Or you might just be able to disable and re-enable the Ethernet port in...
View ArticleGeneral • Re: Want to learn C++ on a RP Pico
See https://www.raspberrypi.com/documentati ... c_sdk.htmlStatistics: Posted by ghp — Mon Nov 11, 2024 6:18 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 4 model B external I2S...
DTS file of the audio codec MAX98090.Code: /dts-v1/;/plugin/;/ { compatible = "brcm,bcm2835"; fragment@0 { target = <&i2c_arm>; __overlay__ { #address-cells = <1>; #size-cells =...
View ArticleOfficial Display • Re: the spacer that comes with pihat M2 server?
Buy an extra long header.I don't think the pihat m2 takes the 3v from the gpio header. But I think it's just for the pins to go in and stabilize the board.The official M.2 HAT uses the GPIO header for...
View ArticleAdvanced users • Re: Any Raspberry Pi 5 RP1 / PIO updates?
Word has it that a kernel driver is nearly ready.@jdb Do you have any updates on the PIO driver or second core support? I promoted this to my boss, and they were impressed with my demo using the...
View ArticlePython • Video feed not connecting / refreshing to WiFi Mesh
Hello, for context, I'm doing a project on an Air Duct Inspection robot, and right now im working on streaming a HD video to browser. We're using a WiFi Mesh and we put the routers and different...
View ArticleBeginners • Re: Running a program at startup
Autostart works different on the newer releases.Open the File Manager and select View -> Show Hidden.You should see a .config folder. Change to that folder.Right click on the list of files and...
View ArticleOther RP2040 boards • PICO 2 RP2350 clone
When you browse the Aliexpress you can find many offers like this:https://pl.aliexpress.com/item/10050079 ... ry_from%3AThey miss RPi logo, they are expensive. Can you spot the difference between them...
View ArticleOfficial Display • Re: Is there an official case for Raspberry Pi Touch...
I would like to ask the gpio PIN spacer has a practical use for pihat M2? because having mounted the pi5 with pihat M2 on a touch 2 display I had to remove this spacer to put display power jack. so is...
View ArticleBeginners • Re: Is HW protected read only possible?
There is no possible protection if someone has physical access to hardware.Statistics: Posted by W. H. Heydt — Mon Nov 11, 2024 7:58 am
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
And, the beat goes on.Statistics: Posted by Ratsima — Mon Nov 11, 2024 8:08 am
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect not working
(Also I was going to attach an image, but can you only attach images through URLs?)You can add up to three images (jpg, png, up to 512KB each) using the attachment button, then after adding you can...
View ArticleHATs and other add-ons • Re: SSD compatibility with M.2 HAT+
There is no official list of compatible devices. https://shop.pimoroni.com/products/nvme ... 9587178579 has a list of drives pimoroni had tested their product with.I have a WD SN510 and SN530 in...
View ArticleCompute Module • Re: CM4 I/O Board with different two cameras available?
I apologize for not providing enough detail earlier.The task I’m planning to work on involves attaching two cameras (RGB/IR) to the CM4 board or Pi5 to capture video as a stereo channel. A frame rate...
View ArticleGeneral discussion • Re: Raspberry Pi 5 overheating
I installed Lakka OS on my new Raspberry Pi 5, however the raspberry overheating and freeze, my question is why? And why Raspberry Pi don't have a protection to shutdown the system on high...
View ArticleHATs and other add-ons • Re: AI HAT+ Reverse Adapter
AI HATs https://www.raspberrypi.com/products/ai-hat/ are proprietary HATs for use with Raspberry Pi only.I don't know of an adapter which let's you use them on a PCIe socket.As the PCIe connector spec...
View ArticleMicroPython • Re: Core1 slows down Core2?
Also the main RAM (4x64 KB) is word stripped/interleaved, by default.0x20000000 Bank 0 00x20000004 Bank 1 00x20000008 Bank 2 00x2000000c Bank 3 00x20000010 Bank 0 10x20000014 Bank 1 10x20000018 Bank 2...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Many I2C-Devices on one Raspberry Pi
Thank you both!I mean, I know, that in theory, the RPi does provide sufficient I2C-Busses and I know they can theoretically work as long as the devices have different addresses. So far, with the...
View ArticleGeneral • Re: Variable PMW on RP2040
Default PWM and phase correct PWM waveforms will look different. Does it operate as described in the RP2040 datasheet? In particular, you might have some pulses that are 0 -> COUNT and some that...
View ArticleAI Camera - IMX500 • Re: Can't transform .keras file with imx500-converter[tf]
Thank you for the advice.I'm not used to RasPi So it's very helpful for me.As you advised, I used the converter with TensorFlow==2.14.0.But I got still the following error.As the last line of the...
View Article