Python • Re: OpenCV and Libcamera
you refactor using libcamera / picamera2; sorry. It's a bit of a pain, but you're going to have to do it sooner or laterStatistics: Posted by scruss — Tue Aug 27, 2024 1:40 am
View ArticleGeneral • Re: GPIO output defect?
Would be interesting to compare experiences of folks using MCUs baked on a similar process.https://www.raspberrypi.com/documentati ... licon.htmlhttps://docs.espressif.com/projects/esp ......
View ArticleBeginners • Boot order change to boot from USB before NVMe
Is there a way to change to boot order to boot from an USB flash drive before looking at the NVMe?Statistics: Posted by Michelle_G — Tue Aug 27, 2024 1:41 am
View ArticleGeneral discussion • Re: Details about raspberry pi warranty claim process
IANAL, but AIUI your purchase is subject to the laws of the country where you bought it. You have no other legal rights.The reseller will have rights against Raspberry Pi Ltd, but RPi Ltd are usually...
View ArticleGeneral • Re: RP2350 Errata E9 - Pull-down lock-up
Yeeouch. Always a danger if a supplier tweaks something and the product owner gets bitten. 1M is a rather optimistic R value to use to clear the latched condition. I won't mind waiting for a respin....
View ArticleBeginners • Re: Samba access from win10 to automounted external drive
Gonna need more than that in order to offer any help:Post the output of Code: tesparm -s The share definition is not enough.Have you created a Samba user and are you logging in in as that user over...
View ArticleOfficial Display • Re: White band on one side of screen
Get rid of the lines under #enable raspicam. These are for legacy camera only.What other changes did you make to config.txt?Use another uSD with a stock OS image installed via RPi imager and retest...
View ArticleGeneral • Re: Pico2 40Mhz SPI Signal integrity
You can use pio spiStatistics: Posted by dp11 — Tue Aug 27, 2024 10:42 pm
View ArticleTroubleshooting • Re: Raspberry Pi 3 can't ssh, can't login, but ping ok
What version of Raspberry Pi OS and what kernel are you running? I'm having a similar issue on a Raspberry Pi 5 using the July 4th 2024 x64 Pi OS release and kernel 6.6.31:Release date: July 4th...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
Like a number of self professed makers I wear several hats - Viota Ltd is one of them - a startup I formed back in 2020 with a vision to build a small desktop computer called the Pi-Cube around the...
View ArticleAssistive technology and accessibility • Question about the USB-C Port on...
Hey Guys,Tomorrow i will recieve my Pi5. I got an Hama USB-C Hub (model number: 00200117) with an USB-C PD, two USB-A 2.0, one USB-A 3.2 Gen1 and a HDMI imput. My Question is if I can plug in the Hub...
View ArticleGraphics programming • Programming with GenLogic GLG Toolbox YouTube Channel
Greetings to all. I have just started a new YouTube channel "GenLogic GLG Toolkit". If you are not familiar with this software, and need to show data in a professional manner, please take a look at...
View ArticleGeneral • Re: RP2040 and RP2350 PIO differences.
However, in hardware/pio.h sm_config_set_in_pin_count() does:Code: c->shiftctrl = (c->shiftctrl & ~PIO_SM0_SHIFTCTRL_IN_COUNT_BITS) | ((in_count - 1) <<...
View ArticleNetworking and servers • Re: Unable to enable HotSpot. dnsmasq
Um, if you have pi-hole on that system you're using it for DNS, right? Presumably you are installing dnsmasq to use it as a DHCP server?If so, the log you posted shows that NetworkManager is starting...
View ArticleTroubleshooting • PI 5 not powering on
Hi, I just bought a new PI 5, the Canakit. Nice little setup. It would not power on, so I took it out of the case for a closer look. I applied the USB-C power, and there was just one red blink of the...
View ArticleSDK • Running code in PSRAM query
Pico SDK supports Run from Flash, Run from RAM, and Copy to RAM options.Is there any Run from PSRAM or Copy to PSRAM options for those with that fitted ?My rationale is I keep MicroPython and its file...
View ArticleTroubleshooting • Re: PI 5 not powering on
with the rpi5, it needs a proper power supply.laptops use a charger, it charges batteries.Statistics: Posted by kerry_s — Wed Aug 28, 2024 1:58 am
View ArticleCompute Module • What hardware is needed to make the smallest carrier board...
Hello, so I'm trying to get this flex screen running on a CM4 https://www.alibaba.com/product-detail/ ... d22aKEdUvo, but the CM4 doesn't have any ports to physically connect to the flex screen. So, I...
View ArticleNetworking and servers • Re: Bullseye via Network Bridge on Bookworm
As you may or may not know, sdm has a relatively new plugin to create a hotspot, so I thought I'd see how it did with your challenge. After enabling ethernet-to-ethernet bridging in the plugin, I was...
View ArticleGeneral discussion • Re: Using USB for first boot
This is the cable that I'm using https://www.adafruit.com/product/954Statistics: Posted by cepi — Thu Aug 29, 2024 12:46 am
View Article