-->
Page 13 of 14

Re: How to use local Cloud update of own code

PostPosted: Mon Jun 01, 2015 10:48 am
by scratchrobot
tavalin wrote:Thanks.

The schematic for the one you linked has 3 relays, did you have to rearrange for 1 relay?


I just used one relay, did not have to rearrange anything, to use the Display you have to uncomment two lines from the source and compile the code yourself http://www.esp8266.com/viewtopic.php?f=9&t=820

Re: How to use local Cloud update of own code

PostPosted: Mon Jun 01, 2015 12:36 pm
by Pablo2048
scratchrobot wrote:You better start by installing the Sming framework and make sure you can compile the examples.
Then install a webserver so your esp8266 can download the compiled Basic_AirUpdate example.

To edit and compile the code from a webpage i used PHP and CodeMirror but if you little experience with PHP..etc than it is not simple :( Maybe Github can help you finding some examples to do the same thing.

Thank You for Your guide - i'l try to digg deeper and learn something new for me :-)

Re: How to use local Cloud update of own code

PostPosted: Tue Jun 02, 2015 5:48 pm
by scratchrobot
Pablo2048 wrote:
scratchrobot wrote:You better start by installing the Sming framework and make sure you can compile the examples.
Then install a webserver so your esp8266 can download the compiled Basic_AirUpdate example.

To edit and compile the code from a webpage i used PHP and CodeMirror but if you little experience with PHP..etc than it is not simple :( Maybe Github can help you finding some examples to do the same thing.

Thank You for Your guide - i'l try to digg deeper and learn something new for me :-)


Your welcome, i also learned it that way ;) I think it is best to start developing on your computer with a local server, i use https://www.mamp.info/en/. or use a virtual machine if you want to develop on a different OS https://www.virtualbox.org/wiki/Downloads. Good luck, if you need more help try contact me on my YTube channel.

Re: How to use local Cloud update of own code

PostPosted: Tue Jun 30, 2015 3:15 pm
by taribo_m
chandan2002x wrote:Hi Bananis,
The IIS setup creating some of my friends.
I have created an application which does not require the IIS setup. The application creates the server on port:80 and replies on required command.
Anybody needs to follow your make file and corresponding modification in at_ipcmd.c.

The setup can be found at
https://github.com/chandan2002x/ESP-LOCAL-SERVER-UPDATE


Hi chandan2002x,
Can you share your code for this application you created ?