Search found 7 matches

by RavenHawk
Mon Mar 01, 2021 5:11 pm
Forum: ESP-IDF
Topic: Web Server with ESP-MESH
Replies: 2
Views: 4520

Re: Web Server with ESP-MESH

Hi RavenHawk Have you by any chance solved your problem concerning GET/POST requests in combination with an ESP-MESH network? I would like to combine a large amount of esp32 together into a MESH-Network. Each ESP32 should serve as a webserver. I would like to connect a handheld device (i.e. tablet,...
by RavenHawk
Tue Aug 20, 2019 11:17 pm
Forum: ESP-IDF
Topic: Web Server with ESP-MESH
Replies: 2
Views: 4520

Web Server with ESP-MESH

I would like to handle GET and POST requests in the root node of my mesh. I tried combining the example from protocols\http_server\simple with the ESP-MESH Internal Communication example. The response to GET requests stops once I uncomment the esp_mesh_start() function. Is it possible to combine the...
by RavenHawk
Thu Aug 01, 2019 10:43 pm
Forum: ESP32 Arduino
Topic: ESP-NOW: Concurrent Master and Slave
Replies: 1
Views: 5458

ESP-NOW: Concurrent Master and Slave

I am interested to use ESP-NOW as a means to transmit data between two ESP32's back and forth, - each ESP receives and sends data, taking turns. The example library provides an example sketch for Slave and one for Master, which allows for one-directional data flow. However, I would like to use ESP-N...
by RavenHawk
Tue Sep 04, 2018 4:58 am
Forum: General Discussion
Topic: WPA2 Enterprise connection
Replies: 20
Views: 48932

Re: WPA2 Enterprise connection

Oh, so this pull uses the ESP-IDF libraries ( https://github.com/espressif/esp-idf/pull/2354 ). I am using the Arduino IDE with the latest Arduino-ESP32 libraries: https://github.com/espressif/arduino-esp32 Is there a way to make this work whilst using the Arduino-ESP32 1.0.0 Libraries? If not, does...
by RavenHawk
Tue Aug 28, 2018 6:00 pm
Forum: General Discussion
Topic: WPA2 Enterprise connection
Replies: 20
Views: 48932

Re: WPA2 Enterprise connection

One idea for troubleshooting is to use something like Kali Linux to monitor the conversation between the Radius and ESP32 to gain a better understanding of the problem. I would imagine there's a way to filter the wireless interactions and narrow them down to just the conversation involving the ESP32...
by RavenHawk
Wed Feb 21, 2018 10:24 pm
Forum: General Discussion
Topic: WPA2 Enterprise connection
Replies: 20
Views: 48932

Re: WPA2 Enterprise connection

Oh, I might know why some got it to work. Those that have it working, could you please confirm that instead of Arduino IDE https://github.com/espressif/arduino-esp32, you use the official ESP-IDF https://github.com/espressif/esp-idf?
by RavenHawk
Thu Feb 15, 2018 8:14 am
Forum: General Discussion
Topic: WPA2 Enterprise connection
Replies: 20
Views: 48932

Re: WPA2 Enterprise connection

Same problem as gwhizz. Core Debug Level: "Verbose". Serial reads: Connecting to ssid-example [D][WiFiGeneric.cpp:265] _eventCallback(): Event: 2 - STA_START .Guru Meditation Error: Core 1 panic'ed (LoadProhibited) . Exception was unhandled. Register dump: PC : 0x4012b75d PS : 0x00060530 A0 : 0x8012...