Troubleshooting • Re: Pi 5 does not power on and there is no status LED
Maybe the Mac PSU works with a Pi, maybe it does not. I do not know if it should work or not. So...1. Get a proper PSU, like the cheap but still very high quality official PSU, not a phone charger or...
View ArticleTroubleshooting • Re: OpenVPN does not start
You can try completely uninstalling open on and install again.Or, probably easier and more reliable, burn a new SD card and start over from a known to be working fresh install.Statistics: Posted by...
View ArticlePython • Re: Cannot determine SOC peripheral base address
Sorry, should be :Code: sudo apt remove python3-rpi.gpioStatistics: Posted by MarkDH102 — Mon Jun 03, 2024 5:48 am
View ArticleBeginners • Re: Uses for a Pi Zero 2W
Do you mean a Pi 2 or a Pi Zero 2?I used Pi Zero for a couple of projects and there was always some difficulty. I replaced the Zero with a Zero 2 and the extra speed made the device useful for my...
View ArticleTroubleshooting • Re: If your SSD wont boot your Pi4b read this!
Works but only at usb2 speeds. You may or may not care about that, up to you.Statistics: Posted by memjr — Mon Jun 03, 2024 5:49 am
View ArticleSDK • Re: Swaping bytes when DMA_SIZE_16 - changing byte order to big endian
Hmm, DMA_SIZE_8 using 8 bit SPI seems to be as fast as DMA_SIZE_16 using 16 bit SPI, but still if there is an answer, it would be nice to know.This is an interesting question. To the best of my...
View ArticleRaspberry Pi OS • Re: Raspberry OS changed to Debian
Purchasing a USB-microSD card adaptor and a spare microSD card would likely be a fabulous investment. Both are useful for many things and this would allow you to clone the microSD, before you engage...
View ArticleAdvanced users • Re: Any Tips for Speeding Up the Manual Process of Setting...
Go to dockerhub and check out some common repos. You'll see that there are different hash codes for the same container for each cpu architecture they provide containers for.Software run in containers...
View ArticleAdvanced users • Re: Pi5 w/NVME - Need POE splitter to supply Req 27w
Uhhhh, I have never seen anything like that.POE works with much higher voltages than 5v. Between 44v an 57v actually. A poe hat has a transformer on it to convert it down to the necessary 5v.But once...
View ArticleAdvanced users • Re: Raspberry pi4 touchscreen
You probably need to, and will be better off, contacting the them support team of whoever makes your touch screen.Which we don't know anything about and you did note e bother telling us the maker and...
View ArticlePython • Re: Program that works in windows not working on pi
None of that code by itself does anything.Post the entire code.Statistics: Posted by memjr — Mon Jun 03, 2024 6:16 am
View ArticleCamera board • Pi fork of libcamera failing
I've been trying to download the raspberry pi fork of libcamera as described here: https://www.raspberrypi.com/documentati ... picam-apps. Both git and gh have not worked:Code:...
View ArticleC/C++ • Re: Raspberry Pi 5 vs 4B - slow SPI
Hi,I have tested speed (in sipmle loop, C++, 10MHz clock) of SPI bus, but speed of Raspberry Pi 5 is much worse than 4B. The clock in the SPI data burst is the same, but time lag between bursts is...
View ArticleGeneral discussion • Raspberry Pi PICO w getting stuck
Hi.. ThereRecently we had an issue, where the RPI Pico got stuckHowever, this time we closely trace the debug logs into the teraterm serial terminalIn our code, we are using the Arduino littlefs...
View ArticleCamera board • Re: What's the deal with NoIR camera, PlantCV and Band indexes?
Take the info from https://publiclab.org/wiki/infragram And then the steps from https://publiclab.org/notes/mimiss/03-3 ... -pi-cameraMakes no sense: if the first image is right (red filter somehow...
View ArticleAutomation, sensing and robotics • Re: Working rain sensor anywhere?
UPDATE:Further investigation on the net has yielded the following interesting pages concerning the use of the rain guage one can buy as a spare part on AliExpress:1) A connection description where the...
View ArticleGeneral • Re: Anyone use PIO for a sensorless BLDC controller?
maybe it's difficult enough ...IA answer:Code: Components Needed: Raspberry Pi Pico Nidec E98162 motor NPN Transistor (e.g., 2N2222) Diode (e.g., 1N4007) Resistor (1k ohm) 5V Power Supply Breadboard...
View ArticleBeginners • Public nas (ssh)
Hi guys i need help with public nas (ssh) .I have at home running pi nas but only local .I need something lile vpn from rpi or like pitunel and i need to add it into windovs filemanaber and samsung...
View ArticleTroubleshooting • Re: Blinking Light, no image
As to everyone:- connect the Pi to your display- REMOVE the uSD card (!) or any other bootable media (USB/SSD, ..)- power on the PiYou should see boot diagnostics screen -...
View ArticleTroubleshooting • Re: Mouse Bluetooth won't connect to RaPi5
It was a $10 mouse, which partially worked on Linux Mint (latest release) so I returned the mouse and bought a new one, which works.Statistics: Posted by eiger3970 — Tue Jun 04, 2024 5:36 am
View Article