Hello, I'd like to ask if is it possible to change value of variable (global variable or variable in a codesys script) by executing python script on Pi via codesys script. I'm asking because I'd like to read RSSI value of BLE device with the use of a python script and then insert it into Global variable to use it later to control GPIO's.
Hello, I'd like to ask if there's possibility to change value of variable (global variable or variable in a codesys script) by executing python script on Pi via codesys script. I'm asking because I'd like to read RSSI value of BLE device with the use of a python script and then insert it into Global variable to use it later to control GPIO's.
Hi, I'd like to ask how do you receive data from Bluetooth Ruuvitag in Codesys with rpi, is it through some python script or there's possibility to somehow add bluetooth device in codesys project?