Chat freely about anything...

User avatar
By donnib
#5516 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
User avatar
By alonewolfx2
#5518
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
User avatar
By donnib
#5525
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 ?
User avatar
By scargill
#5561 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