Graphics, sound and multimedia • Re: Digital Poster Frame Project Question
I'd expect a TV bought today (or in the last six years) to be able to do a slideshow of images on a USB stick without any additional hardware such as a Pi.A dedicated computer monitor will require a...
View ArticleNetworking and servers • Re: Suggestions for networking project?
Live stream a pi camera module (or USB webcam) so that several users can watch the stream simultaneously with no lag via their browser, including iPad using Safari.Statistics: Posted by neilgl — Sat...
View ArticleOther projects • Re: Custom Key pad
It can't be a simple matrix if its 62 keys with only 14 pins.Yes, my edit to say the same cross-posted with your figuring that out quicker.Curious. Why not? (Genuinely curious, not trolling).Just...
View ArticleNetworking and servers • Re: Raspberry PI Bulletin Board System (BBS).
That takes me back - How I miss the whine and buzz of a modem Do not miss being complained at when the 'phone bill came in though (no free local calls here in the UK)...Statistics: Posted by MiscBits...
View ArticleDebian • Re: Vanilla Debian on Raspberry Pi 5 ?
People will be curious, though, as to why you want this. It is the nature of these support boards.Statistics: Posted by BigRedMailbox — Sat May 04, 2024 12:05 pm
View ArticleNetworking and servers • SMTP webmail for internal use only
Hello,I would like to configure an extremely simple SMTP server which only needs to deliver email within my own home lab, no need for external delivery at this point.I have been using this...
View ArticleC/C++ • Re: Cross-targeting for aarch64 / armhf bullseye and buster
There should be /usr/include/mosquitto.h if you have installed libmosquitto-devIf you are on aarch64 and "apt install libmosquitto-dev:armhf" then the armhf libs will be...
View ArticleTroubleshooting • Re: How to get USB Speaker on Raspberry Pi to run on boot-up?
Couple of things though I'm not an expert on sound and Linux..bashrc is not a good choice:If no user logs in it is not run.bashrc is processed multiple times - on every login regardless of method,...
View ArticleUbuntu • Re: New OS?
Generally better to just install to another SD card (or USB drive, NVMe drive etc) when trying out another OS. That way, you can switch back to the previous OS just by swapping drives.Backups are a...
View ArticleBeginners • Re: What books should Raspberry PI kernel driver development...
i read https://lwn.net/Kernel/LDD3/ several years back, and it has all of the basics you need for kernel developmentthank youStatistics: Posted by jieweizero — Sun May 05, 2024 11:47 am
View ArticleAdvanced users • Re: CIFS share doesn't 'see' newly created files.
However, this only happens for pre-existing files before the mount. I don't see files created on the pc AFTER the mounting operation.I think you have to clarify a bit here.What are you using to "see...
View ArticlePython • Problem with button.value
I have gpiozero version 2.0-1 on my RPi5.I wrote a short program in python that works - led and button can cooperate from gpiozero import DigitalInputDevice, LEDled = LED(17)led.value = 0button =...
View ArticleRaspberry Pi OS • Re: raspi-utils recommends pastebinit
pastebinit is frequently recommended by Raspberry Pi developers for posting large diagnostic text reports so they can be analysed.The usual request would be something likePlease post the URL from...
View ArticlePython • Re: Problem with button.value
Maybe your circuit and code do not match with each other.Statistics: Posted by barshatriplee — Sun May 05, 2024 12:03 pm
View ArticleAndroid • Re: LineageOS Not Working On My 1560x720 Display
that is a very odd resolution.did the display come with instructions.No, but the display works with raspberry pi os, and that's the only os that can run with it.Statistics: Posted by ImLunchtime — Sun...
View ArticleOther projects • Re: Stepper motor connection Raspberry pi 3b
I believe you need a stepper motor driver module.Statistics: Posted by barshatriplee — Sun May 05, 2024 12:11 pm
View ArticleAutomation, sensing and robotics • Re: Powering a pump
Makes sense, thanks! Statistics: Posted by Madison123 — Sun May 05, 2024 12:24 pm
View ArticleTroubleshooting • Re: Raspberry Pi pin not toggling regularly (Zero 2W)
Everything works as expected (always a nice feeling), but what I noticed is that the GPIO4 pin after one or two iterations stops working. If I restart the program again, it works a couple of times...
View ArticleTroubleshooting • Re: No module named 'libcamera'
Installation successfully. Thank youStatistics: Posted by gjgodls02 — Sun May 05, 2024 12:31 pm
View ArticleTroubleshooting • Error: *** failed to accumulate camera
Hi, I'm developing Python on Raspberry Pi 4 using the 64-bit Bookworm OS and using the Venv virtual environment. I'm going to use picamera2 to utilize the V2 camera.After Raspberry Pi is finished, the...
View Article