-->
Page 1 of 2

ESP8266 12F

PostPosted: Sat Feb 27, 2016 11:01 am
by Gaguts
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

Re: ESP8266 12F

PostPosted: Sat Feb 27, 2016 5:01 pm
by bbx10node
My personal favorite is the ESP8266 Arduino IDE first but there are many other options.

https://github.com/esp8266/arduino#ardu ... -wifi-chip

http://neilkolban.com/tech/esp8266/

Re: ESP8266 12F

PostPosted: Sat Feb 27, 2016 9:31 pm
by Gaguts
thank you, i will try it.

Re: ESP8266 12F

PostPosted: Sun Feb 28, 2016 6:42 am
by tomte76
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