ESP8266 as access point

Hi. Reading the thread once again, I understand your problem.
Unfortunately this scenario won’t work right now, as the App uses SSL connection to the server.
So it will never connect (Arduino for ESP has only TCP server as of writing).
If it had SSL, then the steps would be:

  1. Create a User Defined Connection (there is an example for that)
    this should be a server SSL listener
  2. Modify BlynkProtocol.h to handle server-side authentication
    (these are small changes and we will include them later I think)

This could be done (with ordinary TCP) if App allowed non-SSL connections (but it doesn’t, yet).
@Pavlo, @Dmitriy what do you think?

1 Like