Search found 2 matches

by Loosedoglew
Tue Apr 09, 2019 11:13 pm
Forum: ESP32 Arduino
Topic: GATT BLE variable array formatting?
Replies: 2
Views: 4037

Re: GATT BLE variable array formatting?

Hello, thanks for the reply! I've just completed a crash course in structs and after consulting the bottom of the page (.xml) table, that details the order of MSB to LSB I'm still unsure how to format the size in characteristic.setValue(data, size); Do you have any advice or links to an example I co...
by Loosedoglew
Sun Mar 31, 2019 6:44 pm
Forum: ESP32 Arduino
Topic: GATT BLE variable array formatting?
Replies: 2
Views: 4037

GATT BLE variable array formatting?

Hello people of the internet, first ever post on here! I'm building a BLE client that will hopefully advertise a few GATT services on an ESP32, so far I've got a couple of services working successfully like battery and temperature, with each one on it's own service. I've already got a few working th...