MicroPython • Re: how many variables can a Pico handle?
In my varible list I have the following linesBargraph=1.0# Bargraph1=1.0if I take away the "#" the software crashes on core 2There is a program in the second core to read a encoder, just a few lines...
View ArticleBeginners • Re: A Bunch of Problems
What happened 6 months ago to cause it to stop working?What were the symptoms then?Have you tried fresh, reliable storage media to burn the image (not your USB stick)?How are you powering your Pi...
View ArticleTroubleshooting • Re: RPi5 boot issue - 'Fatal firmware error'
Is there any engineer that could give me an answer?Statistics: Posted by nadirpi23 — Thu Oct 31, 2024 2:21 pm
View ArticleCamera board • Strong local contrast in JPEG images
I am trying to make a comparison between a dng image developed in JPEG and the JPEG image picamera2/libcamera (RPI5 full resolution).I am surprised by the difference at the pixel level, the JPEG image...
View ArticleCompute Module • Re: Compute Module 3+ Development Kit Schematic
Thank you so much! extremely helpful!Statistics: Posted by PAN-DA-BOI — Thu Oct 31, 2024 2:31 pm
View ArticleRaspberry Pi Connect • Re: PI Connect Should Be Opt In
I hadn't noticed, but I agree, it should be an add rather than be in all downloaded RaspiOS systems. Statistics: Posted by KeithMck — Thu Oct 31, 2024 2:40 pm
View ArticleTroubleshooting • Re: Raspberry Pi 2 - B, Rev. 1.1 won't boot
Legacy did not work either.Statistics: Posted by star_tech — Thu Oct 31, 2024 2:48 pm
View ArticleHATs and other add-ons • Re: NVMe overheating issues with GeekWorm dual NVMe hat
- According to me, it is not related to the x1005 board, but a bad thermal management by kernel [3], Raspberry PI os, or both.Don't rule out a drive firmware issue. Modern drives, whether SSD* or...
View ArticleTroubleshooting • Re: cma_alloc failed on rpi 5
It seems to only happen when I am importing files with radarr to a mounted cifs share with cache enabled. Disabling cache for the cifs mount seems to resolve it, so I suspect that the cifs caching is...
View ArticleTroubleshooting • Re: I cant install wine on my raspberry pi 5
Looks like installing Wine is an attempt to prepare for the "fl studios"....yes you need a windows installer to be able to download and open fl studioStatistics: Posted by poe165 — Fri Nov 01, 2024...
View ArticleC/C++ • How long is a long integer on the various types of raspberryPi ?
Code: long l;long long ll;ll = 0x0;ll = ll-1;printf("%llx\n",ll); l = 0x0;l = l-1;printf("%lx\n",l);Both printf lines show "ffffffffffffffff" sixteen f's so 64 bits on my raspberry pi 4, whether it...
View ArticleMicroPython • Re: UART pin 4 and 5 failed to work
Are you using the correct pins i.e. uart1 TX GP4 physical pin 6uart1 RX GP5 physical pin 7Statistics: Posted by neilgl — Fri Nov 01, 2024 2:16 pm
View ArticleRaspberry Pi OS • Re: Screen blanking not working in labwc
Screen blanking is now working for me after this morning's update.Thanks RickStatistics: Posted by rickzman — Fri Nov 01, 2024 2:29 pm
View ArticleRaspberry Pi OS • Re: LABWC in latest update
Anyone know how to unmap the super (windows key) with labwc?With wayfire I simply edited the "binding_menu=<super>" line removing the "<super>" in wayfire.ini.I'm guessing I need to edit...
View ArticleFor sale • Re: ADV7280m Hat for Pi Zero
I have received the board and they work perfectly fine.Here's a sample video capture with is using ffmpeg - https://vimeo.com/1025453474I will post proper documentation and picture this...
View ArticleRaspberry Pi OS • Re: Sign in with your Raspberry Pi ID
If you are being asked to sign in with a Raspberry Pi ID, that is indeed coming from Connect.Just click the Connect icon on the taskbar - the swirly arrows in a circle - and choose "Turn Off Raspberry...
View ArticleC/C++ • Re: How long is a long integer on the various types of raspberryPi ?
It depends on the OS architecture, not necessarily the PI hardware (as 32-bit OS can run on any Pi).A 64 bit OS (arm64) will result inCode: ffffffffffffffffffffffffffffffffand a 32 bit OS (armhf) will...
View ArticleBeginners • Re: Sound on airpods poor Pi5
Have no wired keyboard and mouse available, albeit, disconnected the Rapoo keyboard and mouse set E9100M. Back to an old sticky set E9070 and mouse 9060 MS. Sound sounds much better no interference....
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
HiI just buy Raspberry Pi 5 and Raspberry Sd card 64 gb. I install Pinn and select operating systems. Now downloading very very slow 0,5 /s. My internet service 50 mbit. I use pinn pi4 last week it...
View ArticleC/C++ • Rpi 4B - Illegal instruction on simple cpp application with mmap
Hello people. I want to run some binary code from inside my cpp application. I had it running without any issue on my raspberry pi zero 2W. However, this application needed more power, so I decided to...
View Article