Skip to content

Could you make a proper library out of this and maybe apply the following suggestions? #1

@SirPytan

Description

@SirPytan

It would be nice if this would be a proper library that can be used. But then you need to fix and improve some things.

  1. Password has a spelling mistake on the website that gets hosted.
  2. The SSID and Password should not be hard coded.
  3. For security reasons the password should never be printed to serial.
  4. On boards with a crypto chip, it would be good to use that to store the wifi password. (But I am not sure where to save the crypto key maybe it is a hardcoded key or this key is actually stored on the flash memory, not sure.)
  5. It would be good if it is not necessary to know the IP address to connect to the arduino, maybe it could have a fixed web address and uses it's own DNS resolver? Or when connecting to the wifi, it automatically redirects you to the page. So the created wifi does not use a password.
  6. It would be nice, if the website to connect to your wifi, would actually scan for all wifi's in reach, so you can just select one, instead of typing the SSID by hand, which can be annoying to do, if it is a long one, here is an example on how to do that: Example
  7. Using HTTPS for the login page, to make sure the password is not stolen on the way.

I am new to arduino programming, but I am trying to solve some of the things myself, but due to time constraints, I wish you could help me with some parts. The most important thing would be to get to the webpage without knowing the IP address.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions