Thank you for support .
service bin file has created successfully .
Actually xlrd and yaml had to be installed with python setup.
Search found 6 matches
- Tue Mar 13, 2018 1:29 pm
- Forum: General Discussion
- Topic: How to create service bin file .
- Replies: 5
- Views: 8064
- Tue Mar 13, 2018 10:41 am
- Forum: General Discussion
- Topic: How to create service bin file .
- Replies: 5
- Views: 8064
Re: How to create service bin file .
Hello , i tried to create bin file according to given procedure , yaml file not found such error occurred . D:\Logicare_118_16\WFIR-D2\Documentation\esp32-at-master\tools>python BLEService.py -t GattServiceExample.bin GattServiceExample.csv Traceback (most recent call last): File "BLEService.py", li...
- Mon Mar 12, 2018 7:01 am
- Forum: General Discussion
- Topic: How to create service bin file .
- Replies: 5
- Views: 8064
How to create service bin file .
Hi By using AT commands, i'm able to read/write characteristics of only one predefined service . i want to create a temperature service , I have created .csv file . index uuid_len uuid perm val_max_len val_cur_len value 0 16 0x2800 0x01 2 2 A232 1 16 0x2803 0x01 1 1 2 2 16 0xC300 0x10 1 1 1 3 16 0x2...
- Thu Mar 08, 2018 3:29 am
- Forum: General Discussion
- Topic: BLE Connectable Broadcaster using AT Commands .
- Replies: 2
- Views: 5230
Re: BLE Connectable Broadcaster using AT Commands .
Is there no one .?
- Tue Mar 06, 2018 9:01 am
- Forum: General Discussion
- Topic: BLE Connectable Broadcaster using AT Commands .
- Replies: 2
- Views: 5230
BLE Connectable Broadcaster using AT Commands .
Hi everyone,i'm using ESP32 BLE AT commands .My idea is to use one device as broadcaster and two or more devices as observers, in order to transmists the advertising packets to the listeners specifically with connectable broadcast mode , i have done following steps . As GAP AT commands are not given...
- Fri Feb 23, 2018 12:30 pm
- Forum: General Discussion
- Topic: Welcome to the Official ESP32 forum!
- Replies: 7
- Views: 16660
ESP32 :After flashing , AT commands are not working
I am Working on ESP32 Module , I have successfully downloaded .bin file through ESP Flash Downloader Tool . However I am unable to get the responses of AT Commands . It seems like , ESP32 module is not initialising successful . ""phy_init: failed to load RF calibration data (0x1102), falling back to...