Troubleshooting • Re: Frustrating internet connection problem on my...
I have an internet connection problem on my Raspberry-pi, I am working on a project for an ex-employee at our organization, who left without proper knowledge transfer.There is a executable python...
View ArticleBeginners • Re: Portable power supply for RPI Zero W 2?
Can't I just get something like this? https://www.google.com/search?sca_esv=8 ... ve&ssui=onWhich specific one? Read the specs. Many of those are rated at 2A discharge, which insufficient for a...
View ArticleGraphics, sound and multimedia • Re: Auto Video Looper /w GPIO control
Hey Ken! I'm just now noticing you are the creator of the program! I finally got a chance to get it downloaded and it looks promising forsure! Two Questions for you- Is there a limitation on what...
View ArticleCompute Module • Re: CM4+Python+Bit banging
The data transfer is close to Modbus RTU on the protocol level, but on HW level it is two-wire transfer (clock and data). A small jitter is then allowed (and it is not RSxxx which is of course the...
View ArticleOfficial Display • Re: Cannot power up the display via GPIO pin #2 and #6...
"do you have assigned the touch to the DSI display before applying the rotation?", YesThe following is the wayfire.iniCode: pi@raspberrypi:~ $ cat...
View ArticleHATs and other add-ons • Re: Pimoroni NVMe Base with Lexar NM790 SSD
GTR2Fan, I got my Lexar 790 last evening. Everything you said and in the articles you posted checks out. My best of six pibenchmark scores was 59164. No, AER errors. Thanks.Statistics: Posted by...
View ArticleFrançais • Re: gpio c++
oui effectivement c'est plus difficile de lire dans un fichier!Vous feriez bien de lire un peu de doc sur strtok (qui decoupe la ligne lue en champs) et strtok-r (fait la même chose, mais deux fils...
View ArticleBeginners • Re: Can raspberry pi 5 use usb monitors
I am aware of those. I have a number of them which worked fine under Raspbian Jesse but never so well since - Which reminds me I really need to try again under Bookworm - viewtopic.php?t=358439I have...
View ArticleAdvanced users • cloud-init script to resize partitions / file systems
Hi,I would like to change the default behavior of the pi ubuntu image (23.10) to not resize the partition/filesystem to take up my entire SD card with the root partition. After a bunch of browsing...
View ArticlePython • Re: How do I fix this Python code?
I added the Code: try: and it didn't say "syntax error" but when I ran the code it recorded fine but when I stopped it, it still was recording. It was supposed to stop recording when I stopped the...
View ArticleTroubleshooting • Re: WiFi strength of different RPi models
I know it is not a direct answer, but given that you have to have a wiring harness connecting truck to trailer, you are would get a much better connection and image with a hard wired connection. You...
View ArticleTroubleshooting • Re: PAL-M or NTSC-J on RPI-5 Composite
anything!!??You waited 42minutes before feeling the need to bump the thread again? Almost all of the Pi employees are based in the UK, so your post was also at 10pm for all of them. Please be...
View ArticleC/C++ • Re: systemd/race condition in private app
Hi blsMany thanks for responding and for the excellent advice.Changing the systemd script to read:[Unit]Description=Kitchen timer serverAfter=default.target multi-user.target...and removing the 10...
View ArticleGeneral • Re: RP2040 Always in booting to BOOTSEL
Seems to "program" fine but isnt keeping it in the flash.I don't believe you can conclude that.It's either not writing to Flash and you are seeing what was previously written to it or corrupted data...
View ArticleBeginners • Raspberry Pi 5 external USB camera fail
Having tried at least six different ways of getting external USB cameras to work with my Raspberry Pi 5, I can only conclude the device is incapable of using an external USB webcam. I've tried...
View ArticleCompute Module • Re: CM4 Breakout board RS485 issue
Thanks for all the replies! I'll do some more testing and post the results.Statistics: Posted by hacor — Wed Feb 28, 2024 3:07 pm
View ArticleTroubleshooting • Re: RPi 5 mouse pointer/cursor constantly blinking
Again, useful feedback, many thanks.I saw several posts along similar lines, one suggestion was to change the size of the pointer, either larger or smaller, another was to scale the screen by .99...
View ArticleGeneral discussion • Re: USB Microphone for Raspberry Pi 5
Providing a better list of requirements will get you better recommendations. What is your budget, define "capture clear sound" in audio terms and if possible provide your use case.Capturing...
View ArticleRaspberry Pi OS • Re: Custom RPiOS Image
You can pick a minimal raspberry pi OS image (lite) and customize it using scripts. I build custom images of BBN Marine OS fromraspberry pi lite OS images. It works best on CircleCi which supports...
View ArticleGeneral discussion • Re: Connecting to Hotspot on Phone
The only thing I would add is that some phone hotspots require whitelisting of connections before they are allowed to connect. The Pi certainly does not care that it is connecting to WiFi provided by...
View Article