I tried that but no luck :( I changed them to event detection: from datetime import datetime import RPi.GPIO as GPIO import time mode = GPIO.BCM GPIO.setwarnings(False) GPIO.setmode(mode) # general purpose GPIO pin definitions io_pins_BCM = [17,27,22,5,6,13,26, 18,23,24,25,12,16] #GPIO number 4 io_p...