Beginners • Re: pi 5 wont SSH or VNC
This could be related to the problem my student is having. (also no solution yet). I'll keep an eye here, and hopefully one of us can help the...
View Article日本語 • 解決しました!!Re: こんな事になりました、ラズパイ2W-ubuntuMATE リモート
ubuntuMATEから raspberrPIzero2w にSSH接続できました。今朝までに、pingは通る状態になりました。ssh で呼ぶと、パスワードを聞かれるので、Windows11(TeraTerm)⇒raspberrPIzero2wへのssh接続時使って居るPWを入力するが、認証されない。???他に、PWの変更はしていないので、WHY!!!ssh: Could not resolve...
View ArticleAdvanced users • Re: Anyone interested in WAN messaging lib for remote...
Just to add, for the interest of anyone following along, that I have successfully run the pair of 'bare bones' client/server test scripts from the start of the documentation, as well as the...
View ArticleOther projects • Re: Drone with Raspberry Pi Pico W
A video of what happens :https://drive.google.com/file/d/13v4oZY ... sp=sharingStatistics: Posted by kbernardet — Mon Jun 10, 2024 5:04 am
View ArticleDevice Tree • Re: DHT11
As a test, I used a pi4 running Bookworm 64-bit and this python DHT11 tutorial https://pimylifeup.com/raspberry-pi-dht11-sensor/Edit the scritp to use GPIO17 not 4. Wiring (my module has a pull-up...
View ArticleTroubleshooting • One usb 3.0 port works, while the second usb 3.0 port does not
Hello everyone,I am having an issue with one of the USB 3.0 ports on my Pi5. The lower USB 3.0 port does not recognize peripherals like: a USB 3.0 flash drive (Memorex), a USB 3.0 hub (Inland), or an...
View ArticleGeneral • How to disable the BOOTSEL pin
HelloI developed a C program for Pico with uf2 format file and want it to run automatically when bootup.To avoid other person to copy this uf2 file. Is it possible to disable the BOOTSEL...
View ArticleSDK • Re: Multi function button
Here's a version for Arduino. You could port it as-is, or look at how it works and re-implement it. Plenty of other examples on the web:https://github.com/poelstra/arduino-multi-buttonStatistics:...
View ArticlePython • anyone know how to install pygame
When I type pip install pygame I get this errorerror: externally-managed-environment× This environment is externally managed╰─> To install Python packages system-wide, try apt install python3-xyz,...
View ArticleGeneral discussion • Raspberry Pi AI kit
Hi. I saw the raspberry pi AI Kit. I was wondering, would this be a good product to install this app? https://github.com/RVC-Project/Retrieva ... sion-WebUIStatistics: Posted by suuuunme — Tue Jun 11,...
View ArticleTroubleshooting • Re: Raspberry Pi 4B red indicator light from on to...
Is anything on the board getting hot to the touch?I didn't feel any noticeable overheating issues. After the red LED goes off for a bit, it comes back on (without any power cut), and that's when the...
View ArticlePython • Re: anyone know how to install pygame
Either read the error message and follow its suggestions, or Google the error message for more information and how to deal with it.Statistics: Posted by ame — Tue Jun 11, 2024 3:01 am
View ArticleCamera board • Re: Aruco pose estimation using PIcamera2 and Camera module 3
This is the following code for estimate ArUco pose, there is a huge error when calculating its distance.Code: import cv2from picamera2 import Picamera2import numpy as npfrom cv2 import arucofrom...
View ArticleGeneral • Re: How to disable the BOOTSEL pin
No point. Someone can just stick some probes on the flash chip and grab what they want.Statistics: Posted by katak255 — Tue Jun 11, 2024 3:24 am
View ArticleBare metal, Assembly language • Re: Using the GIC-400 of the raspberry pi 5...
Okay yeah, I hadn't configured the `cnthctl_el2` register appropriately, hence the issue. Rest of my EL2 register configs are pretty much the same.Also, I had not initialised the GIC registers...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2S and the PR1
I had difficulties configuring my pi 5 with i2s with the above methods it didn't work than I found this GitHub repo so I tried it and it worked so I thought of posting itStatistics: Posted by pirex008...
View ArticleOther projects • Re: Pi 5 16GB SDRAM test
I have the datasheet but can't post it here due confidentially clauses, but this family of Micron ram chips are LPDDR4x with a backward compatibility setting to operate in LPDDR4 specifications.I...
View ArticleRaspberry Pi OS • Re: BUG: mod_ssl was compiled against a newer library
That looks right. How about ApacheCode: apt-cache policy apache2-binI see 2.4.59-1-deb12u1 is current for me.Statistics: Posted by rpdom — Tue Jun 11, 2024 5:06 am
View ArticleTroubleshooting • Re: One usb 3.0 port works, while the second usb 3.0 port...
Hello everyone,I am having an issue with one of the USB 3.0 ports on my Pi5. The lower USB 3.0 port does not recognize peripherals like: a USB 3.0 flash drive (Memorex), a USB 3.0 hub (Inland), or an...
View ArticleGeneral discussion • Re: Control app on Raspberry from PC
See http://repo.munts.com/muntsos/thinservers. These are self-contained embedded Linux distribution zip files. The GPIO servers include support for controlling GPIO pins via HTTP, ONC/RPC, XML-RPC,...
View Article