Search found 8 matches
- Mon Jul 02, 2018 3:31 am
- Forum: ESP-IDF
- Topic: Can I use http request in AP mode?
- Replies: 6
- Views: 9520
Re: Can I use http request in AP mode?
When I use esp-idf "http_request" sample code, the result is same. This is the log output below: I (16193) simple wifi: station:d8:a0:1d:40:8e:b4 join, AID=1 I (16693) simple wifi: (1)STA MAC:d8:a0:1d:40:8e:b4 IP:192.168.4.2 I (16693) simple wifi: mesh root IP:192.168.4.2 I (16693) simple wifi: DNS ...
- Thu Jun 28, 2018 10:39 am
- Forum: ESP-IDF
- Topic: Can I use http request in AP mode?
- Replies: 6
- Views: 9520
Re: Can I use http request in AP mode?
If my ESP32 working on APSTA mode, and I want to send a http request.
How to decide the http request send by AP or STA?
Because my ESP32 working on APSTA mode, maybe this condition is the problem?
BTW, I use ESP32 arduino library(https://github.com/espressif/arduino-esp32).
How to decide the http request send by AP or STA?
Because my ESP32 working on APSTA mode, maybe this condition is the problem?
BTW, I use ESP32 arduino library(https://github.com/espressif/arduino-esp32).
- Thu Jun 28, 2018 7:07 am
- Forum: ESP-IDF
- Topic: Can I use http request in AP mode?
- Replies: 6
- Views: 9520
Re: Can I use http request in AP mode?
As far as the TCP/IP layer is concerned, you don't have an AP, STA or wired connection, you only have a network with a bunch of IPs. As long as you have IP connectivity (which AP and STA both should give), you should be able to do http requests. But when I want to use AP sends an http request to th...
- Thu Jun 28, 2018 3:26 am
- Forum: ESP-IDF
- Topic: Can I use http request in AP mode?
- Replies: 6
- Views: 9520
Can I use http request in AP mode?
Hi all
I want to send http request from AP. Is it possible?
Or http request just can send from STA?
I want to send http request from AP. Is it possible?
Or http request just can send from STA?
- Wed Jun 27, 2018 7:49 am
- Forum: ESP-IDF
- Topic: How to use whitelist in AP mode?
- Replies: 1
- Views: 3685
How to use whitelist in AP mode?
HI all
I want to allow specific mac address can connect to AP.
How to do that? Is there have any API to use?
I want to allow specific mac address can connect to AP.
How to do that? Is there have any API to use?
- Tue May 22, 2018 10:28 am
- Forum: ESP-MDF
- Topic: ESP32 mesh network manual assign root node
- Replies: 9
- Views: 19084
Re: ESP32 mesh network manual assign root node
Hi ESP_yudong
Have the plan to support non-router mode?
What time can deliver?
Have the plan to support non-router mode?
What time can deliver?
- Mon May 14, 2018 2:34 am
- Forum: ESP-MDF
- Topic: ESP32 mesh network manual assign root node
- Replies: 9
- Views: 19084
ESP32 mesh network manual assign root node
Hi
Could I assign a root node by myself and without a router in mesh network?
I want to build a mesh network but I don't need a router. The data just transmitted in the mesh network.
How to do that?
Could I assign a root node by myself and without a router in mesh network?
I want to build a mesh network but I don't need a router. The data just transmitted in the mesh network.
How to do that?
- Wed May 09, 2018 3:10 am
- Forum: General Discussion
- Topic: ESP-mdf mesh network replace router by ESP32 AP mode or without router
- Replies: 0
- Views: 2783
ESP-mdf mesh network replace router by ESP32 AP mode or without router
Base on ESP-MDF I want to build a mesh network like below:
1. Replace the router by an ESP32 working on AP mode.
2. Without router and assign a root node manually.
Can these structures work? How to achieve?
1. Replace the router by an ESP32 working on AP mode.
2. Without router and assign a root node manually.
Can these structures work? How to achieve?