I'm trying to use an ESP8266 as a WiFI 'shield' of a Teensy 3.2 board.
I installed Arduino Ide + Teensyduino and now I'm trying to properly setup the environment to code into teensy a simple UDP 'server' (something like Udp.ino source code provided with ESP8266). Of course I would like to use high-level esp8266 API.
I executed some example code to check the wirings between Teensy and ESP8266 and I can see it's working fine (AT commands are working).
The problem are coming when I try to use high level code because I cannot setup properly Arduino IDE to use Teensy board and use ESP8266 libraries.
There's an high level API to use ESP8266 board as wifi shield to Teensy board ?