Hi,
I have these three questions:
- The ESP-IDF V4.1 works with the ESP32-S2-Saola-1?
- For when the ESP-IDF version 4.2 and HMAC?
- It will be possible to use HMAC to signing MQTT messages?
Best regards,
Renato Pinheiro
Questions about ESP32-S2
-
- Posts: 7
- Joined: Thu Apr 09, 2020 2:25 pm
Re: Questions about ESP32-S2
Can someone answer the first one so I can buy the kit?
Best regards,
Renato Pinheiro
Best regards,
Renato Pinheiro
Re: Questions about ESP32-S2
Hi Renato,
ESP32-S2 chip will be supported in release v4.2.
In release v4.1, only the ESP32-S2-beta chip (the engineering samples, not the final production chip) is supported.
Hardware HMAC support has been added in commit https://github.com/espressif/esp-idf/co ... 4e061660ba, but for now we don't have examples of using HMAC functions, yet. Another thing that is missing in order to successfully use HMAC is the ability to write the key into ESP32-S2 efuses. At the moment espefuse.py doesn't support ESP32-S2, yet, but this support will be merged in the next couple of weeks.
ESP32-S2 chip will be supported in release v4.2.
In release v4.1, only the ESP32-S2-beta chip (the engineering samples, not the final production chip) is supported.
Hardware HMAC support has been added in commit https://github.com/espressif/esp-idf/co ... 4e061660ba, but for now we don't have examples of using HMAC functions, yet. Another thing that is missing in order to successfully use HMAC is the ability to write the key into ESP32-S2 efuses. At the moment espefuse.py doesn't support ESP32-S2, yet, but this support will be merged in the next couple of weeks.
-
- Posts: 7
- Joined: Thu Apr 09, 2020 2:25 pm
Re: Questions about ESP32-S2
ESP_igrr wrote: ↑Wed Apr 15, 2020 10:41 pmHi Renato,
ESP32-S2 chip will be supported in release v4.2.
In release v4.1, only the ESP32-S2-beta chip (the engineering samples, not the final production chip) is supported.
Hardware HMAC support has been added in commit https://github.com/espressif/esp-idf/co ... 4e061660ba, but for now we don't have examples of using HMAC functions, yet. Another thing that is missing in order to successfully use HMAC is the ability to write the key into ESP32-S2 efuses. At the moment espefuse.py doesn't support ESP32-S2, yet, but this support will be merged in the next couple of weeks.
Thanks, ESP_igrr,
I will be watching the ESP32-S2 support status.
Is any way to compile the ESP32-S2 with the git master repository or have to wait for the v4.2?
Best regards,
Renato Pinheiro
Re: Questions about ESP32-S2
Hi Renato,
Yes, you should be able to use the current master branch to build projects for ESP32-S2. The steps for building a project with ESP32-S2 are the same as for ESP32, with the addition of "idf.py set-target esp32s2" step to configure the project for the ESP32-S2 target. See https://docs.espressif.com/projects/esp ... p32s2.html for details.
By the way, documentation for HMAC module has been written and is now in review. It should appear on Github soon.
Yes, you should be able to use the current master branch to build projects for ESP32-S2. The steps for building a project with ESP32-S2 are the same as for ESP32, with the addition of "idf.py set-target esp32s2" step to configure the project for the ESP32-S2 target. See https://docs.espressif.com/projects/esp ... p32s2.html for details.
By the way, documentation for HMAC module has been written and is now in review. It should appear on Github soon.
Who is online
Users browsing this forum: markkuk and 348 guests