Troubleshooting • Re: Using USB RFID card reader with Raspberry Pi 5
Looks like the reader is trying to present itself as some sort of keyboard that will input text to the PC when the card is read.On my Win 10 PC, my card reader emulator (a pico W running Adafruit...
View ArticleNetworking and servers • Re: Networkproblems on Raspberry 5 - No TCP Connection
First try point to point, directly connect (physical wire between target and host no other networking gear) host to target and make sure you can do at minimal ssh into and out of the device.If that...
View ArticleGeneral discussion • Re: Raspberry pi 5 doesnt boot and light stays red. And...
Usually no need to send it to us (and I would be one of the people asking for it to be sent).An official reseller should replace it under warranty (if it is still under warranty), then if necessary...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Does that benchmarking and talk include the recent July/Aug update to sdram optimisation? or the old temperature modifications?https://github.com/raspberrypi/rpi-eepr ... 8gb-latestHow would I install...
View ArticleMicroPython • Re: Two Pi Picos UART hardwire connected Transmission Size
Adding a newline to your output might help:Code: uart0.write(txData + "\n")Statistics: Posted by scruss — Fri Aug 16, 2024 3:02 pm
View ArticleTroubleshooting • Re: Connecting a waveshare MAX m8Q GNSS to Rasp Pi 5
Try asking WaveshareHelloIf you have any questions about waveshare products, you can send an email to support@waveshare.com and we will be happy to answer your questionsAnd good luck with that,...
View ArticleOther projects • Re: Space:1999 Commlock (handheld audio & video player)
Off topic, and not quite UFO/Space This is worth a read. https://www.amazon.co.uk/Filmed-Superma ... B00WUQCUB4Statistics: Posted by jamesh — Fri Aug 16, 2024 3:24 pm
View ArticleBeginners • Re: Camera not shown over python scirpt rpi5
thank you ,but how to solved i using camera v3 but i need solved it where is problem ? what need dowload thnak you Statistics: Posted by stromecek555 — Fri Aug 16, 2024 3:34 pm
View ArticleGeneral discussion • Gnome-Weather & Disk Usage share Chromium issue
I had an issue with Chromium where the window was just plain gibberish.I added to the option to the command "--disable-gpu-compositing" and solved the issue.Now I loaded both gnome-weather and disk...
View ArticleHATs and other add-ons • Re: 2 hats, 5 NVME's, all visible to the Pi but...
I'm using the Geekworm X1001 and a Kingston NV2 SNV2S NVMe disk on two Pi5s with no problems. Have used them both as a data disk (my primary use case), but have also blasted RasPiOS onto the NV2 and...
View ArticleGeneral • Re: Pico 2 RISC-V - Slow....
Win64 - but there's method in my madness (of not using linux on something else)Ok, so CORE-V. Thanks for the report. This is a software issue and we'll fix it. I'd be grateful if you put your code up...
View ArticleBeginners • Re: [Pi 4/5] Ways to reduce the Pi's power consumption / heat...
I use this case on a Pi4, which is fanless and quiet: https://www.amazon.com/gp/product/B07VD568FB. Of course it might not work well with your HAT.On the Pi5, the "official" fan on my systems runs...
View ArticleTroubleshooting • Re: sudo apt upgrade failing
I've narrowed it down to a subset of packages that will not be upgraded. Everything else works perfectly if I upgrade them specifically like this:Code: sudo apt-get install --only-upgrade pipanel...
View ArticleCamera board • Re: Issues with local TCP streaming only displaying first frame
Seems to be am issue with VLC (not sure yet)Anyway, on your ubuntu system try this - it works for me on Ubuntu to show stream from Pi5 TCPCode: ffplay tcp://192.168.1.95:4567 -vf "setpts=N/30" -fflags...
View ArticleAutomation, sensing and robotics • wiring up PSG-BB-170W breadbourd with...
I have got a PSG-BB-170W breadboard and have placed MCP3008 in the middle over the ridge. I have noticed from this diagram that there are positive and negative rails running down each side which my...
View ArticleSDK • RP235X Meta Blocks
Finding the Meta Blocks in an RP235X UF2 was easy enough but I hit some problems when it came to decoding them based on the description in the RP235X datasheet, page 409, section 5.9 -Code: ITEM 0 | 1...
View ArticleBeginners • Re: How to use sense hat with c++?
Here is a C++ library for sense hat.https://github.com/platu/libsensehat-cppStatistics: Posted by amikekeami — Sat Aug 17, 2024 4:02 pm
View ArticleOther RP2040 boards • Re: Unresponsive diy RP2040
There should be three 1V1 pins and eight 3V3 pins on the RP2040. Are you using a deceptive symbol on your schematic, or are some of them not in fact connected?Also, pin 19 (TESTEN) should be grounded,...
View ArticleTroubleshooting • Re: Pi 5 with a USB display (which is a GPS)
Oh, and can a device with DVR be used as a display?Statistics: Posted by teodoro256 — Sun Aug 18, 2024 2:59 pm
View ArticleGeneral discussion • Re: Thought I had posted here about SSD drives ...
SSD drives have become a game-changer for storage—crazy how fast they are compared to traditional HDDs! What’s your experience been with them so far?SSD for daily use - HDD for backupsStatistics:...
View Article