A place to put your YouTube video that is ESP8266 related.

User avatar
By timer_smx
#88155 In this video you can find some useful examples in terms of how to establish
TCP communication and how to build HTTP Client on your ESP module.
This part covers data transfer samples using both HTTP and HTTPS protocols.
ESP SDK 3.0 also provides some capabilities to make JSON messages parsing.
Brief overview is made here for these SDK features to parse JSON messages,
received from remote HTTP REST Service.

Presented solution is built using ESP NONOS SDK V3.0.0 combined with ESP8266 Open SDK toolchain.
This allows you to develop and build C Applications for ESP locally in Eclipse,
without any use of Virtual Machines.
Examples provided do work without any dependencies on a heavy Arduino framework.
Application source code can be compiled and flashed using standard SDK tools.