Search found 4 matches

by khazi123
Mon May 22, 2017 8:45 pm
Forum: General Discussion
Topic: ESP32 as access_point
Replies: 1
Views: 3979

ESP32 as access_point

Hi, I have added ESP32 libraries on Arduino platform , I have configured esp32 as an access point(named 'esp32_AP', first it connect to local network and generate its own ssid to other users) and now i can connect my smartphone to esp32_AP, till then its fine but the problem is i am unable to surf i...
by khazi123
Sat May 20, 2017 10:19 am
Forum: General Discussion
Topic: Arduino_esp32 wifi communication
Replies: 0
Views: 2969

Arduino_esp32 wifi communication

Hello, espressif's 'wifi.h' fits well on Arduino but i looking for esp32 intercommunication ie, data transfer between two esp32 boards via wifi. also looking further for wifi-mesh,ring and start topology. How can i proceed? do i need any special libraries for this, please assist me, Thanks & regards...
by khazi123
Sat May 20, 2017 10:00 am
Forum: ESP32 Arduino
Topic: Arduino_esp32 wifi error
Replies: 2
Views: 8405

Re: Arduino_esp32 wifi error

Hello,

Thanks for your suggestion, actually it was contradicting with arduino 'WiFi.h' header file. Upon compiling the code it was directing/accessing the WiFi.h of arduino library but i renamed it to WiFi_ard.h and now it is accessing espressif WiFi.h and working fine.





Thanks again.. :D
by khazi123
Fri May 12, 2017 8:19 am
Forum: ESP32 Arduino
Topic: Arduino_esp32 wifi error
Replies: 2
Views: 8405

Arduino_esp32 wifi error

hi, I have added esp32 libraries to Arduino, after running the example code wifiscan i am getting error.. Some people suggested that there is another file with the same name (wifi.h) in arduino which might be the reason. They asked me to change the name of wifi.h headder file to esp32wifi.h but i wo...