-->
Page 2 of 2

Re: Different ways to program ESP8266

PostPosted: Fri Oct 28, 2016 6:23 am
by EngKeera
Yeah, the Arduino IDE was a relief when it finally got my code working. However I am planning to get more performance out my chip, so I guess I'll need some of that low level control you mentioned :D

Re: Different ways to program ESP8266

PostPosted: Fri Oct 28, 2016 8:45 am
by piersfinlayson
I've published some very simple non-OS SDK sample apps at:

https://github.com/piersfinlayson/esp-sdk-samples

These were originally developed for an esp8266 hackathon workshop I ran at my workplace, to help beginners come up to speed writing, compiling and installing apps on wemos d1 mini boards, and they assume running a linux build environment with esp-open-sdk https://github.com/pfalcon/esp-open-sdk installed.

They show a few techniques like writing to GPIOs, using wifi callbacks, and reading/writing directly to/from flash.

Re: Different ways to program ESP8266

PostPosted: Fri Oct 28, 2016 12:09 pm
by EngKeera
Thanks a LOT!