Write own firmware to ESP8266
Posted: Sat Feb 20, 2016 3:32 pm
Hi!
This is my first post. I have been trying a school project involving Texas Instruments Tiva C and 3 Olimex wifi ESP8266 modules (https://www.olimex.com/Products/IoT/MOD-WIFI-ESP8266-DEV/open-source-hardware). Like it could be guesses, I'm trying to set some basic communication between them. Basically, I would just need the RSSI values measured by the wifi modules of an external wifi-source which are then sent to the micro-controller.
For a few days now, I'm wondering about the firmware. I have been playing with the AT commands but I have the feeling that's not going to work with them. I have seen around the net that you can upload different firmwares e.g., AT commands, lua-type, etc.. But which one should I choose? I have been thinking of writing my own firmware but the documentation about the Olimex module or Espressif ESP8266 are not so great. Is there anywhere a full listing of the libraries, functions, I/O, etc.. available? Thank you all in advance!
This is my first post. I have been trying a school project involving Texas Instruments Tiva C and 3 Olimex wifi ESP8266 modules (https://www.olimex.com/Products/IoT/MOD-WIFI-ESP8266-DEV/open-source-hardware). Like it could be guesses, I'm trying to set some basic communication between them. Basically, I would just need the RSSI values measured by the wifi modules of an external wifi-source which are then sent to the micro-controller.
For a few days now, I'm wondering about the firmware. I have been playing with the AT commands but I have the feeling that's not going to work with them. I have seen around the net that you can upload different firmwares e.g., AT commands, lua-type, etc.. But which one should I choose? I have been thinking of writing my own firmware but the documentation about the Olimex module or Espressif ESP8266 are not so great. Is there anywhere a full listing of the libraries, functions, I/O, etc.. available? Thank you all in advance!