This is a sample using ESP32 AT command for BLE.

Information

Japanese version is available in lower part of this page.
このページの後半に日本語版が用意されています.


What is this ?

This is a sample using ESP32 AT command for BLE.
You can test communication with your smartphone using the following GATT profile. In the sample, the GR board is the server and the smartphone is the client. In GR-LYCHEE, pressing the UB 0 button writes the value to C 300, and pressing the UB 1 button performs Notification to C 305.

UUIDAccess PropetySize(Byte)Characteristic Index
A002Read2-
C300Read11
C301Read5122
C302Write13
C303Write Without Response34
C304Write25
C305Notify56
C306Indicate57



概要

ESP32のBLE用ATコマンドを使用したサンプルです。
以下のGATTプロファイルを利用して、スマートフォンとの通信をテストできます。サンプルではGRボードがサーバとなり、スマートフォンがクライアントです。GR-LYCHEEでは、UB0ボタンを押すとC300への値書込み、UB1ボタンを押すとC305へのNotificationが行われます。

UUIDAccess PropetySize(Byte)Characteristic Index
A002Read2-
C300Read11
C301Read5122
C302Write13
C303Write Without Response34
C304Write25
C305Notify56
C306Indicate57

Changes

RevisionDateWhoCommit message
0:81023cbaf4d2 2017-11-29 dkato first commit default tip