Good news guys, it worked! In the end I choosed
this one.
It's almost the same of the other one and it did his job.
I just used three wires and using this scheme I did as follows:
First wire from the 3v3 power to the VCC of the relay.
Second wire from the Ground to the Ground of the relay.
Third wire from the GPIO 17 to the IN1 of the relay.
I guess I can use the other GPIO 22, 23 and 24 for the IN2, IN3 and IN4
as my relay has 4 switches.
Then from the shell I just needed to do as follows (with root permissions):
echo "0" > /sys/class/gpio/gpio17/value :------> the switch is off
echo "1" > /sys/class/gpio/gpio17/value :------> the switch is on
It changes immediately and it's working well even from a webpage with php.
Thanks a lot guys for the support
