Search found 2 matches

by Boris.neworchad
Wed May 29, 2019 2:16 pm
Forum: General Discussion
Topic: Sending more than 20 bytes with BLE
Replies: 15
Views: 32995

Re: Sending more than 20 bytes with BLE

JoaoLopesF wrote:
Fri May 18, 2018 11:13 pm
My idea is when I have time, put together a complete solution:
- Android and iOS app and Esp-IDF and put in github.
 
Hope this helps.

I am really looking forward for this Github repository! :)
by Boris.neworchad
Thu Apr 11, 2019 11:41 am
Forum: ESP32 Arduino
Topic: BLE custom characteristic value output
Replies: 0
Views: 6056

BLE custom characteristic value output

Hello guys, I am trying to make a BLE service that provides 3 characteristics from the attached accelerometer (pitch, roll, yaw) - in the attached code, I implemented Yaw and Pitch only. My problem is that when I try to advertise, the "TX characteristics" outputs good values but the custom one (Pitc...