-->
Page 1 of 1

need help!

PostPosted: Mon Jun 22, 2015 11:10 am
by ian l
hi,

i'm trying to use the esp01 to send data over internet, but i can't seem to find any exmples on what i'm trying to do, if anyone could help i'd be grateful.

all i want to do is send data from a telnet program on my computer to the esp01 & have it output the the data on it uart which is connected to a serial treminal on another computer, ive tried the nodemcu telnet demo & even tho it's connect's & give me a wellcome msg it will not send data from telnet computer to esp01 any idea?

ian

Re: need help!

PostPosted: Mon Jun 22, 2015 12:20 pm
by kolban
Howdy Ian,
Most forums don't really provide a step-by-step ... what I'd suggest you do is google on "ESP8266 tutorials". If you can get some basic functions going, that may help bootstrap you knowledge. If you have a specific goal in mind such as you described in your forum post, it is usually good form to described what you have tried, what outcomes you received and what is your current challenge. Chances are that a large puzzle (such as a project) is best solved by breaking it down into much smaller and discrete steps where, when each one is solved in turn, you end up with the complete solution.

I'd also suggest that you will get better responses by picking a single and specific discrete puzzle and after you have researched that area yourself and still have questions, then post those questions. The community is here to help.

You might also want to give your forum posts descriptive subjects that will guide folks with specialist knowledge to your aid.

This description of good forum posting has been my guide for years.

http://www.catb.org/~esr/faqs/smart-questions.html

Re: need help!

PostPosted: Mon Jun 22, 2015 12:36 pm
by ian l
https://petestechprojects.wordpress.com ... fi-module/

got the above to work but would like to drop the AT+ command & only have the data going back forth, help?

Re: need help!

PostPosted: Mon Jun 22, 2015 12:39 pm
by ian l
thanks for the tip.