-->
Page 1 of 1

Advice needed: Wifi Serial Bridge & Web Server with Teensy

PostPosted: Wed Feb 10, 2016 8:11 am
by llrjt100
I have existing reliable code which uses an Ethernet Shield R3 with a Teensy MCU to serve a configuration webpage on one port and a serial command interface on another port (TCP Serial bridge?). I want to replace the Ethernet Shield with the ESP8266 with minimum recoding.

As far as I can see, there are two basic approaches:
1. AT commands. I have a web server running with AT commands. Is it possible to establish an AP mode TCP/UDP link with AT commands - a simple serial bridge?
2. Lua or Arduino code running on the ESP8266.

I'd be grateful for any advice please :-)