Chat freely about anything...

User avatar
By Gaguts
#41999 Hello guys,

My name is Augusto, im 20yo, brazilian(not very good in english lol), formed in mechatronics. I recently bought an ESP8266- 12f, on Aliexpress, to create few projects, is my first contact with ESP8266, i read few topics about it and was pretty exacite to begin. However i dont know what software donwlaod, and another important aspects to begin, my mistake was forget that the all content on their website is in chinese, so if anyone can just appoint me the right direction, or tips, i would appreciate, thank you for reading !!

http://pt.aliexpress.com/item/ESP8266-serial-WIFI-Witty-cloud-Development-Board-ESP-12F-module-MINI-nodemcu/32570112281.html
User avatar
By tomte76
#42039 I'm doing development in plain C using the esp-open-sdk toolchain and the espressif non-os SDK

https://github.com/pfalcon/esp-open-sdk

A good application to start your own firmware and learn from is esp-mqtt

https://github.com/tuanpmt/esp_mqtt

You'll find SDK and API documentation also in English on the espressif website.

have fun :D