GPIO control via listener server guidance - Raspberry Pi Forums


hi all,

query has been answered before, have spent quite bit of time googling unsuccessfully. because havent found search string adequately describe trying accomplish.

end result pi connected my wifi network. must able change each output gpio low high, or set it's voltage listening http request device on network.

plan create small home automation server multiple listening pi's. server pi have interface commands run:
"http://listenera.ip/gpio1/on.py" <-turn on gpio 1 on listener
"http://listenera.ip/gpio1/off.py" <-turn on gpio 1 on listener
"http://listenera.ip/gpio2/on_3.3.py" <-set gpio 2 3.3v on listener

have found bits , pieces achieves parts of goal, no tutorial me way. advice appreciated.

regards,
sc

perhaps pigpio daemon running on each pi controlled central python script want.

see http://abyz.co.uk/rpi/pigpio/python.html


raspberrypi



Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'