esp-at icon indicating copy to clipboard operation
esp-at copied to clipboard

Read characteristic from server side

Open HectorJimenezMendez opened this issue 4 years ago • 8 comments

Environment

  • Development Kit: [ESP32-DevKitC]
  • Kit version (for WroverKit/PicoKit/DevKitC): [v4]
  • Module or chip used: [ESP32-WROOM-32D]
  • IDF version (run git describe --tags to find it): v4.0.1-193-ge7ac221b4
  • Build System: [Make]
  • Compiler version (run xtensa-esp32-elf-gcc --version to find it): 8.2.0
  • Operating System: [Linux]
  • Power Supply: [USB]

Problem Description

Is there any AT Command which lets the server read the value of a certain characteristic?

It's needed for our project to be able to read a characteristic value from server side. We need to know from server side the value of a characteristic which is defined in build time and it's not gonna be changed until ESP32 module FW is updated.

Expected Behavior

AT command for reading characteristic value from server side

Actual Behavior

No AT command for this purpose

HectorJimenezMendez avatar Oct 26 '20 08:10 HectorJimenezMendez

This feature is not supported at the moment.

xiewenxiang avatar Nov 10 '20 10:11 xiewenxiang

Thank you, @xiewenxiang .

Is there any plan of including this feature in future versions of esp-at?

Kind regards!

HectorJimenezMendez avatar Nov 11 '20 07:11 HectorJimenezMendez

If everything goes well, it is planned to be completed by the end of next month.

xcguang avatar Nov 11 '20 07:11 xcguang

Thank you, @xcguang .

We will consider whether waiting for that version or trying another method to read that value instead.

Kind regards.

HectorJimenezMendez avatar Nov 11 '20 08:11 HectorJimenezMendez

Hi, @xcguang.

When is it planned next esp-at version to be released? Is it going to include any AT command to read a characteristic value from server side?

Thank you!

HectorJimenezMendez avatar Jan 12 '21 09:01 HectorJimenezMendez

@HectorJimenezMendez We are doing with it. And it will be at GitHub next week.

ESP-AT release is about in 2021.04.

xcguang avatar Jan 13 '21 08:01 xcguang

thank you, @xcguang

HectorJimenezMendez avatar Jan 13 '21 09:01 HectorJimenezMendez

@HectorJimenezMendez At present, ESP-AT master has implemented AT+BLEGATTCRD command on the server side. If you still need these functions, please test and develop based on ESP-AT master

Luxin812 avatar Sep 14 '21 07:09 Luxin812