Martin Sant said:
You can read or control the Pi plates then route that, via python, into the web interface to give you the graphic display. It kinda depends on how you want to do it. With the pi web server, anything can talk to it and display the graphics- a phone, tablet or laptop. You connect to the pi’s wireless and display the page in your browser of choice. That page, since it originates on the Pi, can be populated with whatever data you collected via the plates or any other interface, USB, GPIO, anything really. Accordingly, you could click a button on that page and send a signal out of the Pi to any device you have connected to it.
This sounds intriguing will have to learn python first at present I am at the “hello world” stage, huge learning curve but…