Search found 8 matches
- Tue Apr 07, 2020 8:26 am
- Forum: General Discussion
- Topic: how to implement OTA with GSM module
- Replies: 0
- Views: 2804
how to implement OTA with GSM module
we interfaced a simcom 4g gsm module to esp32 through Uart . I able to implement ota using wifi through native ota example in esp example folder . My task is to implement ota through internet connectivity through gsm module through http or https method . I am using default AT command method to commu...
- Fri Feb 28, 2020 4:05 pm
- Forum: General Discussion
- Topic: how to link the ip address or tcp method got from gsm module attached to esp32 module through uart port . and use defaul
- Replies: 1
- Views: 2661
how to link the ip address or tcp method got from gsm module attached to esp32 module through uart port . and use defaul
we interface the gsm module to esp uart . I able to data transfer to cloud using wifi with default mqtt library . So we interfaced gsm module to esp uart . with traditional at command i able to get the network and ip address . how to link the ip address or tcp method got from my gsm module to esp mo...
- Tue Feb 25, 2020 1:00 pm
- Forum: General Discussion
- Topic: Stop boot rom logs , panic handler logs on UART 0 on Esp-Wroom-32
- Replies: 1
- Views: 2931
Stop boot rom logs , panic handler logs on UART 0 on Esp-Wroom-32
We interfaced simcom gsm module on uart0 .
Please suggest a way to stop boot rom logs , panic handler logs on UART 0 on Esp-Wroom-32.
As per few posts we have no option to pull down on GPIO 15 .
Please suggest a way in a software way to stop logs on Uart 0 .
Please suggest a way to stop boot rom logs , panic handler logs on UART 0 on Esp-Wroom-32.
As per few posts we have no option to pull down on GPIO 15 .
Please suggest a way in a software way to stop logs on Uart 0 .
- Sun Feb 23, 2020 3:04 am
- Forum: General Discussion
- Topic: Unable to receive data through Uart above 120 bytes
- Replies: 5
- Views: 8035
Re: Unable to receive data through Uart above 120 bytes
As a per ESP Wroom 32 , the flash interface pins are GPIO_10 and GPIO_9 which are WP and HD .
Can we use this Pins as UART1 ?
Is this cause a problem ?
Thanks for support
Can we use this Pins as UART1 ?
Is this cause a problem ?
Thanks for support
- Sat Feb 22, 2020 8:53 am
- Forum: General Discussion
- Topic: Unable to receive data through Uart above 120 bytes
- Replies: 5
- Views: 8035
Re: Unable to receive data through Uart above 120 bytes
thanks for response . I am able to receive the data above 120 bytes with no problem using UART_NUM_0. But i am unable to receive through using UART_NUM_1. when i am sending data above 120 bytes to UART_NUM_1 . code is getting restarted with panic handler . but when i send data below 120 bytes it abl...
- Fri Feb 21, 2020 10:49 am
- Forum: General Discussion
- Topic: How to use default mqtt esp library when gsm module is interfaced with esp through uart communication to communicate the
- Replies: 0
- Views: 1954
How to use default mqtt esp library when gsm module is interfaced with esp through uart communication to communicate the
we interfaced the simcom 7000 gsm module to esp-wroom 32 ,
how to use default mqtt library when esp module is interfaced with sim 7000 e gsm module.
Right now , I am using Mqtt paho library to communicate .Is any way to use default mqtt library with simcom gsm module as interface .
how to use default mqtt library when esp module is interfaced with sim 7000 e gsm module.
Right now , I am using Mqtt paho library to communicate .Is any way to use default mqtt library with simcom gsm module as interface .
- Wed Feb 19, 2020 11:14 am
- Forum: General Discussion
- Topic: How to transmit NULL character through uart in esp-idf 3.3
- Replies: 2
- Views: 3450
How to transmit NULL character through uart in esp-idf 3.3
How to transmit NULL(0x00) character through uart in esp-idf 3.3 .
I need to pass a string which contains NULL in middle of strings .
I need to pass a string which contains NULL in middle of strings .
- Wed Feb 19, 2020 11:13 am
- Forum: General Discussion
- Topic: Unable to receive data through Uart above 120 bytes
- Replies: 5
- Views: 8035
Unable to receive data through Uart above 120 bytes
I am using ESP-WROOM-32 module of size 16Mb with esp-idf 3.3 version . we connected a gsm module to ESP-WROOM-32 through Uart . Unable to receive data through Uart above 120 bytes . I will receive maximum of 900 bytes through mqtt calls. please suggest a solution or any code reference to receive dat...