-->
Page 1 of 1

Startup mode sketch fo esp-arduino - Request For Comments

PostPosted: Wed Apr 13, 2016 10:49 am
by Boyan Djumakov
Hi all,
I was looking for a simple sketch around that would allow me to easily define the mode the ESP would start into:
    Regular mode - any custom sketch would be executed
    Config mode - would start an AP with a simple UI to configure params into a file in the SPFFS.
    OTA - as the esp-arduino can already do the OTA, we will be able to do it as well.
I couldn't find such a project so I slowly started one of my own in GitHub and I have some questions:
1. Is there already such a project done? I'd rather reuse something (and contribute to) than reinvent the wheel.
2. As I'm not a good C developer, I would appreciate some help and/or ideas and code reviews.

The main goal is to keep things as slim as possible, even if this would cost some of the more fancy features.

Thank you in advance,
Boyan.