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 ArticleGeneral programming discussion • Re: Creating web page like Visual Basic (or...
HTML IDE is what I am using at the moment. There are several options. However, to create a frontend application this is tons of work. I am hoping there are HTML/CSS/JS development tools that work the...
View ArticleTroubleshooting • Re: openvpn not working after update
How does it fail?Are you using systemctl to start it? sudo systemctl start openvpn.xxxxx (where xxxxx.config is your OpenVPN config name).thank you for your msg Dougie,well before Openvpn would start...
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 ArticleDevice Tree • BAR of PCIe devices seems incorrect
I am developing a device driver for my PCIe device connected to Raspberry Pi 5 thru the M.2 HAT.When the driver is installed, "pci_resource_start" gets a 40-bit address (0x1b00000000) although the BAR...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Display and Camera module for CM4 IO module
Hi,I have designed a customized IO module which can have the CM4 plugged in. I have used the same 22 pin FPC connector with same connections (For 2 lane) as in CM4 IO board. So, can you please suggest...
View ArticleSDK • Create new Pico W Bluetooth project
On Windows I got the Pico W Bluetooth examples working nicely.How do I go about creating my own project though?The whole cmake setup for btstack examples is not exactly straight forward.Right now I'm...
View ArticleGeneral • Remote Controlled Rover
I'm working on a project to run a set of five remote control rovers for a group activity (6-8 year olds). They will be used in bushland, so no internet would be available, everything has to be...
View ArticleTroubleshooting • Re: No sound on Raspberry PI 3 B+
No problem, I appreciate the help!Result:irobot@irobot:~/robot/sounds $ pactl get-sink-volume 0Volume: front-left: 26214 / 40% / -23.88 dB, front-right: 26214 / 40% / -23.88 dB balance 0.00yeah, its...
View Article