T O P I C R E V I E W |
ulla315 |
Posted - 11/25/2019 : 01:52:42 Hi there, is it possible to enter wifi passwords longer than 16 chars in the device? My wifi key has 22 chars.
Best regards and thanks in advance Martin |
3 L A T E S T R E P L I E S (Newest First) |
EmfDev |
Posted - 11/27/2019 : 10:32:41 It should be the standard at command like <AT+CWJAP="USERNAME","PASSWORD">>
Anyway when you enter a command you need to start it when '<' and end it with '>>' like the one above.
Try this https://www.espressif.com/sites/default/files/documentation/4b-esp8266_at_command_examples_en.pdf
Anyway when you use at command on the unit to connect, it won't still send data online because the variable is not set. So you need to connect the to wifi first using <= 16 char password to toggle the variable. Then you can disconnect then connect with the long password using AT command. |
ulla315 |
Posted - 11/27/2019 : 05:03:26 Hi EmfDev,
I did some tests and found the ESP8266 AT version @1.2.0.0
--- AT version:1.2.0.0(Jul 1 2016 20:04:45) SDK version:1.5.4.1(39cb9a32) Ai-Thinker Technology Co. Ltd. Dec 2 2016 14:21:16 ---
This one unfortunately is not responding to <AT+CWJAP...>>, <AT+CWJAP_CUR...>> aso.
Do you have any idea which commands apply to 1.2.0?
Or is it possible to update the firmware of the ESP (without opening the case)?
Best regards Ulla
|
EmfDev |
Posted - 11/25/2019 : 10:35:14 Hi ulla315, it's impossible for the 320+V5 to support more than 16chars wifi key. But there might be a workaround if you send AT commands. |