i tried to read temperature from foramed devices with command 0x26 i can pairing and read info (name ,version , manufacturer) but i cann't write command 0x26 to read result
// Scaning 4 seconds for peripherals
[[LGCentralManager sharedInstance] scanForPeripheralsByInterval:10
completion:^(NSArray peripherals)
{
// If we found any peripherals sending to test
for (LGPeripheral per in peripherals) {
if ([per.UUIDString isEqualToString:@"2FF2DAFC-D4D5-4929-8E80-4CA23C56EEF2"]) {
i tried to read temperature from foramed devices with command 0x26 i can pairing and read info (name ,version , manufacturer) but i cann't write command 0x26 to read result
// Scaning 4 seconds for peripherals [[LGCentralManager sharedInstance] scanForPeripheralsByInterval:10 completion:^(NSArray peripherals) { // If we found any peripherals sending to test for (LGPeripheral per in peripherals) { if ([per.UUIDString isEqualToString:@"2FF2DAFC-D4D5-4929-8E80-4CA23C56EEF2"]) {
}];