Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By scratchrobot
#19129
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
User avatar
By Pablo2048
#19140
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 :-)
User avatar
By scratchrobot
#19288
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.
User avatar
By taribo_m
#22081
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 ?