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

User avatar
By martinayotte
#65206 esp-link is really a bridge between a tcp telnet client connection and serial port.
If you wish to push JSON data directly on a server, it is better to write your own firmware.
Otherwise, it is the server that will have to manage the incoming data from serial, remotely using tcp connection.
User avatar
By lcoulon
#65208 At server side ( distant host ) i plan to process the GET request with a php file, it will put the incomming data into a txt or JSON file.

The only thing i will is getting ESP-12 board pushing out data coming-in in its RX UART pin to over that distant server with a GET command.

Is there a tuto to do this ?
User avatar
By lcoulon
#65236 For my project i only need ESP-12 receives datas from its UART RX pin and pushes it to distant server.

Actually ESP-12 would act as a TCP client and would send a GET command.

Can someone tell me how i could do that ?
I did not find the way to do it with "esp-link" project.

Many thanks,