Just a few simple questions? Please help!?
Posted: Wed Mar 25, 2015 9:53 pm
Hello,
Just a few quick easy questions (I hope!) and I would really appreciate your help...
I have an ESP8266 hooked up to a third party microprocessor (not Arduino) which is driving the AT commands and collecting data from the internet via my home WiFi access point.
1 - Can I send data TO the ESP8266 over WiFi? For example, I want to set 'AT+CWMODE=2' and then connect to its softAP with my laptop. Is there any way to send a string to the module that could then be relayed to the microprocessor through the Rx/Tx pins for example??
2 - If I were to flash the unit with the Lua Firmware in order to make it a server, does it loose its other capabilities in terms of connecting to an access point and collecting information from the internet??
3 - I have seen a video of a someone controlling an LED from the ESP's onboard web server (they were using Lua of course). I understand that I can control the digital state of the GPIO pins (3.3v ON or OFF), but can I send serial data on these pins using Lua code, for example "Hello World"?
Thanks in advance for your help,
George
Just a few quick easy questions (I hope!) and I would really appreciate your help...
I have an ESP8266 hooked up to a third party microprocessor (not Arduino) which is driving the AT commands and collecting data from the internet via my home WiFi access point.
1 - Can I send data TO the ESP8266 over WiFi? For example, I want to set 'AT+CWMODE=2' and then connect to its softAP with my laptop. Is there any way to send a string to the module that could then be relayed to the microprocessor through the Rx/Tx pins for example??
2 - If I were to flash the unit with the Lua Firmware in order to make it a server, does it loose its other capabilities in terms of connecting to an access point and collecting information from the internet??
3 - I have seen a video of a someone controlling an LED from the ESP's onboard web server (they were using Lua of course). I understand that I can control the digital state of the GPIO pins (3.3v ON or OFF), but can I send serial data on these pins using Lua code, for example "Hello World"?
Thanks in advance for your help,
George