Search found 7 matches
- Wed Jun 30, 2021 5:47 am
- Forum: General Discussion
- Topic: ETH2AP and MQTT connection using TCP/IP at same time
- Replies: 0
- Views: 1650
ETH2AP and MQTT connection using TCP/IP at same time
Hai, Module or chip used: ESP32-WROVER-B IDF version: v4.1 Compiler version: xtensa-esp32-elf-gcc (crosstool-NG esp-2019r2) 8.2.0 Operating System: Windows I have been testing ethernet bridging using the eth2ap code sample , working with ETHERNET LINK UP and also establishing a AP MODE - able to mob...
- Wed Apr 22, 2020 6:41 am
- Forum: General Discussion
- Topic: CE TEST REPORT
- Replies: 1
- Views: 2658
CE TEST REPORT
Hai,
Urgently need the CE TEST report of ESP32. Could you please send me as soon as possible.
Thank you,
Urgently need the CE TEST report of ESP32. Could you please send me as soon as possible.
Thank you,
- Sat Jan 25, 2020 9:46 am
- Forum: General Discussion
- Topic: BLE AND BLUETOOTH MODE SWITCHING ISSUE IN RUNTIME
- Replies: 0
- Views: 2031
BLE AND BLUETOOTH MODE SWITCHING ISSUE IN RUNTIME
Hai, In esp32 , i am using bluetooth and ble (dual mode ) ..now i need to switch the both modes. at first it should be in ble mode then if interrupt occurs it should switch for dual mode (ble+bluettooth) for a particular time ...then switch back to ble mode ...is it possible to switch modes ?? i tri...
- Wed Jan 22, 2020 7:46 am
- Forum: General Discussion
- Topic: APSTA MODE issue
- Replies: 3
- Views: 5763
Re: APSTA MODE issue
Hi
I need to act my esp32 as AP and my mobile device as Station. i need to access internet on my mobile using esp32 AP network, is this possible.
Help me out to solve this issue
Thank you,
I need to act my esp32 as AP and my mobile device as Station. i need to access internet on my mobile using esp32 AP network, is this possible.
Help me out to solve this issue
Thank you,
- Mon Jan 20, 2020 1:20 pm
- Forum: General Discussion
- Topic: APSTA MODE issue
- Replies: 3
- Views: 5763
Re: APSTA MODE issue
Hi, I am using this code and try to connect internet. #define EXAMPLE_ESP_WIFI_SSID "Esp32" #define EXAMPLE_ESP_WIFI_PASS "123456789" #define EXAMPLE_MAX_STA_CONN 1 #define EXAMPLE_WIFI_SSID "Test" #define EXAMPLE_WIFI_PASS "test1234" const int CONNECTED_BIT = BIT0; static EventGroupHandle_t s_wifi_...
- Tue Jan 14, 2020 9:43 am
- Forum: General Discussion
- Topic: APSTA MODE issue
- Replies: 3
- Views: 5763
APSTA MODE issue
Hi, I am trying to connect with internet by esp32 AP-STA mode.But it connect to wifi and shows it has no internet connection.if there is any solution to connect esp32 with internet by using AP or AP-STA mode. ESP_ERROR_CHECK(esp_wifi_set_mode(WIFI_MODE_APSTA)); ESP_ERROR_CHECK(esp_wifi_set_config(ES...
- Tue Jan 14, 2020 7:21 am
- Forum: ESP32 Arduino
- Topic: Soft AP ESP32 & multiple clients
- Replies: 6
- Views: 16019
Re: Soft AP ESP32 & multiple clients
Hi,
I am looking for Esp32 as Router. For this if there any code available
I am looking for Esp32 as Router. For this if there any code available