Troubleshooting • Re: Comparison of Periodic Processing on RPi4 and RPi5
What kind of information would allow for more discussion, for example?Pretty much anything, cos what you've said so far is basically nothing.At a minimum, some idea of what functions are being called...
View ArticleRaspberry Pi OS • Re: Labwc menu pressing Alt-Space
No one found a solution to this?Statistics: Posted by Annie UK — Tue Nov 05, 2024 10:17 am
View ArticleTroubleshooting • Re: Identifying a missing SMD component
The broken off part is a 0805 470nH inductor. Bourns part number SRP201208-R47MHThis might be hard to find but an inductor with following parameters should work. Inductor, SMT, 0805, 470n, IRMS=4A,...
View ArticleRaspberry Pi OS • LABWC on headless Pi5
I run all my Pis headless - generally connect via PuTTY, with occasional access using RDPPresumably the labwc components will have been installed on my pi4 and pi5 running bookworm in the mass of...
View ArticleGeneral • Re: N phase shifted pwm signals
Just do this on the CPU using DMA and PIO.Talking through the look up table (lut). You have 4 pins, each pin has its own bit sequence table within a 8-bit parallel write. There are 20 steps per...
View ArticleAI Camera - IMX500 • Can't transform .keras file with imx500-converter[tf]
Hello,I tried to transform the .keras model according to the following document on windows.https://developer.aitrios.sony-semicon. ... _converterEnvironmentOS: windows 11 pro,python: 3.11.2Tensorflow:...
View ArticleBeginners • Re: How to determine if the device is compatible with the Pi Zero...
If you tell us the type of device and how you plan to use it we might be able to advise you better.Statistics: Posted by rpdom — Wed Nov 06, 2024 9:46 am
View ArticleCompute Module • Antenna Pattern and Schematic for FCC certification
Hello,we need to get documentation of the internal antenna and CM4 schematics for finishing FCC certification.Our device is handheld type which mean current FCC certification is not enough and must be...
View ArticleDevice Tree • Re: How to enable CS high
Then changed the overlay for having CS configured ACTIVE_HIGH (cs-gpios = <&gpio 8 0>; 0 is the GPIO_ACTIVE_HIGH; also requires 'spi-cs-high' in the SPI device node (the 4in panel in my...
View ArticleTroubleshooting • Re: Unable to Activate USB Boot on Zero 2W
Did you remember to reboot from the microSD card after modifying your config.txt file?I did. I've come at it from several angles, always the result is 3020080a.The Pi documentation says if the...
View ArticleCamera board • Re: Raspberry pi 5 cannot connected with kamera v2 or V3.
Hi,unfortunately it didn't work after trying like your description. I have bought a new Raspberry pi 5 to check it with it, unfortunately the same issue. I will also try to buy the new camera module...
View ArticleBeginners • Re: Pigpio initialization error while try to run LoRa c codes
Perhaps a copy of pigpio is already running?Try sudo killall pigpiod before starting your script.Statistics: Posted by joan — Wed Nov 06, 2024 10:20 am
View ArticleRaspberry Pi OS • Re: Forcing a Desktop Screen Resolution, on Raspberry Pi...
and set the screen resolution via raindrop. (preferences, screen configuration, screens)How do you set a custom resolution that way? If I open that dialog it just shows a list of resolutions, no...
View ArticleTroubleshooting • Re: Raspberry Pi 3b, 4 and 5 outputs to a USB-C (and DP...
Thank you very much for the response.Could this be achieved using a video hub? For example Video out from the Rpi > to a hub > out to the screen? I'm sorry, but the lack of a solution is...
View ArticleAndroid • Re: Android 15 for Raspberry Pi 5 by emteria
You may want to read the sticky at the top of this board.We have reopened the Android forum.Short story, it's an unsupported Operating System here, the forum you were directed to is their support...
View ArticleMicroPython • Re: Pico W _thread OSError: TinyUSB callback can't recurse
I have also found threads to be unreliable when used incorrectly.My test shows without a main loop, the program crashes.Try my simple example above. Run it like it is, it does fine.Remove the main...
View ArticleRaspberry Pi Connect • rpi-connect and rpi-connect-lite 2.1.0:...
Hi all,We've just released rpi-connect and rpi-connect-lite 2.1.0. The full changelog is available from apt once installed by running one of the following:Code: $ apt changelog rpi-connect$ apt...
View ArticleRaspberry Pi Connect • Re: Cant connect after network change
Hi all,We've just released rpi-connect and rpi-connect-lite 2.1.0 which has a change which will hopefully help pick up networking changes much more promptly.Could you please upgrade and let us know if...
View ArticleGeneral discussion • Re: Raspberry Pi 5 Remote Desktop to Windows 11 PC
Normally people connect to a Pi using RDP (or VNC Viewer) on the Windows PC. The PC has keyboard/mouse and the Pi does not.Or we enable rpi-connect on the pi and use a browser on the...
View ArticleTroubleshooting • Re: Raspberry pi wifi/ethernet error
Can you connect it to an HDMI monitor and boot without any microSD card in the pi?Statistics: Posted by neilgl — Thu Nov 07, 2024 10:37 am
View Article