-->
Page 1 of 2

Programming without Serial

PostPosted: Tue Dec 23, 2014 6:18 am
by donnib
Hi,
I got NodeMCU working and got telnet working in it. How do i upload an lua file thru the network without ever using the serial ? I want to use the serial for GPIO.

donnib

Re: Programming without Serial

PostPosted: Tue Dec 23, 2014 6:20 am
by alonewolfx2
donnib wrote:Hi,
I got NodeMCU working and got telnet working in it. How do i upload an lua file thru the network without ever using the serial ? I want to use the serial for GPIO.

donnib

you can use my tool. you need just one time upload wifiagent with serial with mytool and you can control your esp over wifi.
http://www.esp8266.com/viewtopic.php?f=22&t=707

Re: Programming without Serial

PostPosted: Tue Dec 23, 2014 7:30 am
by donnib
alonewolfx2 wrote:
donnib wrote:Hi,
I got NodeMCU working and got telnet working in it. How do i upload an lua file thru the network without ever using the serial ? I want to use the serial for GPIO.

donnib

you can use my tool. you need just one time upload wifiagent with serial with mytool and you can control your esp over wifi.
http://www.esp8266.com/viewtopic.php?f=22&t=707


thx, so that's windows only right ? Can i after i do this use terminal to upload or does it have to be thru this specific app you have developed ?

Re: Programming without Serial

PostPosted: Tue Dec 23, 2014 2:55 pm
by scargill
While the idea of using Telnet is great, don't you think you're going to lose a reasonable amount of valuable RAM doing this?

Did you check how much RAM is left with and without the Telnet code installed?


donnib wrote:Hi,
I got NodeMCU working and got telnet working in it. How do i upload an lua file thru the network without ever using the serial ? I want to use the serial for GPIO.

donnib