Search found 3 matches

by Alterane
Wed Jul 05, 2017 5:59 pm
Forum: General Discussion
Topic: ESP32 as an Access Point with the ability to store WiFi credentials (and other configurational data)
Replies: 5
Views: 19795

Re: ESP32 as an Access Point with the ability to store WiFi credentials (and other configurational data)

Thank you, but it worst than that...

I forgot the esp_wifi_connect().

Shame on me :/

But for sure if the string is store on a (const char *) in the code you don't need to use esp_wifi_connect(), after esp_wifi_start() the program connects itself ...

Weird..?!
by Alterane
Tue Jul 04, 2017 2:29 pm
Forum: General Discussion
Topic: ESP32 as an Access Point with the ability to store WiFi credentials (and other configurational data)
Replies: 5
Views: 19795

Re: ESP32 as an Access Point with the ability to store WiFi credentials (and other configurational data)

Hi, i have manage to make a http server who do some part of what you want. Now, the esp start with an AP not hidden with an SSID DEFAULT, and a server http with dhcp on 192.168.1.1. The http server avec an page with a form, asking for ssid name for the next AP, ssid name for the STA to connect and p...
by Alterane
Thu Jun 01, 2017 7:23 pm
Forum: ESP-IDF
Topic: Send and receive custom packet
Replies: 3
Views: 9226

Send and receive custom packet

Hi, I want to build a real secure mesh network without the use of standard protocol or limitation. I have seen this http://blog.podkalicki.com/esp32-wifi-sniffer/ to receive all packet with the promiscuous mode, i just need to find somthing to send custom packet, now because this work find :). I hav...