jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

Reset µC using curl #514

Closed HNeumeier closed 3 years ago

HNeumeier commented 3 years ago

Hello, is it possible to reset the attached Microcontroller with a curl command from my automation software, because often the Webinterface is working but no Messages comming from the Serial attached Microcontroller and after Reset uC everything is working again.

uzi18 commented 3 years ago

Yes it is :)

HNeumeier commented 3 years ago

and how. http://192.168.2.52/console.html ...................

uzi18 commented 3 years ago

Try http://192.168.2.52/console/reset

HNeumeier commented 3 years ago

thanks for your help,it is working.

uzi18 commented 3 years ago

It is also possible that problem is somewhere else.

uzi18 commented 3 years ago

Try my build from issue #513

uzi18 commented 3 years ago

@HNeumeier did you tried?

HNeumeier commented 3 years ago

yes, it is working the command resets the Mikrokontroller, thanks..