For I2C, there are many tutorials. One example https://www.abelectronics.co.uk/kb/arti ... ith-python
Sending information through syslog could be possible, but you could also use a dedicated file (if files are mandatory), named pipes or sockets.
Look for 'linux IPC' to see the options.
Or structure your solution to run within one python process which removes the need of external interfaces.
Sending information through syslog could be possible, but you could also use a dedicated file (if files are mandatory), named pipes or sockets.
Look for 'linux IPC' to see the options.
Or structure your solution to run within one python process which removes the need of external interfaces.
Statistics: Posted by ghp — Sun Aug 10, 2025 3:53 am