Search found 8 matches

by joel69100
Tue Dec 05, 2023 6:51 pm
Forum: General Discussion
Topic: Building esp-idf-provisioning-android application
Replies: 0
Views: 2443

Building esp-idf-provisioning-android application

Hello I'm looking at provisioning topics and would like to test several things. Actually I wonder about how to build the "esp-idf-provisioning-android" application that is available at https://github.com/espressif/esp-idf-provisioning-android/tree/master/app There is no readme, no instruction to do ...
by joel69100
Wed Oct 04, 2023 8:14 pm
Forum: ESP-IDF
Topic: Why signer validity of ESP crypto auth utility is so short ?
Replies: 5
Views: 1856

Re: Why signer validity of ESP crypto auth utility is so short ?

Answering my question at the same time I'm writing, the source code of the esp32 firmware utility is on the same repo, on a separated branch :lol:
by joel69100
Wed Oct 04, 2023 8:11 pm
Forum: ESP-IDF
Topic: Why signer validity of ESP crypto auth utility is so short ?
Replies: 5
Views: 1856

Re: Why signer validity of ESP crypto auth utility is so short ?

Thanks, this confirms my understanding that the signer is temporary used I start to have a better understanding of the global process. On the other hand I have used the esp crypto auth utility successfully, very simple to use. One details maybe you know : I have not found the sources of the utility ...
by joel69100
Wed Oct 04, 2023 6:23 am
Forum: ESP-IDF
Topic: Why signer validity of ESP crypto auth utility is so short ?
Replies: 5
Views: 1856

Re: Why signer validity of ESP crypto auth utility is so short ?

Hello again, Just to develop a bit this question: the topic behind this is that my devices will expose their public key to a server to perform authentication. Server should be able to validate the authenticity of the device. I would like to achieve verification of the public key using the signer (I ...
by joel69100
Sun Oct 01, 2023 10:08 pm
Forum: ESP-IDF
Topic: Why signer validity of ESP crypto auth utility is so short ?
Replies: 5
Views: 1856

Why signer validity of ESP crypto auth utility is so short ?

Hello, I'm trying to understand the full process to perform provisioning of an ATECC608B. I particularly checked at https://github.com/espressif/esp-cryptoauthlib/blob/master/esp_cryptoauth_utility/README.md and this looks really simple. I wonder bout one thing there: why the signer certificate vali...
by joel69100
Tue Aug 08, 2023 4:31 pm
Forum: IDEs for ESP-IDF
Topic: Using esp-protocols with vscode extension
Replies: 1
Views: 5999

Using esp-protocols with vscode extension

Hello esp forum !

How is it possible to use extra components from esp-protocols repository from espressif with the vscode extension ?

There are paths options for other such as MDF etc but nothing to use other repositories.

Thanks for the help

Joel
by joel69100
Tue Aug 08, 2023 5:00 am
Forum: IDEs for ESP-IDF
Topic: Using extra components esp-protocols with vscode extension
Replies: 1
Views: 5526

Using extra components esp-protocols with vscode extension

Hello

I would like to know how to use extra components such as esp-protocols repository (https://github.com/espressif/esp-protocols) with the vscode IDF extension.

Where to add the path to the repo so that my project can find and use the components ? I don't found the information.

Thanks

Joel
by joel69100
Sun Jun 07, 2020 2:57 pm
Forum: ESP-MDF
Topic: WiFi Mesh starting with no router to the internet
Replies: 0
Views: 3333

WiFi Mesh starting with no router to the internet

Hello, I'm interested by the WiFi mesh technology. I'm going to buy several ESP32 boards to make testing for my application (I have only one for prototyping actually). I think I will start with the "ip internal network" example, seems to fit my application with the MQTT stuff. I need communication f...