Search found 22 matches

by Abhiram
Wed Jul 19, 2017 7:54 am
Forum: ESP-IDF
Topic: ESP GATT Attribute value always unit8_t* ?
Replies: 2
Views: 4771

ESP GATT Attribute value always unit8_t* ?

Hi all, I am facing one trivial issue while coding for BLE GATT characteristic , esp_attr_value_t ( esp_gatts_defs.h) is used in my code for pointing to values to be exchanged. I need to update a signed value , say for example : time zone of -5 hours, the attribute_value parameter in the esp_attr_va...
by Abhiram
Tue Jul 18, 2017 10:32 am
Forum: ESP-IDF
Topic: How to increase MTU size on GATT - Server
Replies: 21
Views: 43499

Re: How to increase MTU size on GATT - Server

Thanks Lucas.Hutchinson for your comments , you have mentioned "On android phones (using the nrf Connect app) you can request an MTU change up to the max allowed by the BLE standard (517) " - Could please let me know how we could do this ? Because I see " Note: The source code of nRF Connect is not ...
by Abhiram
Mon Jul 17, 2017 1:36 pm
Forum: ESP-IDF
Topic: How to increase MTU size on GATT - Server
Replies: 21
Views: 43499

Re: How to increase MTU size on GATT - Server

Thanks mh-dev

So would you say that its only on client request , server can change the default MTU size ?
Any way for server to increase the size of its MTU ( to be used in characteristic - attribute ) and convey it to client while connecting ?

Thanks for help
by Abhiram
Mon Jul 17, 2017 12:35 pm
Forum: ESP-IDF
Topic: How to increase MTU size on GATT - Server
Replies: 21
Views: 43499

How to increase MTU size on GATT - Server

Hi , all I wanted forums help in knowing how can I increase the size of BLE MTU = 500 bytes for GATT Server. ? so that any client connecting to this server is aware of the modified BLE MTU = 500 Bytes , and not 23 bytes, ( How this will be conveyed to the Client ) ? I changed the GATT_DEF_BLE_MTU_SI...
by Abhiram
Fri Jul 07, 2017 11:23 am
Forum: ESP-IDF
Topic: BLE Secure Simple Pairing
Replies: 4
Views: 10701

Re: BLE Secure Simple Pairing - Is OOB Pairing supported

Any one in the group tried OOB ( not necessarily NFC ) pairing with ESP32.
Please share any information with OOB - ESP32 pairing
by Abhiram
Mon May 22, 2017 11:44 am
Forum: ESP-IDF
Topic: BLE Secure Simple Pairing
Replies: 4
Views: 10701

Re: BLE Secure Simple Pairing

Dear espressif,
Please let us the steps on how we need to enable authentication on ble for nRFConnect app.
your help is greatly appreciated.

regards
by Abhiram
Mon May 15, 2017 10:01 am
Forum: ESP-IDF
Topic: BLE Secure Simple Pairing
Replies: 4
Views: 10701

BLE Secure Simple Pairing

Hi all I am having a GATTS simple Client Server application for few characteristics and services to read and write to NV RAM. I am able to advertise , connect , read and write using nRF connect APP. Now I need a simple way of Authentication using Passkey or Username/Password. In ESP32 Spec I see the...
by Abhiram
Mon May 15, 2017 9:55 am
Forum: ESP-IDF
Topic: 100microsecond timer in esp32
Replies: 10
Views: 24464

Re: 100microsecond timer in esp32

Hi Rajkumar ,
No I gave up using Xtensa timers. no Clarity yet on those lines
by Abhiram
Fri Apr 28, 2017 3:04 pm
Forum: General Discussion
Topic: Baremetal ESP32
Replies: 2
Views: 4701

Baremetal ESP32

Am a newbie in to this ESP32 platform and We are planning to use ESP32 bare metal (with out FreeRTOS), for an application which would interact with communication module like 802.15.4. (through UART) and use its internal BLE occasionally and WiFi ( for OTA). Request forums help to know if there are a...
by Abhiram
Fri Apr 28, 2017 2:59 pm
Forum: General Discussion
Topic: Help to Create a RTC Timer
Replies: 1
Views: 5418

Help to Create a RTC Timer

Dear All,

Request help in creating a RTC Timer which would trigger an alarm Interrupt after a specific duration. I could not see any examples for a RTC Timer. Am using WROOM32 ESP32.

Thanks
Abhiram