Troubleshooting • 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 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 ArticleTroubleshooting • Re: Pi5 - Won't complete a boot - Power button problem?
Sounds like you need to contact your supplier about a replacement.Your screen EDID is recognised.Statistics: Posted by rpiMike — Thu Jul 04, 2024 9:01 am
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 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 ArticleTroubleshooting • Re: RaspberryPi Camera module 3 WIDE resolution
How many images in 20 seconds ?Try https://github.com/Gordon999/RPiCamGUIStatistics: Posted by gordon77 — Thu Jul 04, 2024 9:18 am
View ArticleStaffroom, classroom and projects • Re: Undergrad Project
Blockchain, no idea.IoT then ESP based devices that can use ESPHome/Tasmota. Their code is open source.If you don't know blockchain, dump that idea. Stick to what you know. Patch it in later if you...
View ArticleBare metal, Assembly language • Re: Pi5 Boot Process
bootcode.bin is also not required for the pi5, it cant execute that old version of the filebut, i did just remember, the firmware expects certain filenames to be present, just to test if the media is...
View ArticleBeginners • Re: The Pi5, new HAT - how to dd image from SD-card
Hi.. I have just ordered the new Raspberry Pi M.2 HAT and SSD disk.. Today I am booting from a SD-card, using the Pi5 as a server (ZFS fileserver) and also installed Netdata, by compiling the Netdata...
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 Article