Beginners • Re: Pi Zero 2 W stuck out of the box
Recently bought a RPi02W myself, it'll run the desktop OK, but slowly, but forget using a Browser such as Firefox, it hasn't enough memory; might be able to use a text web browser though, (but haven't...
View ArticleMicroPython • Pico-OLED-1.3 SPI display not working with Pico W
Hi, I need your help because, as an old(74) newbie as I am, I was not abe to use the SH1107 library (sh1107.py) for the Waveshare Pico-OLED-1.3" 128x64 display that is designed to work as a shield on...
View ArticleGeneral discussion • Raspberry Pi simple monitoring and dashboard
Hi guys,I have created a simple monitoring tool for RPis:https://ambience.sk/raspberry-pi-monito ... dashboard/It consists of two files (or three, if you count a config).Most of the other monitoring...
View ArticleGeneral discussion • Re: Running python script from PHP - crashes at...
Would appreciate any guidance on how to address this problem please.What Operating System is running on your RPi4b board?How was the (working) mysql.connector Python library installed?With apt? With...
View ArticleMicroPython • Re: Pico-OLED-1.3 SPI display not working with Pico W
Thanks in advance for your suggestionsSomeone, apparently on behalf of Waveshare, repeatedly posts advice in these forums -Example - viewtopic.php?p=2160483#p2160483If you have any questions about...
View ArticleRaspberry Pi Connect • Re: Operation without internet?
Rasperry Pi connect which touch over internet is shown here:https://youtu.be/r3MQr_zE8mYIs there an alternative for touch over ethernet?Statistics: Posted by Peter Gamma — Tue Jul 02, 2024 11:05 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Alternative to wiring pi?
"WiringPi out of fashion? It's back from the dead, like the Ghouls from Fallout! only partially rotten."https://github.com/WiringPi/WiringPiStatistics: Posted by evil — Tue Jul 02, 2024 11:07 am
View ArticleAdvanced users • Re: New behaviour when closing I2C lines with the GPIO v2 API
Indeed I expected that the GPIO would not change the FSEL, because no flags were set, and that’s how it worked previously. Moreover it is changing when closed, not even at open time.Well about v2, the...
View ArticleTroubleshooting • Re: Pi 4 Bookworm Lite 64 bit Hotspot setup
I'll have to go back through my notes and assemble everything, but yes I will post my solution.First, this has been long enough ago that I don't remember everything I did to make this work. That being...
View ArticleTroubleshooting • Re: Raspberry Pi 5 not connecting to my 4k Monitor? First...
https://paste.debian.net/hidden/aee263f8/That looks fine to me.I'm not seeing the "video=" line suggested - did you remove it, or wasn't it added correctly?Statistics: Posted by dom — Tue Jul 02, 2024...
View ArticleOther projects • Re: What GPS tracker?
I am looking for a GPS tracker unit (send data via SIM-card), where I can configure how often to send and where to (URL). I don't want to build the GPS tracker myself, and I need 10-20 units, so it...
View ArticleMedia centres • Re: TV HAT Raspberry Pi 5
I too had the same issues with tvheadend and the TV HAT crashing. I tried the kernel8.img *hack* but that seemed to cause other issues.So in desperation or at least for a laugh I installed *snap* and...
View ArticleGeneral discussion • How to turn on Raspberry PI 5 Automatically
Hey guys,I have raspberry pi 5 , when i give the power its not turn on automatically i have to press the power button, how can i make it turning on automaticallyStatistics: Posted by pojitha99 — Tue...
View ArticleCamera board • Re: HQ camera giving different crop dependent on framerate
I notice even though l chose a width and height ...Those options do not fixate a mode, use this to fixate a mode of your choice:Code: pi@raspberrypi5:~ $ rpicam-vid --help | grep "\-\-mode" --mode arg...
View ArticleRaspberry Pi Connect • Re: Multi display setup and RPI connect - only single...
...Is RPI connect limited to a single screen only? If not, how to configure for multi-screen setups?...Per the documentation (https://www.raspberrypi.com/documentati ... own-issues), yes:Known issues-...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Also my IQAudio device isn't working either I downgraded to Kodi 20 but still have the problem. I can't remember for sure but it is it because Pulseaudio is now being used again? My audio devices are...
View ArticleGeneral discussion • Streaming and recording IPCAM rtsp
I want to achieve below1. Record the stream from ipcameras to raspberrypi/drive attached(I am able to stream rtsp with vlc player, one at a time)2. Delete old recordings in order, after a specified...
View ArticlePython • Re: How to get Python to use a custom library path
1. A virtual environment isn't going to happen in this context because it would totally break the entire robot ecosystem.Then the program has a design flaw.Usually, a program uses the Python standard...
View ArticlePython • Re: Using Python to patch a binary.
In another forum, someone asked the same question.The easiest approach is to flash the ESP32 twice. Once with the original firmware. Then the credentials at an offset, where nothing is. Then your...
View ArticleCamera board • Re: GS camera on Pi 5 colours wrong
Thanks for reporting this. I must confess that we're quite puzzled - we even tried the GS cam again ourselves just to double check it wasn't horribly broken, but it seemed OK. Here are a few things...
View Article