Raspberry Pi Connect • Re: Raspberry Pi Connect - Paste to Remote
Which browser are you using?In order to send the contents of your clipboard to the screen sharing window (which is mostly an HTML canvas element), we use the Clipboard API which has quite strict...
View ArticleBeginners • Raspberry Pi inside an amplifier
Hello. I want to make an 'aliexpress special' amplifier, with a pi 5, for a home entertainment center. I'd be using a TPA3255, a separate power supply board (45v @ 8.3a) , a pull and push fans config...
View ArticleHATs and other add-ons • Re: M.2 Hat+ pcb versions
My assumption is OP is concerned/interested in this numbermy replay is: simply forget it as it's of no interest (to the average Joe user)Looks like it.I have a 5.3 and 9.1Statistics: Posted by DirkS —...
View ArticlePython • Re: How to get Python to use a custom library path
If your python program launches another python process (I've seen this kind of crazy thing...) that new python process will not have any knowledge of whether it's in a venv or not.The way you ensure...
View ArticleGeneral discussion • Re: Windows on Pi5
commercial purposesIf you need Windows on an ARM based computer, Microsoft announced an ARM based computer. There are millions of different ARM combinations and each needs exact support so buy the...
View ArticleTroubleshooting • Re: WS2812B RGB LED Strips Raspberry Pi Python Issues
Yeah, but I'm putting this with a highly extensive computer vision project, so I need the pi 5Statistics: Posted by sns123 — Tue Jul 16, 2024 4:01 pm
View ArticleBeginners • Best way to run a Python Program
Goal: To have a python program run (or stay running), take the temperature reading, turn on or turn off a 5v relay, print temp reading to file. In 30 minutes do it again.What is the best way to go...
View ArticleCamera board • GScrop and high frame rates
I use GScrop with GS camera and Pi5.Can GScrop also be used with all Raspi rolling shutter camera models?If so, with which rolling shutter camera model can I get the highest frame rates with...
View ArticleHATs and other add-ons • Re: Can not type in minicom
Thanks for the above suggestions. I solved this problem. I tested the hat and pi separately, they both worked well. The echo will only show the letters but no response. The thing is Raspberry Pi...
View ArticleAutomation, sensing and robotics • Re: Which DataBase for weather logging
Will test to find out. Ideally, if Pi zero w 2 (512MB RAM, 64 bit OS LITE) fits, it has best cost. If not, P4B (Pi3B+ is same price but slower)Statistics: Posted by David16962 — Wed Jul 17, 2024 3:31 pm
View ArticleOther projects • Re: Custom Key pad
Stupid mistake of mine late at night, I got the other end of the cable the wrong way round so used the tester to double check it and it doesn't short out nowunfortunatly the nearest one is 2 hours...
View ArticleGeneral • Re: Trying to find additional debug probe jst-jst cables
You can probably find them on the usual online auction sites and the like. If I couldn't fine one I'd buy a pack of JST-SH to wire ends and solder two together, with an extension between if...
View ArticleBeginners • Re: 256G SSD - creating image on 32G USB
And then create an image of the USB? It's the first time I have used the SD copier and it's made two partitions on my USB drive - one doesn't mount in Windows and the other is only 512 MB (bootfs).Not...
View ArticleMedia centres • Re: Peppy player
Post 91 is my post number. This happens with the headless player. The radio browser did not save the favourites I have added and the radio browser screen would display what is displayed below. Other...
View ArticleBeginners • Re: problems while connecting in bluetooth a PS3 gamepad...
Hello,for a robotic project, I need to connect via bluetooth a PS3 gamepad shockwave to a Raspberry PI4 running ubuntu LTS 22.04.On the PI4 only the Ubuntu server is installed (no display...
View ArticleAdvanced users • Re: RP1 ADC temperature
Strangely it stopped working a little later.It had changed from hwmon2 to hwmon1Presumably its random?Statistics: Posted by jeepers01 — Wed Jul 17, 2024 3:56 pm
View ArticleCamera board • Re: Setting Camera Parameters Directly in AdjustConfig Method
Things like framerate, shutter, roi (you mean the "scaler crop" control? I wasn't sure) are all runtime controls, and not part of the camera configuration (which is immutable once the camera has been...
View ArticleMicroPython • Re: SPI just Plain not working
I attached an LED to pin 18,Baudrate at 1 won't work! I think that the minimum spi clock is 244Khz using a 125Mhz clock.Rp2040 datasheet 4.4.3.6.1. Bit rate generationB.T.W. You mean pin number 24...
View ArticleMicroPython • How to load an elf file into the Pico
Hi gugys,I am new at this and would like some guidance. I've been attempting to use LVGL on R-Pi Pico. To that goal, I have a porting of lv_micropython - as obtained following the instructions at...
View ArticleTroubleshooting • Re: Errors with cloning SD card
Ok, i've solved it.The problem was that on the original SD card i was mounting an external USB stick on boot using an edit to the /etc/fstab file. This seems to have messed things up somewhat when i...
View Article