-->
Page 1 of 1

Carrying code and files to NonOS SDK from Arduino IDE

PostPosted: Fri Aug 18, 2017 4:00 am
by msmorkan
Hello friends,

We are on a project that creates a specific web server and also includes .html and .png files in it's flash. I completed it with Arduino Framework. But manager wants me to do it on official SDK. I could not find any guide to write a whole new code for nonOS SDK. Also Espressif hasn't got enough example on that. Is there any guide that can help me to learn how to write C code for ESP? and can I find all those libraries for nonOS SDK (ESP8266WebServer, FS, EEPROM(or similar) etc.)?

Second question is about SPIIFS. OK I know how to flash .bin file to its address. But how to create a new .bin file that contains my html and png files?

Thanks a Lot