I am having a heck of a time trying to get the esp connected to the hardware serial of my arduino. All it will do is blink the light on the esp and then reset. I have tried using the:
//esp.begin(NULL, 3, &serialEsp);
I have to fill in the pin #3 or I get compile error. Can someone point me in the correct direction. Thank you