0

I'm using a raspberry pi to control some relays hooked up to some lights. I am a controlling the lights via PHP web controls. I've reached a barrier in which there aren't enough GPIO pins to control all the lights I would like to. If I were to buy a second RPi, would it be possible to control it via the same page? I know basic HTML and I know I could just add a link that takes you to the second pi's IP address, but I would like to build a cohesive GUI in a single webpage.

Dave
  • 23
  • 4

1 Answers1

1

Only you really understand what you mean by "but I would like to build a cohesive GUI in a single webpage."

My pigpio will let you control the GPIO of multiple Pis from a single location.

The pigpio daemon must be running on each Pi.

joan
  • 71,852
  • 5
  • 76
  • 108