Raspberry Pi Connect • Re: rpi-connect-lite running but no connect possible
Hi there,Are you still having issues? Looking at your logs, the concerning bit is "WARN API call unsuccessful error" which means that rpi-connect wasn't able to communicate with the Raspberry Pi...
View ArticleGeneral • Re: High-speed counter
This is a good example, but I can't figure out how to implement automatic counting up or down depending on the input state. And is it possible that the hardware counter counts not up to 16 bits, but...
View ArticleItaliano • Raspberry PI 4 B - Connessione rete
Salve,premetto che provengo da ambiente Windows e mi sono avvicinato a Linux solo da alcuni mesi con l'intenzione di installare sulla mia barca un Rasberry per uso plotter cartografico.Ho acquistato...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • DSI Encoder and DSI Packet in Raspberry Pi 5
Hi,I am trying to learn MIPI DSI through raspberry pi. Is the DSI encoder in raspberry pi 5 hardware type or software type? I would like to play around with different DSI configuration(mode, color...
View ArticleGeneral discussion • Re: Raspberry Pi 5 question - no information in docs
Those voltage regulators are only good for up to 1A. Fine for a Pi 1 or Zero, but no good for a Pi 4 or 5.You need something with at the very least 5V 3A output. It might be better to use a fixed...
View ArticleTroubleshooting • Configuring Fixed Frequency and Bandwidth on Raspberry Pi...
Configuring Fixed Frequency and Bandwidth on Raspberry Pi CM4 for 2.4GHz WiFiHello everyone,I recently encountered an interesting issue while working on setting up a fixed frequency for 2.4GHz WiFi on...
View ArticlePython • Re: Python3 code for ps4 controller mapping
Any advice would be appreciated as I'm new to Python programming.As it says in your photo, but in different words.button_11 and button_12 are boolean variables - they are either True or False. (It...
View ArticleTroubleshooting • Re: Pi 5 not booting and freezing upon conencting hdd
Even with the 27W power supply, 3 spinning rust drives is quite a significant load.Picking a random 2TB Seagate drive - datasheetStartup current 1A.IIRC The Pi is only designed to supply 1.2A total at...
View ArticleRaspberry Pi OS • Re: Rpi zero W not booting
The ZeroW was released in February 2017. I'm rather surprised that a 2015 OS is said to work to some extent.Statistics: Posted by drgeoff — Wed Jul 03, 2024 8:53 am
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 related signals are visible in software.You would need a MIPI D-PHY analyser to make sense of the...
View ArticleTroubleshooting • Re: Waveshare 7" DPI + RPi Zero W - display not working
Just a quick update, since I have now multiple RPi dahboards working, I have created this tool for the monitoring:https://github.com/nekromoff/rpi-monitor-dashboardIf you have similar setup and need...
View ArticleAdvanced users • Re: Reading the RTC
I am trying to do something as close to "real time" as possible. Using a system call (IMHO) just adds overhead.But not so much overhead that anyone running code on a multi-tasking operating system...
View ArticleCamera board • Re: GS camera on Pi 5 colours wrong
I'm not sure what to suggest here. I've just been round the cycle of downloading the latest published Raspberry Pi OS, doing all the updates, (and nothing else) and trying the camera, and it's working...
View ArticleAdvanced users • Re: [SOLVED] Power Monitoring / System Health Monitoring on...
I am curious is there any software that can just dump all the current system health information for my raspberry pi 5? Temperatures? Power consumption? Voltage at USB port? Any other diagnostic data?...
View ArticleTroubleshooting • Re: Pi5 - Won't complete a boot - Power button problem?
Have you been through this?viewtopic.php?t=58151Statistics: Posted by kip_the_elder — Thu Jul 04, 2024 8:56 am
View ArticleBare metal, Assembly language • Re: Pi5 Boot Process
I wrote this part of the tutorial just yesterday. I tested exactly this because I thought exactly the same thing. However, the Raspberry Pi 5 with "only" bcm2712-rpi-5-b.dtb, bootcode.bin and...
View ArticleGeneral discussion • Re: Raspberry PI industry integrators forum?
The best WiFi, etc setup I used on a Pi was when using the old Google VoiceHAT. (maybe not industrial but great for users). The OS was all setup and just waited for initial setup. Everything was then...
View Article