Troubleshooting • Windows 10 accessing SAMBA share on Pi 5 with Bookworm Ras...
I've set up SAMBA shares in the past on my existing Pi3 and Pi4 and it "just worked". I'm having problems on a new Pi 5 with Ras Pi OS 5 (as supplied on an SD in a starter kit).I have added the same...
View ArticleBeginners • Re: Setup of 7” Display on RPi 5 8GB with full OS - Bookworm and...
A follow up…First, it is disappointing finding out that different methods are adopted without ensuring clean support across many different aspects. I’m looking at the adoption of Wayland - and the...
View ArticleGeneral • Re: RP2350 Errata E9 - Pull-down lock-up
Ok so if I don't call the ADC constructor in the loop, then the anomalous behaviour goes away. However the problem then is that I need to dynamically reconfigure the pins to read the touchscreen and...
View ArticleGeneral discussion • Delete my account please
Delete my account pleaseStatistics: Posted by vomov — Sat Aug 31, 2024 8:32 pm
View ArticleGeneral • Re: New to SPI
You have two options: two SPI masters (peripheral devices) - each connects just to one slave or one SPI master and two slaves connected.Two SPI masters: each SPI master provides SCLK, MISO and MOSI...
View ArticleBeginners • Re: Please help on NVMe RPi 5
Personally, I use an external SSD, connected via a USB to SATA cable, placed underneath my RPi5 in its recommended case.Works well for me, but if I didn't already have disks, I'd go with an NVME...
View ArticleAdvanced users • Re: dtoverlay=gpio-shutdown, on RPi4
AFAIK, the situation has not changed for Pi4.Pi5 is different, it has a dedicated power button with pads for your own button in parallel.Statistics: Posted by davidcoton — Sun Sep 01, 2024 8:18 pm
View ArticleTroubleshooting • Re: getting OSError: libbcm_host.so: cannot open shared...
You mean this picamera2? Code: # apt install python3-picamera2Reading package lists... DoneBuilding dependency tree... DoneReading state information... DoneThe following package was automatically...
View ArticleBeginners • Re: Allowing Pi to boot even if HDMI monitor is turned off or...
That is odd as I have never edited /boot/config.txt on any Pi4 (or Pi3) and they all boot fine without any HDMI monitor attached.Might just have been your single Pi4 that exhibited that...
View ArticleOther projects • Re: How to personalize code for thermal printer photo booth
Filled printer w new paper and it’s now printing out random symbols and the photo is super dark…the printer is a later version connected by usb with no option to change baud rateStatistics: Posted by...
View ArticleGeneral • Re: Pico to RasPi4 via USB or GPIO?
I understand your design as this: you want to communicate between a RPi 4 and a PICO (two boards).Using USB: potentially possible to connect the two boards via USB (but PICO has just one USB, for all,...
View ArticleTroubleshooting • Re: Why are my 256GB SanDisk Ultra SD cards failing so often?
Opinions vary significantly about Amazon's trustworthiness for SD cards. I'd recommend buying SanDisk cards direct from WD's online store, it's about the only way to 100% guarantee genuine cards these...
View ArticleOther projects • Thermal printer for photobooth printing too dark
I am new to raspberry pi and this is my first project I filled my thermal printer with a new type of paper and this is how it printed out… the last paper I used printed out wayyyy too light…i believe...
View ArticleGeneral • Re: PSRAM setup failed on Pico 2
Maybe it has something to do with the partitioning which was done with the Linux .UF2? https://github.com/Mr-Bossman/pi-pico2- ... ts.txt#L62https://github.com/Mr-Bossman/pi-pico2- ......
View ArticleSDK • Re: I'm having trouble with SDK 2.0.0
Just try to add:Code: #include <stdint.h>In old SDK another headers may used this one and you just didn't need to do include this one again.Right now they may don't use them. Mandatory including...
View ArticleGeneral discussion • Re: Trying to set up minidlna, doesn't work
Never used it, but I found the forums for minidlna here https://help.ubuntu.com/community/MiniDLNAMight be of some help.Statistics: Posted by memjr — Sun Sep 01, 2024 8:44 pm
View ArticleCamera board • Re: Security Camera
Hifor some reason I only managed to install Motion 4.6.0, and as motioneye is not working I decided to try and get motion working, so as I am trying to learn as I go, I decided to install Bullseye so...
View ArticlePython • Re: Button to restart Pi, button to restart program
Why do you want a countdown in the first place?I would rather use a 2 point controller.Here the changed code, but not checked everything...main.py:Code:...
View ArticleBeginners • Re: raspberry pi 5 power supply
According to the product brief...SpecificationOutput: 5.1V, 5A; 9V, 3A; 12V, 2.25A; 15V, 1.8A (Power Delivery)yes bro ,i know but im asking this question because raspberry pi 4 charger 5v/3a doest...
View ArticleBeginners • Re: Anker Powerstations for Rasp Pi
As I understand it, the 5A@5.1V is only really needed if you are going to have high power USB devices (or possibly a higher power HAT) attached. I don't know 100% for the Pi5, but I think GPIO is...
View Article