-->
Page 4 of 4

Re: Example: simple webserver

PostPosted: Sun Oct 18, 2015 9:13 am
by hygy
What is the correct way to clear this part of the flash?

Now i successfully cleared. But I think this is not the "beauty" way. I reflashed the original NODEMCU flash bin:

./esptool -bm qio -bz 512K -bf 40 -cp /dev/ttyUSB0 -cb 115200 -cd nodemcu -ca 0x00000 -cf nodemcu_float_0.9.6-dev_20150704.bin

than flash back the new espruino flash:

./esptool -bm qio -bz 512K -bf 40 -cp /dev/ttyUSB0 -cb 115200 -cd nodemcu -ca 0x00000 -cf espruino_esp8266_board_0x00000.bin -ca 0x10000 -cf espruino_esp8266_board_0x10000.bin

Re: Example: simple webserver

PostPosted: Sun Oct 18, 2015 11:03 am
by kolban

Re: Example: simple webserver

PostPosted: Sat Nov 14, 2015 1:40 pm
by Sergey Lyubka
Smart.js web server example (which also uses nodejs-like API) is described here:

https://www.cesanta.com/developer/smart ... er_example

Smart.js latest binaries are always available at https://github.com/cesanta/smart.js#doc ... -downloads

Comments / feedback welcome.