MicroPython • Re: v1.23.0 released
It seems that the v1.23.0 uf2s haven't been marked as Releases yet on micropython.org. I think there's some manual intervention required on the website to bump releases.Commit a61c446 is the same as...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Thanks for the upgrade for Kodi. I was wondering if we could get the current version of pvr.iptvsimple for install as well? I believe its 21.8.0.I was wanting to try out this kodi addon...
View ArticleBeginners • Help with Pi unknowingly shutting down.
Story:Code: Raspberry Pi 3 Model B Plus Rev 1.3PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"NAME="Raspbian GNU/Linux"VERSION_ID="10"VERSION="10...
View ArticleRaspberry Pi OS • How to remove extra architectures from updates?
Hey All,I notice that the dist-updates on my various Raspberry Pi's are taking quite a while to finish now, and that they are building kernels for every architecture of Raspberry Pi OS as well. I...
View ArticleGeneral discussion • Re: Current measurement of pi5 using multimeter
I use an INA260 to plot cellphone charging. It captures both instantaneous voltage and current (or just power). They sell for $10. I use a USB cable with the VBUS line cut, in order to insert the...
View ArticleGeneral discussion • Re: Fun 3D printed Pi5 case!
I'm on the practical side of the spectrum. The Zero case also works with Zero2, and the "B" case works with all B variants.https://www.printables.com/model/24751- ... board-caseGreat idea! Just a...
View ArticleSDK • Re: Swaping bytes when DMA_SIZE_16 - changing byte order to big endian
I don't know the answer, but you can at least minimize the CPU by using __builtin_bswap16, which, with any luck, will compile to a REV machine instruction. (And maybe you can process chunks at a time...
View ArticleOther projects • Switching Android board with RPi5 in Sunmi K2 kiosk
Looking for some help. I have the Sunmi K2 digital kiosk (capacitive touch, 24in screen, thermal printer, NFC, camera) but it's running Android software.I've developed some software on a RPi5 and...
View ArticleOther projects • Re: Switching Android board with RPi5 in Sunmi K2 kiosk
I opened up the unit a little more and have attached what I found. Looks like a connector for capacitive touch and a ribbon cable for video.I'm assuming power goes out of each of these and input comes...
View ArticleBeginners • how to change the location to save screenshots
Hello. How do I change the default location to save my screenshots, from: /home/pito: /home/pi/DesktopThanks.I have a Raspberry Pi 4B running Raspberry Pi OS (64-bit) Debian Bullseye...
View ArticleBeginners • Re: how to change the location to save screenshots
the program is called scrotyou can read the manual withCode: man scrotthe simplest would beCode: cd ~/Desktop;scrotStatistics: Posted by kerry_s — Mon Jun 03, 2024 12:31 am
View ArticleTroubleshooting • Re: Raspberry Pi 4 Model B Not Booting – Continuous ACT LED...
The pattern has meaning.Have you read and applied The Boot Problems Sticky?Thank you for your response.I have read the Boot Problems Sticky, but I’m not sure which blinking pattern applies to my...
View ArticlePython • Re: RuntimeError: Failed to add edge detection after upgrade to...
The edge detection problem is because the GPIO sysfs interface has been removed from recent kernels, and many libraries used that for edge detection.The question still remains though, what is the...
View ArticleAdvanced users • Pi5 w/NVME - Need POE splitter to supply Req 27w
Running a netgear switch GS316EPP, that supplied up to 30watts of POW per port .. looking for a POW splitter (eNet and USB C-PD) to run the RP5 off the switch. Has anyone seen one that supports PD and...
View ArticleAutomation, sensing and robotics • Re: Reliable Tilt Switch
So, without getting to far in I am using a pi connected to an arduino. The arduino is receiving the signal. I think I have a pull down resister set up (might be pull up I forget, as it was set up some...
View ArticleAdvanced users • Re: Any Tips for Speeding Up the Manual Process of Setting...
Hi allI am reviving this thread because I thought about another idea that can be used here..In 1 word: docker.While docker will not set up the Host OS of a RPi like I asked for in this thread's...
View ArticleGeneral • Re: Cannot make 2 PWM work at the same time
Code: uint slice_numLED = 0;uint slice_numSTEP = 0;Wouldn't you want those to be different values?Thank you for the reply!It's just initialization values to make the compiler happy. The actual number...
View ArticleBeginners • Re: Modules vs programming your own microcontroller
I have no idea if that sensor will do what you want. That's up to you to decide, based on the information they provide. Read the datasheet and application notes and see what features the chip...
View ArticleNetworking and servers • Re: dnsmasq fresh install stop-dns-rebind and dnsbomb
It hasn't been the only fix done lately to DNS servers, but you are on the right track.Given that this one, has been available since Feb 13 and it hasn't got either to the raspberry or Debian (didn't...
View ArticleGeneral discussion • Re: Lecroy HDO6104 oscilloscope with pyvisa
Code: rm = pyvisa.ResourceManager('@py')On windows NI VISA is the backend, on linux it is pyvisa-py. You need '@py'Here's my Lecroy scope github page:https://github.com/charkster/lecroyStatistics:...
View Article