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 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 ArticleMedia centres • Re: is there a video looping solution for the raspberry pi 5?
VLC should be able to do this. It can be launched from command and run fullscreen with no gui.Statistics: Posted by dom — Wed Jul 03, 2024 10:23 am
View ArticleOther RP2040 boards • Re: Own board - messed USB!
RP2040 is always a Full-speed USB device when in device mode (whether for BOOTSEL or otherwise). In host mode, it can operate at Low-speed to talk to low-speed devices like keyboards. Note that RP2040...
View ArticleGeneral • Re: Differences in .uf2 Loading: Picotool vs. Bootrom Loader
The description in the erratum notice says that it DOES work if you make sure all blocks in your UF2 are multiples of 4K. Gaps within a 4K block are the problem.Statistics: Posted by arg001 — Wed Jul...
View Article