Search found 11 matches
- Fri Aug 18, 2023 12:21 pm
- Forum: ESP-IDF
- Topic: Issue with FS Library: undefined reference to `vtable for fs::FileImpl'
- Replies: 2
- Views: 1663
Re: Issue with FS Library: undefined reference to `vtable for fs::FileImpl'
Hi Thanks for your response!! I added the FS library using "Arduino as component" method. The same way I added Arduino libraries like WiFi, SPI and EEPROM library. It works for me. While adding FS only I got error. Is there any possibilities to add Arduino FS dependencies with IDF? I didn't find any...
- Fri Aug 18, 2023 4:43 am
- Forum: ESP-IDF
- Topic: Issue with FS Library: undefined reference to `vtable for fs::FileImpl'
- Replies: 2
- Views: 1663
Issue with FS Library: undefined reference to `vtable for fs::FileImpl'
Hi I created My Arduino Project as component in ESP-IDF version 5.1. It was worked. But I just added the FS library in my ESP IDF project. This is the library link: https://github.com/espressif/arduino-esp32/tree/esp-idf-v5.1-libs/libraries/FS It was showing error like esp-idf/arduino/libarduino.a(v...
- Tue Aug 08, 2023 5:41 am
- Forum: ESP-IDF
- Topic: Issue with converting Arduino Project into ESP-IDF
- Replies: 1
- Views: 1710
Issue with converting Arduino Project into ESP-IDF
Dear Team I want to convert my project (developed by using Arduino IDE) into ESP-IDF 5.1 I referred this URL: https://espressif-docs.readthedocs-hosted.com/projects/arduino-esp32/en/latest/esp-idf_component.html But converting my project file throws error in esp-idf v5.1 The error is: CMake Error a...
- Fri Jul 14, 2023 12:07 pm
- Forum: ESP32 Arduino
- Topic: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING
- Replies: 10
- Views: 8858
Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING
Thank you!!
Its working for me in IDF V5.1.
Is there any possibility to test WPA3 (Access point) using Arduino IDE.
How to configure WPA3 in Access Point using Arduino IDE compiler.
Regards
Brindha K
Its working for me in IDF V5.1.
Is there any possibility to test WPA3 (Access point) using Arduino IDE.
How to configure WPA3 in Access Point using Arduino IDE compiler.
Regards
Brindha K
- Wed Jul 05, 2023 10:27 am
- Forum: ESP32 Arduino
- Topic: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING
- Replies: 10
- Views: 8858
Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING
Hi
When I run this command "git pull", It was throwing an error like "fatal: unable to access 'https://github.com/espressif/esp-idf.git/': SSL certificate problem: self signed certificate in certificate chain"
Kindly help me to resolve this issue.
Regards
Brindha K
When I run this command "git pull", It was throwing an error like "fatal: unable to access 'https://github.com/espressif/esp-idf.git/': SSL certificate problem: self signed certificate in certificate chain"
Kindly help me to resolve this issue.
Regards
Brindha K
- Thu Jun 29, 2023 11:06 am
- Forum: ESP32 Arduino
- Topic: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING
- Replies: 10
- Views: 8858
Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING
Hi I used "esp-idf v5.1-rc2" download link https://dl.espressif.com/github_assets/espressif/esp-idf/releases/download/v5.1-rc2/esp-idf-v5.1-rc2.zip and setup tools version "esp-idf-tools-setup-offline-5.0.2" download link https://dl.espressif.com/dl/esp-idf/ I didn't get AP configurations like yours...
- Fri Jun 23, 2023 11:01 am
- Forum: ESP32 Arduino
- Topic: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING
- Replies: 10
- Views: 8858
Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING
Hi Team! I tried to Configure WPA3 in Access Point Mode as well as Station Mode using esp-idf v5.0.2. Two types of tests I did, one is (1) In Station Mode, I can able to configure WPA3 and successfully established a connection over WPA3 configurations and also options are there in menuconfig to enab...
- Wed Jun 21, 2023 10:19 am
- Forum: ESP32 Arduino
- Topic: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING
- Replies: 10
- Views: 8858
Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING
Hi Team
I am awaiting for your reply.
I need to configure 4 way handshaking in AP Mode.
Am using Arduino IDE for development. Guide me to enable 4 way handshaking in Arduino IDE
Regards
Brindha K
I am awaiting for your reply.
I need to configure 4 way handshaking in AP Mode.
Am using Arduino IDE for development. Guide me to enable 4 way handshaking in Arduino IDE
Regards
Brindha K
- Fri Jun 16, 2023 7:33 am
- Forum: ESP32 Arduino
- Topic: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING
- Replies: 10
- Views: 8858
Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING
Hi
Thank u for the Reply. I need to set the menuconfig options in arduino IDE. Please guide me to set up the options in Arduino IDE.
Thank u for the Reply. I need to set the menuconfig options in arduino IDE. Please guide me to set up the options in Arduino IDE.
- Fri Jun 09, 2023 8:57 am
- Forum: ESP32 Arduino
- Topic: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING
- Replies: 10
- Views: 8858
ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING
Hi I am working with esp32s2 module as Access point. I want to use 4way-handshake in the AP mode. For STA mode I can configure WPA3 authentication and there is possibilities for enabling 4way-handshaking. I need to configure the same in AP mode. How to configure 4way-handshaking in AP mode. Please h...