General • Pi Pico VScode extension: Failed to setup example
Windows 10 x64, Extension version: v0.14.0 (pre-release)New project From Example: any example fails.New Project - fails.What else info should I present to solve the problem?Statistics: Posted by...
View ArticleGeneral • Re: Pi Pico VScode extension: Failed to setup example
More detail on what "fails" means, how it manifests itself, may help.As may knowing which or what "Pi Pico extension" is being used.Statistics: Posted by hippy — Wed Jul 17, 2024 2:33 pm
View ArticlePython • Re: Best way to run a Python Program
take the temperature reading, turn on or turn off a 5v relayJust reread this. I also use the try/except to turn off any device I need if it's been set.Code: # Exit Routine - Get here if an error if...
View ArticleRaspberry Pi 400 • Re: Has anyone built a budget-friendly desktop using...
Yes, its what @jamesh wrote, buy a Pi400. Then you go through the installation procedure of the PiOS. In the end you have a standard set up of the Pi. But that's probably not the friendly desktop you...
View ArticleGeneral • Trying to find additional debug probe jst-jst cables
Does anyone know of a source in the UK for additional debug probe JST-SH/JST-SH cables? The Pi Hut and Pimoroni both stock JST-SH to dupont male/female but not JST-SH to JST-SH. I'd just like some...
View ArticleTroubleshooting • Re: Raspberry crashes when doing any long operation
You could try limiting the max cpu clock to reduce power and heat.PutCode: arm_freq=800in config.txt.The default max is 1000MHz for the Zero 2W. I've got some of mine set to 800 because it seems to...
View ArticleOfficial Display • Re: Official 7 inch touch screen, image is rotated 180 on...
Ok, if I understand you correctly, this isn't going to do what I want?Test it and then you see what it's doing! f you don't take the time to make such a simple test (should take you less than 2 min of...
View ArticleRaspberry Pi OS • Re: VNC on Raspberry Pi 5
TBC you do not need to switch to X11 to use VNC, or do/install anything not in the standard build. Just make sure you are fully apt updatedStatistics: Posted by X69 — Thu Jul 18, 2024 1:20 pm
View ArticleGraphics, sound and multimedia • Re: Whats the best media server software for...
LibreELEC is a distribution purely designed for running kodi.It's likely the best choice for a media player on Pi2.It should handle h.264 videos up to 1080p.If you need 4K or hevc then a Pi4 or Pi5 is...
View ArticleNetworking and servers • Re: Raspberry Pi as a bridge
At work we maintain medical equipment and often use software on a laptop to interact with the equipment. The medical device is connected to the laptop via ethernet and the device then gets put into...
View ArticleMicroPython • Re: SPI just Plain not working
So I tried to just do the above code samples, which didn't work before, and now it works. I have had multiple issues like this (ex. PSU works and jumper wire works but together they don't?), so I...
View ArticleGeneral discussion • Re: About the 3.5mm jack missing from the Pi5...
So in the end is there any cost-effective, non-clunky way to add a jack to the Pi5?I've been using a 3B+ with raspotify. An elegant, cheap, plug and play solution to listen to music on some active...
View ArticleAdvanced users • Mirror DRM/KMS application, across two monitors
Hi!I have a raspberry pi 4, and a simple python application that uses PiCamera2 to show a camera preview in DRM/KMS cli mode.When I connect two monitors via the two microHDMI ports, and start the...
View ArticleTroubleshooting • Re: notional expected transfer speeds for USB3 disks ?
In my experience ...Those speeds look normal for good hard drives, some very good hard drives achieve SSD speeds at around 300MB/s, budget hard drives would be lucky to achieve those speeds.Most hard...
View ArticleAdvanced users • Re: RPI Secure boot not working as expected
If you follow the secure-boot-example tutorial step by step then this is known to workhttps://github.com/raspberrypi/usbboot/ ... ot-exampleAs the message says either the key is missing in the EEPROM...
View ArticleRaspberry Pi Connect • install on debian trixie
I have installed debian trixie on my pi400. rpi-connect is not available when I try to install the package.Do you know when it will be available on trixie.I can test for you if you have it.Statistics:...
View ArticleBeginners • Streaming video
Hello all,,,I have a project to send streaming video cam with raspberry pi zero 2W, I want to use this board to connect 2 FPV camera, color cam and thermal cam to distance interface on computer using...
View ArticleTroubleshooting • Pi 4 issues
I have a pi 4 model b and I have flashed the latest image of the raspberry pi os to a SD card. When I power on my pi the display I get the rainbow flash screen and then goes to black then a no signal...
View ArticleTroubleshooting • Re: Errors when running make (modbus package)...
Thank you for your help. Hope you have a wonderful day. Statistics: Posted by vg_coder — Thu Jul 18, 2024 2:31 pm
View ArticleTroubleshooting • Re: Pi 4 issues
What resolution is your screen?Powered with hdmi and no sd card do you see the diagnostic screen?Statistics: Posted by rpiMike — Thu Jul 18, 2024 2:58 pm
View Article