Page 1 of 1

Interface other than AT command through UART IO

Posted: Tue Mar 05, 2019 3:30 am
by asmaalekar
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 services and characteristics and connect to it using AT command.
Is there any other way I can do it using UART interface?

Amd if not are there any example code of BLE?

Regards,
Asma

Re: Interface other than AT command through UART IO

Posted: Tue Mar 05, 2019 6:32 am
by Helen L
Maybe you can follow the BLE example on GitHub to run the BLE AT commands.

Re: Interface other than AT command through UART IO

Posted: Wed Mar 06, 2019 1:48 am
by asmaalekar
ok. but is there any other method I can work on this?