So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By urbanze
#64625
alex_g wrote:
urbanze wrote:just a arduino ide, arduino not necessary, you can programmer esp with many methods.. but yes, you can control esp with another uC, i thnk at commands its ok


Hi urbanaze, I was just coming back to qualify my previous answer! :D

I have just been messing around with an ESP-05 for the first time, and you can indeed control it with AT commands!
I am not sure whether it has some custom firmware loaded to enable this, or whether that's how it comes out of the factory. Does anyone know?
This is what mine spits out on connection...

Code: Select allAi-Thinker Technology Co. Ltd.

ready
AT+GMR

AT version:1.1.0.0(May 11 2016 18:09:56)
SDK version:1.5.4(baaeaebb)
Ai-Thinker Technology Co. Ltd.
Jun 13 2016 11:29:20
OK



So maybe this will be sufficient for the original poster, I don't know. Sorry if I misled previously.
However I would take martinayotte's advice seriously on the limitation of communication with at commands.
OTOH, since the original poster only wants to connect two devices, this might be acceptable.



i think, the best way is make a simple serial reader and intepreter ON ESP8266, and send commands from another uC to esp, then, esp read and send to wifi,http, etc. AT Commands is VERYYY limited, caution. my opnion is a serial reader