Français • Re: gpio c++
ma question est as quoi sert : BIB := gpioPinlib.a ????A rien ici.Je separe cependant ce qui a peu de chances de necessiter des modifs et qui peut être partagé avec plein de programmes (la, c'est une...
View ArticleNetworking and servers • Re: File transfer via home ethernet (NAS) very slow...
Hello,I have exactly same problem. RPI5 + poe hat+ pineberry hat + samsung nvme ssd - test speed about 850MB/s but on freshly installed raspberry os lite 64bit with openmediavault is speed over smb...
View ArticleOff topic discussion • Den Eviga Frågan: Kan ChatGPT Svenska Ersätta...
De senaste åren har artificiell intelligens (AI) gjort enorma framsteg inom området för textgenerering och språkbehandling. ChatGPT Svenska är ett sådant exempel, ett kraftfullt verktyg som kan...
View ArticleBeginners • Re: Can I just pop the old card into a new Pi?
I guess it’s simple enough to try a new card, but most of the stuff I read around how my red/green lights are behaving seems similar to power issues. But I’ll try a card first. Thanks.Statistics:...
View ArticleHATs and other add-ons • Re: Help: Official Pi 5 case Stacking Standoffs?
Basically, get creative.So make the screw holes in the bottom wider by shoving a thick drill bit in them, got it.Statistics: Posted by nchorekchyan — Thu Apr 04, 2024 3:37 am
View ArticleJava • Re: Installing JDK on PI
To fix the problem, first install java-common with "sudo apt install default-jre-headless," then install OpenJDK 17 using "sudo apt install openjdk-17-jdk"; make sure you're using Raspberry Pi OS...
View ArticleCamera board • Errors for adding the new cameras to libcamera
Dear Experts.I'm adding the IMX662 and IMX585 to the libcamera.I once succeeded in by adding cam_helper_imxXYZ.cpp and json files to vc4/data, but this time the libcamera says json file is not found...
View ArticleCamera board • Which Controls Affect Raw Images
Is there any documentation on which camera controls in picamera2 affect both the raw and JPEG images, and which ones are only applied to the JPEG? I can guess some of them, based on the fact that some...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • How to low chip select pin 0.
In Raspberry Pi5 config.txt file,Enable SPI1 by adding the below line.dtoverlay=spi1-1cs,cs0_pin=18After rebooting, Raspberry Pi5 pincrtl functions are changed as below for SPI1 communication.17: no...
View ArticleTroubleshooting • Re: Cloned SD to NVME - Need to re-image NVME using same SD
So you have only one uSD around?Simple fix is to prepare another uSD - which then has a differrent UUID for sure, boot from that uSD, delete the NVMe (i.e. Using gparted), then shutdown,swap the uSD...
View ArticleHATs and other add-ons • Re: Issue with using GPS and LTE network with Sim7000X
I'm not sure what is the issue, i do have a NB-IoT module with me, i will follow these steps and let you know soonStatistics: Posted by eldho1416 — Thu Apr 04, 2024 5:34 am
View ArticleBeginners • Re: Ambiguity in answer provided by 6by9 in a post that I can...
The Pi isp is used, any sensor isp is turned off.Statistics: Posted by jamesh — Thu Apr 04, 2024 5:36 am
View ArticleOther • Re: Raspberry Pi 5: brcmfmac: brcmf_set_channel: set chanspec fail,...
I'm running the newest raspbian os lite may 2024 on a rpi 4 and I'm getting this error.This device is connected to ethernet only.Statistics: Posted by solar3000 — Fri Apr 05, 2024 12:25 am
View ArticleUbuntu • Re: raspberry pi ubuntu server set up issue
I am getting the same error.I installed the may 2024 version of rasp os lite on a rpi4. It has no monitor, only ssh access. <---installed on mar 2024.I got the error starting after an 'apt update'...
View ArticleBeginners • Using threading.Event to control my GPIO Pins
Hi,Can somebody please help me understand how to apply threading to my Raspberry Pi Project?I am using Raspberry Pi 4 with the latest Raspberry Pi OS.I have a button and an MFRC522 RFID reader...
View ArticleSDK • Issue with Watchdog Scratch Registers
I'm trying to figure out why my watchdog scratch registers don't have the correct value in them after the watchdog reset. I must be missing something basic on how to use them. Here is my code: Code:...
View ArticleGeneral • Driving two wires via PIO with bits from different bytes at the...
I have two pins that want to send data, and I want to synchronize these sends with a clock that pulses the cycle after I send each bit, and another pin that pulses once after the 8th bit is sent on...
View ArticleSDK • Re: Issue with Watchdog Scratch Registers
I can confirm that the following code gives the same output. Code: #include <stdio.h>#include "pico/stdlib.h"#include "hardware/watchdog.h"#include "fw-info.h"// The LED is connected to GPIO...
View ArticleBeginners • pi camera
hello, running a pi 4 8bg on raslbian os 64-bit. just ordered a pi camera rev 1.3. plugged it into proper connector but I cannot enable it on interface in raspi-config. camera option is not available....
View ArticleBeginners • Re: pi camera
That's no longer a thing. The camera will be detected when properly connected to the board.Statistics: Posted by memjr — Fri Apr 05, 2024 3:24 am
View Article