Teaching and learning resources • Re: math quiz/training program for grades 1...
The title of the first post on the thread is what's reflected in the forum listing. To change the title just go back and edit the first post in this thread and change the title there.Done,...
View ArticleNetworking and servers • Re: RPI as server
Hello,In my work network I have several equipments with web server.If I want to expose the equipment to internet, i need to open a port in my router to each ip. For exemple I have equipment...
View ArticleTroubleshooting • Re: Pi 5 Wi-Fi Disconnects - Is this a power supply issue
I don't have an issue with the Pi power supply it's just that I was considering the alternative and it would have been better to purchase that if it was suitable.Statistics: Posted by a18041967 — Fri...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Why do we need an official anything? Computer parts are commodities. Everything works with everything else, only the quality varies.The only thing that needs to be official is the power supply,...
View ArticleBeginners • Re: Raspberry Pi inside an amplifier
To rephrase the original question: Here I plan on using a bigger step down converter. On the page for pi 5's new power supply it show that I could give it 12 volts at around 1 or 2A ish (will check...
View ArticlePython • Re: gpio library for new projects? is pigpio still the best answer?
No it is not, it will not work on the latest RaspberryPi OS and so probably not on newer Pi going forward.If you stick to older Pi, like a Pi4 or Zero2W and legacy OS (bullseye), it is a really good...
View ArticleGeneral discussion • Re: Will this work
Would a raspberry pi allow them to physically just apply power and it will automatically run the software and get the eyes showings.YesStatistics: Posted by neilgl — Sat Jul 20, 2024 1:29 pm
View ArticleRaspberry Pi OS • Re: how to stop listing at boot
Conversely, I always use raspi-config System Options, Splash Screen, Would you like to show the splash screen at boot? NoMaybe try it as YesStatistics: Posted by neilgl — Sat Jul 20, 2024 1:35 pm
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
datagrams are limited to single packets (around 1500 byte).UDP messages are limited to 65.507 bytes.Advantage is that message handling is easy.a protocol that can queue (and re-assemble) larger data...
View ArticleTroubleshooting • Re: RasberryPI Zero 2W: Unable to connect to home WiFi.
It seems not...Now there is... https://github.com/raspberrypi/bookworm ... issues/279Statistics: Posted by lianergoist — Sat Jul 20, 2024 1:59 pm
View ArticleAndroid • KonstaKANG (lineage-21.0-20240216) on RASPI 4: Geoblocking
I tried KonstaKANG installation on my Raspberry Pi 4. Everything was working fine. I installed PlayStore and some Mediathek-Apps. I am in Germany and tried ARD-Mediathek and ZDF-Mediathek. After some...
View ArticlePython • Re: Need help for read numbers from a picture
I'm testing real-time readings and no errors appear, definitely. my the conclusion is that "ssocr" works better than "tesseract" for reading 7 segment displays. Simple, fast and effectiveStatistics:...
View ArticleGraphics, sound and multimedia • Re: Kdenlive on Pi 5
Snap sucks.Use Pi-Apps. https://pi-apps.io/install-app/install- ... pberry-pi/This version is newer, runs faster, and is updated more frequently than what you can get from snap.Statistics: Posted by...
View ArticleTroubleshooting • Bookworm Unattended-Upgrades not finding everything
Why are "sudo unattended-upgrade -d -v --dry-run" not finding the updates below?Search everywhere and I´m unable to solve the issue! Please, help me!sudo apt list --upgradableListing......
View ArticleTroubleshooting • Re: Best way to Backup SD Card
Got it, I need it to be a bin or img, because I need to send it to someone. I was able to find exactly what I needed from here.https://github.com/tom-2015/imgcloneCreates an img for only the used...
View ArticleNetworking and servers • Re: New Router from ISP - reset all my PI's
Edit: it occurs to add that if you can keep your old router it'll insulate you from events like your new router packing up. Maybe consider getting an old router, used as above, to insulate your Pi...
View ArticlePython • Re: Debouncing digital inputs, best practices ?
If using the gpiozero Button, you can set bounce_time:https://gpiozero.readthedocs.io/en/stab ... tml#buttonCould you please explain how to add a second parameter using the example quoted in your...
View ArticleMicroPython • Re: How to receive large (>1024 byte) UDP datagram packets?
Have you ever tried to implement it in plain C instead of using micropython?No, I haven't. I'm not proficient in C, don't get on well with C programming, though I can usually get by with the sort of...
View ArticleTroubleshooting • Re: Replacing usb 3.0 port.
There are two types of ethernet jacks. Those with built-in transformers and those without. The former have been specified for all ethernet equipped RPis.In early 2012 it was reported that a batch,...
View ArticleGeneral discussion • Re: Using P-Channel Mosfet with RPI Pico W
To turn a mosfet on you have to apply a voltage to the gate - the value depends on the model of MOSFET you've got. To turn it off you have to connect the gate to 0V.The datasheet for your IRF4905...
View Article