Looking at the RN-171XV on the web, I see: "Onboard TCP/IP stack includes DHCP, UDP, DNS, ARP, ICMP, HTTP client, FTP client and TCP". You would have to implement an HTTP server. The basic protocol isn't that complicated, it just accepts a connection from a client (browser) which sends a...