Other 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 ArticleRaspberry Pi OS • Re: Rpi zero W not booting
I'm not able to make effective use of the Desktop GUI on a device with only 512MB of RAMI run the desktop on several of my Zeros. It works fine.The ZeroW was released in February 2017. I'm rather...
View ArticleGraphics programming • Re: Xorg weird issues: log flooded and memory leak
I've just made a test and saw that this error is not present on the same version of Raspberry Pi OS with Desktop (Bullseye).So I probably missed something, enabling X11 on a Raspberry Pi OS Lite...
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 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 ArticleBeginners • Re: The Pi5, new HAT - how to dd image from SD-card
why not simply use SDCard copier (don't forget to tick 'new UUID' checkbox)?Statistics: Posted by aBUGSworstnightmare — Thu Jul 04, 2024 9:56 am
View ArticleStaffroom, classroom and projects • Re: Undergrad Project
Apologies if I'm posting this in the wrong place but I'm trying to get some guidance. I have a project due for school and apparently, this is a graduation requirement. I've already had to change my...
View ArticleGraphics programming • Re: Dispmanx is deprecated, but is it planned to be...
Thanks, good to hear that other people have been busy developing SPI display drivers.I am marking https://github.com/juj/fbcp-ili9341 to be an archived repository now. It served its purpose for the...
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 ArticleAdvanced users • Re: Reading the RTC
I guess "theoldwizard0" was already taken.Statistics: Posted by ame — Thu Jul 04, 2024 10:01 am
View ArticleGeneral • Re: High-speed counter
The PWM counters can't directly do this, but there are several ways to achieve it:Set up 2 counters, that will count the 'up' and 'down' signals, with both inputs going to the PWM signal. Write some...
View ArticleGeneral • Re: Getting Started with Raspberry Pi Pico W
Perhaps tell us what those sensors are and people may be better placed to advise.If there is Arduino code available it should be possible to replicate that in MicroPython, CircuitPython, C, C++ or...
View ArticleRaspberry Pi OS • How to use PXE_OPTION43
I have a Raspberry Pi 4B running bookworm successfully network booting from a PC running Debian 12.My question is about the PXE_OPTION43 in the bootloader configuration. In the documentation it states...
View Article