Search found 4 matches
- Thu Mar 11, 2021 4:44 pm
- Forum: General Discussion
- Topic: ESP32 chip supports DPP?
- Replies: 5
- Views: 5453
Re: ESP32 chip supports DPP?
Thanks
- Mon Mar 08, 2021 3:46 pm
- Forum: General Discussion
- Topic: ESP32 chip supports DPP?
- Replies: 5
- Views: 5453
Re: ESP32 chip supports DPP?
Hi, I tried this example and it is working. But I have a couple of questions. In the dpp_enrollee_main.c there is this define: #ifdef CONFIG_ESP_DPP_BOOTSTRAPPING_KEY #define EXAMPLE_DPP_BOOTSTRAPPING_KEY CONFIG_ESP_DPP_BOOTSTRAPPING_KEY #else How do I use this? If I set any value for EXAMPLE_DPP_BO...
- Tue Feb 16, 2021 2:57 pm
- Forum: General Discussion
- Topic: ESP32 chip supports DPP?
- Replies: 5
- Views: 5453
Re: ESP32 chip supports DPP?
I will check that. Thanks
- Mon Feb 15, 2021 2:03 pm
- Forum: General Discussion
- Topic: ESP32 chip supports DPP?
- Replies: 5
- Views: 5453
ESP32 chip supports DPP?
ESP32 chip supports DPP? ( https://www.wi-fi.org/discover-wi-fi/wi-fi-easy-connect ) I want to setup wifi on a headless device (iot project) using dpp, from android app. Any info /pointers would be helpful. (I know there are other ways to setup, but all of them involves user entering ssid/password. ...