Troubleshooting • Re: Apache web server with added flash drive...?
The path you suggested for the mount ( mount /dev/sda1 /var/www/cctv ) is OUTSIDE the Apache document root: /var/www/htmlYes. Try changing the mount point to /var/www/html/cctv and creating that...
View ArticleAdvanced users • New behaviour when closing I2C lines with the GPIO v2 API
Hi,I updated my system recently and observed a strange new behaviour:The I2C port is enabled at boot in config.txt (dtparam=i2c_arm=on)For some reason I open the GPIO 2 line with the GPIO v2 API but I...
View ArticleTroubleshooting • Re: Raspberry Pi 5 not connecting to my 4k Monitor? First...
Is this it? Yes. That's exactly the info Raspberry Pi engineers (and other volunteers) need to look at. It looks to me like the Pi has detected the monitor and has selected a 3840x2160 mode. But I'll...
View ArticlePython • Re: How to get Python to use a custom library path
Would be useful to have a schema of this robot board (the webpages of this GoPiGo3 at first glance do not have a link like 'here is the schema'). Needed to know which GPIO pins are used and e.g. to...
View ArticleOther projects • 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 ArticleBeginners • Re: RPi3B+ Broken USB 2.0 Connector
An easier solution might be to add a mini hub into one of the remaining connectors.Something like this....https://www.amazon.fr/-/en/dp/B0C578QWG9/or this....https://www.temu.com/fr-en/high-quality...
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 ArticleGraphics, sound and multimedia • Re: Are there no USB speakers that are...
I use a raspberry Pi for all my multimedia needs on my boat.I have a 12v powered bluetooth "head unit" that Is used inside which drives normal car speakers and a self contained powered Bluetooth...
View ArticleAdvanced users • Re: New behaviour when closing I2C lines with the GPIO v2 API
That behaviour sounds correct to me. Were you thinking that an unused GPIO will never change the FSEL, allowing I2C use to continue? Or were you expecting the FSEL to switch to GPIO, then return to...
View ArticleTroubleshooting • Re: Pi 4 Bookworm Lite 64 bit Hotspot setup
Hey do you mind showing the commands and tools you used when you mentioned "old tools". Im looking to achieve the same.I'll have to go back through my notes and assemble everything, but yes I will...
View ArticleRaspberry Pi Connect • Re: Operation without internet?
I am interested in Raspberry Pi connect primarily to use it a touch interface over an ethernet connection, but only localy. And now I have read that Raspberry Pi connect does not run without internet....
View ArticleGeneral • Bare-metal reset of IO_BANK0
I'm trying to reset the GPIO bank on a Pico using pure assembly.Trying to keep things as simple as possible.The base address of the reset is 0x4000c000 and clear on write is that +0x3000 so:Reset...
View ArticleCompute Module • Re: CM4 Module Power up problem
Hallo,error found ... did not set the GLOBAL_EN low but nEXTRST ... so the voltages 1.8V/3.3V are fully on. And I have also solved my actual problem with starting the CM4 module. Problem war ein...
View ArticleMicroPython • Re: PICO does not execute with main.py....
It seems you don't need a loop, haven't used a Timer on the Pico before.As mentioned should be 'main.py' not 'Main.py'Statistics: Posted by rpiMike — Wed Jul 03, 2024 9:19 am
View ArticleGraphics programming • Re: Xorg weird issues: log flooded and memory leak
It seems to be that issue: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3601Statistics: Posted by laurent — Wed Jul 03, 2024 9:29 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI Encoder and DSI Packet in...
Hello,Our DSI encoder takes the form of an on-chip DPI to DSI bridge. It's all in hardware. No DSI video-related signals are visible in software.You would need a MIPI D-PHY analyser to make sense of...
View ArticleGraphics, sound and multimedia • Re: Audio record button pressed, including...
SEOLMEDIA, which is basically a fullweb interactive digital signage software solution, is capable of making recordings in this way.For example, this type of processing functionality is used for the...
View ArticleCamera board • Re: GS camera on Pi 5 colours wrong
It was suggested to me to run `rpi-update` to try and solve the problem. I did that and the kernel changed to:Code: Linux raspberrypi 6.6.36-v8-16k+ #1780 SMP PREEMPT Mon Jul 1 19:41:47 BST 2024...
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 ArticleGeneral discussion • how to customize wifi
i need to customize wifi for the raspi-4 board with the buildrrot tell me the procedures to enable and to get the wifi names on the custom buildStatistics: Posted by harishkunduru — Wed Jul 03, 2024...
View Article