improv-wifi / sdk-cpp

Apache License 2.0
55 stars 8 forks source link

[Feature request] Code samples and documentation. #9

Open sblantipodi opened 2 years ago

sblantipodi commented 2 years ago

Hi all, is there any plan on creating a documentation or some small code samples for esp8266?

I can't make it to work on esp8266.

Thanks

PaulWieland commented 2 years ago

+1 for getting a simple .ino sketch that shows the basics of how to implement improv. It would go well with @witnessmenow's ESP-Web-Tools-Tutorial.

sblantipodi commented 2 years ago

in the mean time I had it working on my project but it was a pain and I still have some doubts that I have done it well. it works but it took too many hammring.

PaulWieland commented 2 years ago

Would you mind sharing your code? (even if its a mess).

sblantipodi commented 2 years ago

most projects using improv are open source, you can look at these projects... every projects has its own implementation.

https://github.com/sblantipodi/arduino_bootstrapper/blob/feefcb27125e5e412a51e2a259590e59deefe1ee/src/WifiManager.cpp#L749