Other 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 /home/pi/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 ArticleGaming • Re: Retropie room gemes where to get?
Classic Video Game Console ROMS are not difficult to find on the internet, and are often times considered abandonware.AIUI legally there is no such thing as "abaondonware". Software being abandoned...
View ArticleCamera board • Re: video surveilance software using libcamera
I wrote a motion detection program in Java that will take a photo using rpicam-still and save it on the local disk or email it. If you want the source I can post it here for you. It really needs a Pi4...
View ArticleBeginners • Re: permission denied scp file transfer error
Show us the exact command you're trying to use. Wrap it in code tags (look in the menu bar above the text entry box).And make sure that the username you use for the scp comand is that of the user on...
View ArticleGraphics programming • OpenCL on Zero 2 W? Re-implementing ye olde...
So this guy presumably developed OpenCL 1.2 for the RBPi 3:[VC4CL][https://github.com/doe300/VC4CL]It's my understanding that both the RBPi 3 and the zero 2W have the same GPU: the VideoCore IVSo if...
View ArticleTroubleshooting • Re: RPI3 ALSA no soundcards found
Have you created a new user? If so you may not have membership of the audio group.Try ‘sudo aplay -l’ that should flush out if this is an issue.Statistics: Posted by Doug_ — Mon Jun 03, 2024 11:05 pm
View ArticleBeginners • Re: Modules vs programming your own microcontroller
Thanks for the responses guys!Okay looks like I'll definitely be staying away from ChatGPT generated code then! I tried my hand at coding during uni but sucked at it! Maybe I'll give it another go -...
View ArticleTroubleshooting • Re: Raspberry Pi 5 not connecting to wifi
In the latest, I did a fresh install and set the imager to configure the wifi. After the first run, the built-in wifi was configured. Following this, I disabled the built in wifi with .....
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 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 ArticleGeneral discussion • qemu buildroot image for rpi4: serial console login and...
Hi All,I wanted to build a very minimal embedded linux image consisting of only busybox , bash , less, nano and vim.Enabled serial console option in boot/config.txt . Used buildroot to build a aarch64...
View ArticleTroubleshooting • Re: Raspberry Pi 4B - Composite doesn't work
sdtv_mode=2 to set the colour standard only applies to the firmware drivers, not vc4-kms-v3d.Edit /boot/firmware/cmdline.txt and add at the start of that lineCode: video=Composite-1:PAL,tv_mode=PALand...
View ArticleRaspberry Pi OS • Re: How to install Raspberry Pi Buster?
Well, it looks like Buster isn't even an option for my Raspberry Pi 4B.I installed Buster using the super-helpful and user-friendly Raspberry Pi Imager app, and then when I tried to boot the Pi off of...
View ArticleCamera board • HQ Camera blue and purple colors
Wanted to ask what I should look at changing. So far I've been using automatic settings when recording 1080P 30FPS videos (with 16mm telephoto).See the attached example images where blue/purple/pink...
View Article