Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 8 months ago.
Send I2C commands received from web server
I would like to control some I2C units using the mbed. For easy GUI and different platforms I think the best way would be to make a web interface. Easy to make by HTML and no software necessary on client side, just open web browser and connect the mbed at TCP/IP address. What is the best way now to send the I2C commands according to the values changing on website? HTML5 web sockets are nice, but not available for every web browser. Any other way? CGI?
Thanks for your help in advance!