General • 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 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 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 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: 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 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 ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Thanks for the upgrade for Kodi. I was wondering if we could get the current version of pvr.iptvsimple for install as well? I believe its 21.8.0.I was wanting to try out this kodi addon...
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 ArticleBeginners • Re: Raspberry Pi Imager Net install downloading at 1KBps
Up! If this forum isn't the right place to ask, where should I ask?Statistics: Posted by RomHeu — Wed Jul 03, 2024 11:13 am
View ArticlePython • Re: How to get Python IDE's to use a custom library path
(Updated Title)This is the way things fit together:Definitions:1. "system context":Anything run within a terminal window, (command line), called during boot, or anything executed outside an IDE.2....
View Article