Search found 4 matches
- Mon May 22, 2017 8:45 pm
- Forum: General Discussion
- Topic: ESP32 as access_point
- Replies: 1
- Views: 4090
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...
- Sat May 20, 2017 10:19 am
- Forum: General Discussion
- Topic: Arduino_esp32 wifi communication
- Replies: 0
- Views: 3048
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...
- Sat May 20, 2017 10:00 am
- Forum: ESP32 Arduino
- Topic: Arduino_esp32 wifi error
- Replies: 2
- Views: 8610
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..
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..
- Fri May 12, 2017 8:19 am
- Forum: ESP32 Arduino
- Topic: Arduino_esp32 wifi error
- Replies: 2
- Views: 8610
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...