Troubleshooting • Pi 5 Stopped booting
I have a Pi 5 that was working but now won't boot. I've attached a photo from the screen. It has worked for about 3 months. After a few tries with the original SD card, I made a new SD card from the...
View ArticleBeginners • Bad SD Card? One video file on RPI3 almost always has different...
One video file, which is on RPI3 bootable SD Card almost always has different sha512sum result after reboot:Code:...
View ArticleTroubleshooting • Two RPi 5 dead
With two RPi 5 more or less dead I am concerned that there is a serious problem with these that needs attention.Here is the story;Half a year ago I bought a RPi 5 (8Gb) and used it occasionally. When...
View ArticleHATs and other add-ons • PI5 hangs when M2 is used
Newly bought the Pi 5 8GB with the following: Active coolerPower adapter52PI N04 M.2 PCIe To NVMe Top HatCrucial P3 1TB M.2 PCIe Gen 3 NVMe SSDHave had a few Pi’s many years ago but am not that...
View ArticleOther programming languages • Control Stepper Motors with Processing?
I have found tutorials on controlling stepper motors with a Raspberry Pi and tutorials for controlling stepper motors with Processing via an Arduino, but I have had no luck finding any examples of...
View ArticleHATs and other add-ons • How to run a Hailo HEF file
Hi new to Hailo and so looking for a pointer to the relevant documentation.Have successfully install Hailo hardware and software as per the Pi documentation and now looking to run the compiled version...
View ArticleCamera board • Enable UART breaks IMX462
Hello everyone,I've been working through an issue with an Arducam IMX462 alongside Arducam Support. I am working on integrating this camera in a BlueROV2 but have replicated the issue on plain...
View ArticleTroubleshooting • PI 5 not booting from HDD after power failure
Relatively new to PI so please pardon for basic questions. I set up my Pi 5 about two months ago with Plex, Teslamate and CasaOS, Was booting off a 512mb SSD with no sd card. We had a power failure...
View ArticleGeneral • Need Help to Send Data from PC to Raspberry Pi Pico W via USB and...
Can I use my PC to send data to a Pi Pico W over USB?computer.pyCode: import serialimport timeser = serial.Serial('COM5', 115200)while True: ser.write(b'1\n') time.sleep(1) ser.write(b'2\n')...
View ArticleOther programming languages • Mojo - how intall on RasPi
today in old news i had read abot new language -> Mojo .For this language is compiller How install Mojo on Raspberry ? somebody aldready experimented ?Statistics: Posted by rapidograf — Thu Jul 25,...
View ArticleAdvanced users • RP5: arch assigned 64-bit MSI address 0xffffffe000 but...
I am connecting an M.2 WiFi7 module (ATH12K) to my Rasberry Pi 5 (through the PCIex1 interface). However, I get the following error:Code: arch assigned 64-bit MSI address 0xffffffe000 but device only...
View ArticleTroubleshooting • Question regarding raspberry pi 5 and power delivery chargers
Hello,I just noticed that if I use my 45 watt laptop charger to power my raspberry pi 5 I will get the undervoltage error (both in the GUI and dmesg). My suspicion/working theory is that the pi asks...
View ArticleGeneral discussion • Why isn't the admin answering the mail?
Why isn't the admin answering the mail?Statistics: Posted by parkerkatherine — Thu Jul 25, 2024 12:42 pm — Replies 0 — Views 38
View ArticleAdvanced users • Rpi5 stucks on solid red led after boot with a camera board...
Hi guys,I turn around my issue and I thinkg need help to move forward.I have a Rpi5 board which starts without any problem.However when I connect a camera board on the Cam1 plug the Rpi5 does not want...
View ArticleAdvanced users • How do I revert kernel 6.6.28--> 6.6.16 offline?
Hello,I have a wifi adapter Realtek 8192FU. A few month back I updated my PI (4) from 6.1 to 6.6.16 using rpi-update because the kernel has built-in support for my wifi. All worked well stable...
View ArticleGeneral discussion • How to analyze if the output of adc is right or wrong
Hello,I recently started working with Raspberry Pi, python and ADC. I am currently using adc ADS1115 to convert a 1hz sine wave to digital values. I configure the register of the adc using the...
View ArticleBeginners • 32GB SD card shown at 256MB when plug into Windows PC
I have an old brandname endurance sd card marked with "32" which normally means 32GB (as on their current model)Time ago, it was used to test RPi, may be by "etcher" software or similar? Cannot...
View ArticleGeneral discussion • Setting data rate in config register of ads1115 using...
Hello,while trying to set the configuration register of the ADS1115,when smbus2 library is used:from smbus2 import SMBusimport timewith SMBus(1) as bus: data = 0b0100001010000100 #config = data |...
View ArticleGeneral discussion • is anyone use IMX291 Low Light 1080P MIPI Camera from...
For my project i want Buy to imx291 low light 1080p mipi camera from Vadzo Imaging , i need some suggestion from others .Statistics: Posted by ambroseeverhart — Fri Jul 26, 2024 10:22 am — Replies 0 —...
View ArticleNetworking and servers • Cant access device on Wifi AP
Hey,I have a question about a setup that I would love to build, but so far couldnt, using latest Raspberry Pi OS. What I want to achieve:Configure a Raspberry Pi 2B as an access point, connecting it...
View Article