Hailo • yolov8 training
Anyone used this tutorial ?https://blog.roboflow.com/how-to-train- ... m-dataset/Can it be done on a Pi5 ?Statistics: Posted by gordon77 — Tue Dec 03, 2024 9:25 am — Replies 0 — Views 19
View ArticleBeginners • Adding pico-extras library to VS Code
I'm trying to migrate one of my Pico projects from the Arduino IDE to VS Code (MacOS). I can no longer use the Arduino libraries so I want to use the C++ audio_i2s library that is in pico-extras. I've...
View ArticleNetworking and servers • website on raspberry with duckdns domain name is...
Hello,I run a website using apache2, on my raspberry pi 5 and I make it accessible using duckdns.org.I've been told though, that since two weeks the website is not accessible from the internet. When I...
View ArticleTroubleshooting • Brand new rpi5 has newer eeprom than “latest”
Code: # rpi-eeprom-updateBOOTLOADER: up to date CURRENT: Wed 5 Jun 15:41:49 UTC 2024 (1717602109) LATEST: Wed 6 Dec 18:29:25 UTC 2023 (1701887365) RELEASE: default...
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 • Interview with Eben about Raspberry PI
This is from a Rory Cellan-Jones podcast from October - it's quite interesting.https://shows.acast.com/669fdc0e993be95 ... d?seek=268Statistics: Posted by jamesh — Tue Dec 03, 2024 11:27 am — Replies...
View ArticleCompute Module • Cooling
Beside the passive heatsink, will there be an active cooler as well?Statistics: Posted by koge — Tue Dec 03, 2024 10:23 pm — Replies 1 — Views 59
View ArticleAdvanced users • Connecting 4 rpi to host system
I am making automation machine in which, 2 camera are operating separately (Microcontroller is giving high to pin, rpi is capturing image, processing it & giving high/low on one pin).3rd & 4th...
View ArticleCamera board • Camera looks zoomed in
I'm trying to record video with an okdo CAM-OV5647 camera. I connected it successfully (i guess) because when i type this on the terminal the camera looks fine (not zoomed in and not too blurry,...
View ArticleBeginners • Using a live power source that never turns off on Raspberry Pi 4...
Hi all,I am using Baseus Blade HD as a power source to plug into Raspberry Pi 4 Model B and have plans to set up a momentary switch to safety turn off the computer.Problem is that the plan is to NEVER...
View ArticleCompute Module • question on CM4 and CM5 compatibility
Hi,I’m new to Raspberry Pi, so I apologize if my question isn’t very clear.I’m currently building a 3D printer that uses the CM4 on the mainboard (BigTreeTech Manta M8P), and I’m wondering if the CM5...
View ArticleNetworking and servers • How do I set a static ip via config file?
I'm running bookworm lite.I would like to be able to create a config on the sd card, like /etc/network/interfaces, where I can set the static ip, boot the pi once, and ssh to it.I realize that rpi os...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Getting touch working with a Touch Driver...
I cant and don't know how really to get touch working with a 7" screen bought off ebay.so I bought this: https://www.ebay.com/itm/335390979610and tried the steps over here:...
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 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 ArticleGeneral discussion • Help - Batch of RP2040 boards have boot issues!...
Hi everyone...So this is actually an old issue, but I'm in a real pickle, and was wondering if anyone could help. I have a batch of custom RP2040 boards, and about 25% of them have a boot issue. I've...
View ArticleBare metal, Assembly language • Bare metal toggle GPIO weird timing
Getting started with bare metal on π4, observed something very odd in that the time to switch GPIO does not (in my hands) seem symmetric i.e. longer off than on when it should be straight toggle:Code:...
View ArticleGeneral discussion • [Raspberry Pi 5] Help with USB-C chargers - for...
Hi all!I'm using Patchbox OS installed on Raspberry Pi 5.And I have the USB audio interface connected to it.Everything works great with Dell Laptop Charger 65W USB-C HKA65NM200, but when I connect...
View Article