General discussion • Re: Fm Transmitter link autoplay
You won't get any help for the FM transmitter on this forum. It is illegal to broadcast on FM in lots of judicial areas (including the UK). Because it's an illegal activity here, it's disallowed as a...
View ArticleAutomation, sensing and robotics • Re: Can't get readings from rainfall gauge...
I believe they mean... A reading on a continuity test with a multimeter.You could fake it for your project by connecting the terminals together and you being the switch for full/ tipped.Statistics:...
View ArticleTroubleshooting • Re: Identifying part that broke off on a Raspberry Pi 5
It looks like a resistor capacitor, but there are no specs/BOMs for any RPi as they aren't open hardware. I don't know if I can read it in circuit with my multimeter, I'll give it a go.Edit: it...
View ArticleOff topic discussion • Re: I guess you guys who still use the Z80 know about...
Hello everyone, I want to share with you the platform https://volumo.com/ because I have been looking for something similar for a very long time. There you can find a wide variety of music of...
View ArticleGeneral discussion • Re: Cron doesn't want to execute a shell script that...
There are at least a dozen threads on the forum about this type of problem, if you search on cron and python you will find a lot of tips.I'm not using python in the case, I'm just using command line...
View ArticleGeneral discussion • RealVnc retiring Home plan
Hi,I recently received an email message from RealVnc that they are retiring the Home plan and I will not be able to connect after 17th June 2024.Does that mean we will not be able to connect to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Need Guidance: Removing Wi-Fi and...
Hello Raspberry Pi Community,I am working on a project that requires the physical removal of the built-in Wi-Fi and Bluetooth antenna from a Raspberry Pi 5. I need to perform this modification...
View ArticleC/C++ • Toggling GPIO Pins from Kernel Module (why are they tied together?)
Hello all, I encountering a weird bug whilst attempting to write a bit-bang driver for RPi. In my Kernel module I have the following 2 functions just for sitting pins high and low...Code: //Set GPIO...
View ArticleTroubleshooting • Re: Rasp p 5 not booting after install updates from GUI
UpStatistics: Posted by infsecure — Wed May 15, 2024 6:13 pm
View ArticleRaspberry Pi OS • Re: Disk Encryption
Sorry I'm late for testing, we had a urgent family matter so I wasn't able at all yet to try the encryption. I hope to familiar with the system in the coming days and give some feedback!No worries. if...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
I just tested my Kingston canvas Go Plus 128GBThis is the fastest SD card I've ever seen and tested in random write and read IOPS, and I've had several, even Sandisk, used it first on the Pi 3B+ and...
View ArticleGeneral discussion • Re: RealVnc retiring Home plan
Does that mean we will not be able to connect to Raspberry pi using VNC anymore?You can still use a VNC client from the local network.The free Lite non-commercial plan with 1 user and 3 devices is...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
..i. It could also be cheaper than some of the good USB 3 hubs that are out there.that's an interresting approach...Indeed. I spent more than £50 on a 7 port Startech USB 3 hub. The 4 port D-Link I...
View ArticleRaspberry Pi Connect • Re: Login Screen
The service runs as the user rather than as the root, as such it can only work if the user is logged in...If we run it as root, then this means the Pi Connect system has to handle finding the right...
View ArticleRaspberry Pi Connect • Re: RPI-Connect For Other Linux Platforms
I was thinking about enabling the capabiliity of installing Pi Connect on other computers, because then it allows you to make a 'thin-client' easily (i.e. run on a Windows PC in the cloud and use your...
View ArticleArch • Re: How to get plain Arch Linux to run on a Raspberry Pi 5 ?
ran fine for me after they fixed it. the first 1's were a mess.they just don't feel like changing the name for each new model.i suggested just using rpi instead of rpi#, censored my posts after i made...
View ArticleRaspberry Pi OS • Re: Cron doesn't want to execute a shell script that works...
There are significant difference between running under a logged in shell and under cron even when runing as the same user.It's a safe bet that an attempt is being made to run your script ever minute...
View ArticleRaspberry Pi OS • Re: Lost console history when shutting down with on/off button
Sorry if this is unclear. Try this test:On a RPi 5, running Bookworm, with a Desktop:Open a terminal, type 'history'. Type in a new command.Shutdown with Shutdown->Shutdown.Restart.Open a terminal,...
View ArticleCamera board • Re: Fastest way to write camera video frames to sdcard on...
Did you change buffer_num BEFORE you enabled the port?No, I have overlooked that moment. I never changed buffer_num/buffer_size fields in MMAL_PORT_INFO_SET message.I have tried this now, and it...
View ArticleTroubleshooting • Re: Issues with MCP23017 dtoverlay when using I2C0 on CM4
I saw that, thanks for handling so quickly. I edited and recompiled the dtbo on my own device to test it out and the pinctrl error line does indeed disappear from dmesg. Unfortunately I won't be able...
View Article