Beginners • Question about PINN
How does pinn exactly work? Is it a pre made image of the so? I want know because i want know what i need change for security, like user account name, password, etcStatistics: Posted by antonio912 —...
View ArticleHATs and other add-ons • Re: Rpi 5 built-in power switch ("PSW"),...
Is that an advertising post or a request for support?Think it's advertisement as the power button on Pi5 is well sescribed in the documentation https://www.raspberrypi.com/documentati ......
View ArticleBeginners • Re: Question about PINN
How does pinn exactly work? Is it a pre made image of the so? I want know because i want know what i need change for security, like user account name, password, etcThis might...
View ArticleTroubleshooting • Re: Using Picamera2 With Cv2 / OpenCv
Using the standard 4.6.0 OpenCV, as supplied by apt in Bookworm, the following combination of your original and second listings may help?Code: import cv2import numpy as npfrom picamera2 import...
View ArticleBeginners • Re: Pinn raspberry pi boot with usb pen and micro sd
This might helpviewtopic.php?t=142574Statistics: Posted by DougieLawson — Wed Apr 24, 2024 2:16 pm
View ArticleTroubleshooting • Re: Might have bricked my raspberry pi 5
Pi5 has BOOT_UART debug enabled by default on the dedicated UART header. If you happen to have a USB serial cable this is a good way of debugging. Alternatively, if you have a second Pi (any version)...
View ArticleGeneral discussion • Re: Retrieve SMS message in Python
Code: import serialimport timeser = serial.Serial(port='/dev/ttyS0', baudrate=115200, timeout=1)ser.write(b'AT+CMGF=1\r\n') time.sleep(1)ser.write(b'AT+CMGL="ALL"\r\n') time.sleep(1)response =...
View ArticleGeneral discussion • Re: I need my RPi to take a picture every day and...
What networking limitations, if any, do you have with the Pi that has the source photos?Statistics: Posted by bjtheone — Thu Apr 25, 2024 1:56 pm
View ArticleNetworking and servers • Pi Connectivity Issue
I have an rpi (model b) that I've configured as a headless LAMP server to host an intranet site. I've been using my rpi3 to code everything and saving the files to the pi server via sftp. Everything...
View ArticleC/C++ • Re: I create Hardware Pi5 PWM class using io access
Hi kevtrousers, I will need to re-investigate this. Maybe something change with the new kernel. I will check it tonight. (eastern time).Statistics: Posted by danjperron — Thu Apr 25, 2024 1:59 pm
View ArticleOfficial Display • Re: Touch screen not working
What cable have you used? It must be a display cable, not a camera one.Statistics: Posted by 6by9 — Thu Apr 25, 2024 2:09 pm
View ArticleC/C++ • Re: how to resolve 'glibc_2.34 not found'
As a stopgap, I spent a couple of hours narrowing down which bits were causing g++10 to produce bad code, so I have a short term fix.I still have a larger problem, since at some point I'm sure this...
View ArticleGeneral discussion • Re: Pi5 8GB memory bandwidth significantly lower than...
I was just about to buy a Pi5 with NVME.My use case is Arduino compilation for ESP32/8266.And vscode with PICO's.Now there are lots of files involved in the compilation and I guess most of them are...
View ArticleTroubleshooting • Re: Raspberry Pi Camera Not Working
If it still doesn't work then it could be a bad camera, bad cable, or bad Pi.Is there any way I can determine (like with a multimeter) whether there is a problem with the Pi, Camera, or...
View ArticleAdvanced users • Re: Why does the sd card copier require a desktop environment?
Generally in forums, but especially in this forum in particular, any response that begins with "What is wrong with" is pretty much by definition wrong.It is such a catty thing to say.And, yes, i agree...
View ArticlePython • Re: lgpio.error: 'GPIO busy'
Probably because the code has a while loop that runs forever, so it does not "release" the GPIO for use by another script?Statistics: Posted by neilgl — Fri Apr 26, 2024 1:53 pm
View ArticleCompute Module • Re: dtoverlay=i2c-fan,emc2301,i2c_csi_dsi fails to function...
@6by9Thanks for the response, much appreciated.A check of my /boot/overlays/README file shows Name: i2c-fan at line 1955/5242 and not line 2035/5375 as shown in the link below so there is something...
View ArticleGeneral discussion • Several ADC's - One RPi4b?
I have an ADC (Analog to Digital Converter) and it's connected to my RPi4b via the I2C bus.Is it possible to connect more than one ADC to the RPi? How is this done?Can two ADC's from the same company...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
One other notable omission in the documentation is any mention of the official Raspberry Pi mini and micro-HDMI to VGA adapters.Nothing to say they exist or can be used, no "just plug them in and job...
View ArticleTroubleshooting • Re: Pi4 with official display and bookworm (64bit) wayland...
Code: dt_overlay=vc4-kms-v3dwhat is that?that line should read as below, please fix and report backCode: dtoverlay=vc4-kms-v3dStatistics: Posted by aBUGSworstnightmare — Fri Apr 26, 2024 2:02 pm
View Article