I am a scrub when it comes to this ESP8266 stuff, I have had a lot of experience with Arduino and Microcontrollers but I simply am a little confused on this system.
I have a ESP8266 Module on its own, no USB to UART connection. Just pins for Vcc, GND, TX,RX, and GPIOs.
I understand that the ESP8266 Module has it's own microcontroller similar to an Arduino Uno, Nano, Mega, etc. And that there is a library for the ESP8266 that allows it to compile from Arduino code.
I wanted to know if there is a way to directly communicate stuff from an Arduino board to the ESP8266 Module as if it were a Arduino Wifi Shield? Is that possible to make the ESP8266 behave similar to that of a HC-05 Module for Arduino?
I really like the affordability of this device but I want to use it as the secondary system rather than the primary system.
Thank you to all who read