Search found 12 matches

by asmaalekar
Wed Apr 10, 2019 7:18 am
Forum: ESP-IDF
Topic: SSL connection fails
Replies: 0
Views: 2205

SSL connection fails

Hello Everyone, I am trying to use open ssl client example from esp-idf. with some changes in host and target name. Here they are #define OPENSSL_EXAMPLE_TARGET_NAME "messaging2.mel.cloudeftpos.com" #define OPENSSL_EXAMPLE_TARGET_TCP_PORT 80 #define OPENSSL_EXAMPLE_REQUEST "POST http://messaging2.me...
by asmaalekar
Wed Apr 10, 2019 12:01 am
Forum: ESP-IDF
Topic: uart and wifi not working together
Replies: 6
Views: 7181

Re: uart and wifi not working together

Yes it was the same problem. Thank you so much, I changed it to array from pointer. Lesson learnt for life.

Thanks once again.

Cheers,
by asmaalekar
Tue Apr 09, 2019 9:46 am
Forum: ESP-IDF
Topic: uart and wifi not working together
Replies: 6
Views: 7181

Re: uart and wifi not working together

Oops, its a char pointer I have initialised it to ESP_initialise string value and then trying to copy "Wifi Init" into after wifi initializaton.I havent allocated any memory for it. Is that causing a problem?

I will try tomorrow morning and let you know.

Thank you so much.
by asmaalekar
Tue Apr 09, 2019 8:28 am
Forum: ESP-IDF
Topic: uart and wifi not working together
Replies: 6
Views: 7181

Re: uart and wifi not working together

What is the problem with that?

Its causing problem after wifi init, I guess. Please help.

Any sample program which uses both uart and wifi?
by asmaalekar
Tue Apr 09, 2019 7:38 am
Forum: ESP-IDF
Topic: uart and wifi not working together
Replies: 6
Views: 7181

uart and wifi not working together

Hello Everyone, I am trying to start wifi in sation mode after I receive some data on UART, I am using ESP32. after receiving value on uart I am calling wifi init after wifi initialisation I am getting Guru Meditation Error: Core 0 panic'ed (LoadStoreError). Exception was unhandle d. Core 0 register...
by asmaalekar
Thu Apr 04, 2019 2:38 am
Forum: ESP-IDF
Topic: uart_async_rxtxtasks giving error
Replies: 0
Views: 2082

uart_async_rxtxtasks giving error

Hello Everyone, I am trying to run sample uart_async_rxtxtasks code without any changes. I tried to build the program in eclipse and it gives me following error. cannot find -lprotocomm c:/msys32/opt/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: cann...
by asmaalekar
Thu Mar 07, 2019 3:20 am
Forum: ESP IoT Solution
Topic: How to enable bt classic in esp32 wroom
Replies: 2
Views: 5634

How to enable bt classic in esp32 wroom

Hello Everyone, I am using AT commands to connect with esp32. I am able to use ble and wiifi commands but when i use bt classic commands it is giving error. I used example commands from https://github.com/espressif/esp32-at/blob/master/docs/ESP32_AT_Classic_Bluetooth.md for BT classic its giving err...
by asmaalekar
Wed Mar 06, 2019 1:50 am
Forum: ESP IoT Solution
Topic: AT commands for BLE throws error
Replies: 5
Views: 8268

Re: AT commands for BLE throws error

Didnt get you. can you please elaborate, I want to use both BLE and wifi service. I want them all.
by asmaalekar
Wed Mar 06, 2019 1:48 am
Forum: ESP IoT Solution
Topic: Interface other than AT command through UART IO
Replies: 2
Views: 4869

Re: Interface other than AT command through UART IO

ok. but is there any other method I can work on this?
by asmaalekar
Tue Mar 05, 2019 3:30 am
Forum: ESP IoT Solution
Topic: Interface other than AT command through UART IO
Replies: 2
Views: 4869

Interface other than AT command through UART IO

hello everyone, My company is trying to use ESP32 in the project. We use IMX6 controller which is connected to ESP32-WROOMD through UART pins. So as per my understanding I can use the functionality of ESP32 bluetooth and Wifi through AT commands. It seems bit difficult to discover nearby ble service...