General discussion • Re: Control app on Raspberry from PC
See http://repo.munts.com/muntsos/thinservers. These are self-contained embedded Linux distribution zip files. The GPIO servers include support for controlling GPIO pins via HTTP, ONC/RPC, XML-RPC,...
View ArticleBeginners • Re: How to install Anydesk on a Pi 5
Until the people who are responsible for Anydesk make it so it runs on a Pi, you can't install it on the Pi.You can ask them about it here https://anydesk.com/en/support/contact-usStatistics: Posted...
View ArticlePython • Re: UPS Shutdown Python Script
ChangeCode: time.sleep(1) to Code: time.sleep(10)Or you can leave it at 1 and just change the shutdown command to wait for the 10 seconds instead of now as it is in the code. You can find out how to...
View ArticleGeneral discussion • Re: Fun 3D printed Pi5 case!
Great idea about the hinge! I'm working on it now.Does that mean currently you are unhinged? How do they connect when hinged?Statistics: Posted by peterlite — Wed Jun 12, 2024 2:28 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can't find any Bluetooth devices
Yes, I clearly remember that I used a bluetooth mouse with the PI, however that was a long time ago. I haven't used my PI for a while so I ereased the SD card, reformatted and created a new image with...
View ArticleMicroPython • Re: flash partition for read-only storage
I'm after a way to save some static meta-data that shouldn't get erased no matter what, i..e full erase, uf2 update, et'all. what would be the best approach?A separate EEPROM is only way to ensure it...
View ArticleTroubleshooting • Re: My IRSend Project, Stuffed by progress
What I did some time ago as lirc "disappeared" was to have buttons on a Pi3 web server which send "key" commands (on/off/ Rewind etc.) via MQTT to an esp8266 (D1mini) which sends the IR Code, driving...
View ArticleTroubleshooting • Re: Pi 4 wifi works for a few days then I have to reinstall OS
Thanks for your help, I've done that and got a fair bit of log but I will have to come back to this tomorrow. Brain is starting to not work properly It's late..Statistics: Posted by Johnnyh — Wed Jun...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
P.S. Should there have been a notification of the lack of space on the project space?The ProjectSpaces are just a template for a "typical" OS. They are not suitable for all OSes, especially not for...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Using built-in bluetooth for a Remote
Are you aware that kodi on Pi has support for HDMI CEC*? If your TV also supports this you should be able to control kodi using the TV's remote.There are also applications for cell phones that can...
View ArticleBeginners • Re: Impossible to install PINN
PLEASE HELP! So sorry to be a newbie noob... Thanks for your help!If you use gparted to to format your SD card, make sure you first put a partition on the SD card. It need not take up the whole disk,...
View ArticleGeneral • Simplified ws2812 DMA Example Request
I'm trying to figure out writing multiple strings of ws2812 via DMA in C. There is an example in the official repo but I find it very hard to follow and I don't need all the fancy features like...
View ArticleGeneral • Re: Simplified ws2812 DMA Example Request
Here's my code if anyone wants to take a look. It will currently only light up to 9 LEDs depending on what LED_COUNT is for reasons I don't understand. Color git written correctly once but it seems...
View ArticleGeneral discussion • PINN on Raspberry Pi 5 in Pironman 5 case with NVME SSD
I have a Raspberry Pi 5 in Pironman 5 case with NVME SSD. I would like to use PINN on it to boot multiple OSs. Would someone know the best way to setup PINN on the NVME SSD? What format should I use...
View ArticleAdvanced users • Save images in PC hard disc directly
Hi,I need 3 cameras for our industrial inspection machine. Give trigger & save images in PC hard disc directly. How can use rpi cameras without using rpi? or is there any other cameras that work...
View ArticleAdvanced users • Re: Save images in PC hard disc directly
Wouldn't just any USB camera connected to the of work?Statistics: Posted by memjr — Thu Jun 13, 2024 2:33 am
View ArticleCamera board • Re: The raspi5 lens shading adjustment seems to have no effect?
This topic is similar to the situation I encountered. Unfortunately, he didn't get a satisfactory answer either.https://github.com/raspberrypi/rpicam-apps/issues/359Statistics: Posted by yq3w — Thu...
View ArticleGraphics, sound and multimedia • Android based Rpi5 Head Unit
HI, I have just finished a custom Head Unit build using a RPi 5 running Android, Everything is working however there are some stuff I would still like to integrate that has me scratching my head a...
View ArticleAutomation, sensing and robotics • Re: Automatic shutdown and restart after...
I think you missed one scenario: Pi shuts down but mains resumes before the UPS goes into standby and cuts power to the Pi.As the Pi never loses power, it won't automatically restart. You need...
View ArticleOther programming languages • Re: Bash: How to extract value of named value?
Can a script run as a service on Linux?Any executable script or program can be run as a service, all you need is a xxx.service file in /etc/systemd/system then enable that with sudo systemctl enable...
View Article