morrissinger / ESP8266-Websocket

A websocket library for the ESP-8266.
305 stars 119 forks source link

Need connecting.... #19

Closed toastedmango closed 8 years ago

toastedmango commented 8 years ago

Hello, Thanks for making this. I'm very new to the arduino world, have been reading on several websites about using using esp8266 and websockets. I'm hoping someone can help me, After uploading my sketch to the esp8266, I was wondering how do you set up the esp8266 to the serial monitor in the arduino IDE so I can hopefully see what's coming through. Presently I just show a blue light coming off of the esp8266, but I need sometype of monitor to see how what text is spitting out. Thanks in advance...

morrissinger commented 8 years ago

You should connect an FTDI interface between the serial interface of the ESP and the USB interface of your computer. Hope that helps. Closing the issue as it's not really an issue with the repo.