Search found 8 matches
- Wed Oct 24, 2018 11:29 am
- Forum: ESP-IDF
- Topic: ESP32 WiFi to Serial Bridge
- Replies: 2
- Views: 7921
Re: ESP32 WiFi to Serial Bridge
Also looking for that
- Wed Oct 24, 2018 7:05 am
- Forum: ESP-IDF
- Topic: Share PPP connection with ESP32's WiFi
- Replies: 2
- Views: 5894
Share PPP connection with ESP32's WiFi
Hi,
I have interfaced SIM5360(3G modem) over UART with ESP32.I have enabled PPP connection in SIM5360.
I am able to connect ESP32 with my server (MQTT broker) over PPP connection(By using PPPoS example in ESP IDF). ESP32's Wifi is working in AP mode and I am able to connect my PC with ESP32.
Now ...
I have interfaced SIM5360(3G modem) over UART with ESP32.I have enabled PPP connection in SIM5360.
I am able to connect ESP32 with my server (MQTT broker) over PPP connection(By using PPPoS example in ESP IDF). ESP32's Wifi is working in AP mode and I am able to connect my PC with ESP32.
Now ...
- Tue Oct 23, 2018 1:00 pm
- Forum: Showcase
- Topic: ESP32 with GSM modem - PPP over Serial (PPPoS) client example
- Replies: 34
- Views: 284828
Re: ESP32 with GSM modem - PPP over Serial (PPPoS) client example
What is the expected output of this PPPOS?
I have interfaced GSM module(from simcom) with ESP32 and ESP32 is in WIFI AP mode. I need internet access to devices which are connected to ESP.
A wifi hotspot? What you would need is:
A router for messages going between the two interfaces.
To do ...
I have interfaced GSM module(from simcom) with ESP32 and ESP32 is in WIFI AP mode. I need internet access to devices which are connected to ESP.
A wifi hotspot? What you would need is:
A router for messages going between the two interfaces.
To do ...
- Fri Jun 29, 2018 5:36 am
- Forum: Showcase
- Topic: ESP32 with GSM modem - PPP over Serial (PPPoS) client example
- Replies: 34
- Views: 284828
Re: ESP32 with GSM modem - PPP over Serial (PPPoS) client example
What is the expected output of this PPPOS?
I have interfaced GSM module(from simcom) with ESP32 and ESP32 is in WIFI AP mode. I need internet access to devices which are connected to ESP.
I have interfaced GSM module(from simcom) with ESP32 and ESP32 is in WIFI AP mode. I need internet access to devices which are connected to ESP.
- Thu Jun 08, 2017 8:08 am
- Forum: ESP-IDF
- Topic: MQTT task stops with simultaneous BLE scanning after some time.
- Replies: 1
- Views: 4702
MQTT task stops with simultaneous BLE scanning after some time.
I am running following two tasks on ESP32 one task scan the BLE and other task send data over MQTT.
xTaskCreatePinnedToCore(&bt_task, "btTask", 2048, NULL, 1, &xHandle1, 0);
xTaskCreate(&mqtt_task, "mqtt_task", 8192,NULL,5,&xHandle2);
The problem is MQTT task stop execution at any random time ...
xTaskCreatePinnedToCore(&bt_task, "btTask", 2048, NULL, 1, &xHandle1, 0);
xTaskCreate(&mqtt_task, "mqtt_task", 8192,NULL,5,&xHandle2);
The problem is MQTT task stop execution at any random time ...
- Fri Jun 02, 2017 7:57 am
- Forum: General Discussion
- Topic: Crash happen after connect AP long time
- Replies: 4
- Views: 9757
Re: Crash happen after connect AP long time
Facing same problem.
Have any one troubleshoot this problem.
Have any one troubleshoot this problem.
- Tue May 23, 2017 6:32 am
- Forum: ESP-IDF
- Topic: BLE and WIFI simultaneously
- Replies: 3
- Views: 8520
Re: BLE and WIFI simultaneously
Thanks can you please share the link
- Mon May 22, 2017 11:33 am
- Forum: ESP-IDF
- Topic: BLE and WIFI simultaneously
- Replies: 3
- Views: 8520
BLE and WIFI simultaneously
Hi,
Can i use BLE as a scanner only and WIFI simultaneously with ESP32.
I have go through this link
viewtopic.php?t=281
but not get my answer.
Can i use BLE as a scanner only and WIFI simultaneously with ESP32.
I have go through this link
viewtopic.php?t=281
but not get my answer.