General discussion • unable to find my i2c slave
I'm using Raspi 5 to communicate with an Arduino via I2C. In `raspi-config`, I enable I2C, and I set parameters in `/boot/firmware/config.txt`:Code: dtparam=i2c_arm=ondtparam=i2c_arm_baudrate=400000I...
View ArticleGeneral discussion • Re: unable to find my i2c slave
`gpioinfo` message if it's useful:Code: gpiochip0 - 32 lines: line 0: "-" unused input active-high line 1: "2712_BOOT_CS_N" "spi10 CS0" output active-low [used] line 2: "2712_BOOT_MISO" unused input...
View ArticleGeneral discussion • Communicating between 2 RPI's
Have a question on communicating between 2-3 RPis. Trying to build a remote Web Cam where one or two pi zeros are taking the pics every 30 mins (only pics, no streaming due to 4G bandwidth and cost)....
View ArticleGeneral discussion • Re: Communicating between 2 RPI's
Cat6 is not ideal as a power cable, though it will probably work over that distance. A thicker 2-core cable would be better. Remember, you will need 12V to 5V converters for each Pi0.No version of the...
View ArticleGeneral discussion • Help me choose the right cable : from mini HDMI (on the...
Hello to everyone.I would like to connect the RaspBerry Pi 4 to my monitor. As you know the Raspy offers a mini HDMI port and my monitor has a free DisplayPort. So I need a mini HDMI to Diplayport...
View ArticleGeneral discussion • What currently is the best remote desktop software for...
Planning to deploy one of my pi on a remote location , and by remote the attic of my mom's house where i dont want to go up her attic just to update a script. Any recommendations on a great remote...
View ArticleGeneral discussion • Re: What currently is the best remote desktop software...
If you are running Bookworm on the Pi have a look at rpi-connect https://www.raspberrypi.com/software/connect/Statistics: Posted by neilgl — Wed Jul 31, 2024 8:28 pm
View ArticleGeneral discussion • Re: Help me choose the right cable : from mini HDMI (on...
RPi4B has microHDMI sockets, not miniHDMI.Statistics: Posted by drgeoff — Wed Jul 31, 2024 8:33 pm
View ArticleGeneral discussion • Re: First quarterly report for Raspberry Pi Holdings PLC?
I wonder if that played a part in Raspberry Pi choosing to list on the LSE rather than in America ?I was not involved, but I believe that there was a general desire to keep things in the UK, in much...
View ArticleGeneral discussion • hyprland-made-its-way-to-debian-repositories
https://linuxiac.com/hyprland-made-its- ... ositories/Might be worth a look down the road once it makes its way to the next Debian stable.Statistics: Posted by craigevil — Tue Jul 30, 2024 5:01 pm
View ArticleGeneral discussion • Re: STICKY: Introduce yourself!
Hi Im Mario , a farmer looking to try a project that is way over my head and trying to get as much informaton as possible.Statistics: Posted by 92b16si — Thu Aug 01, 2024 3:13 am
View ArticleGeneral discussion • could not read frame (rpi 5 8GB)
import argparseimport cv2from collections import defaultdict, dequefrom ultralytics import YOLOimport supervision as svimport numpy as npSOURCE = np.array([[360, 63], [550, 63], [1282, 823], [-90,...
View ArticleGeneral discussion • Raspberry Pi embedded Python IDE - editor-ui
I'm currently trying to embed the Raspberry Pi Python IDE (the web component from their editor-ui Github project https://github.com/RaspberryPiFoundatio ... mponent.md) into a website. At the moment...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Interesting alternative to a slew of boards for those who want AI and NVMe with their Pi 5 -https://pineboards.io/blogs/news/introducing-the-ai-bundle-hailo-8lNot cheap but probably not pricey...
View ArticleGeneral discussion • Disable Right Click RPI OS
Hello,I’m working with a Raspberry Pi 5 running Raspberry Pi OS and have configured it with several restrictions: the taskbar is disabled, the terminal shortcut is removed, and a firewall limits...
View ArticleGeneral discussion • Re: Raspberry Pi embedded Python IDE - editor-ui
Interesting. I didn’t know this existed You may want to try the Issues page for this https://github.com/RaspberryPiFoundati ... -ui/issuesStatistics: Posted by DS256 — Thu Aug 01, 2024 7:14 pm
View ArticleGeneral discussion • Re: could not read frame (rpi 5 8GB)
cv2.videocapture no longer works with bookworm viewtopic.php?t=364786#p2188830Statistics: Posted by gordon77 — Thu Aug 01, 2024 7:16 pm
View ArticleGeneral discussion • OCR project to detect dates on packaging
Hi All,I would like to develop a system for my company and I would appreciate if somebody could guide me on the hardware and software needed to make it happen.What I want to achive:1 - Small touch...
View ArticleGeneral discussion • Raspberry Pi 5 NAS help?
I am new to the world of Raspberry Pi, but I would very much like to build my own Pi 5 NAS. I need some help or guidance please though as I cannot seem to find what I am looking for. I have 4x1TB SSD...
View ArticleGeneral discussion • Re: Raspberry Pi 5 NAS help?
@ejolson thanks for that! Only issue is would have to power the drives or get adapter. I will have a think about this though.Statistics: Posted by jrma2024 — Thu Aug 01, 2024 10:22 pm
View Article