Dear Author and All,
Can you please provide the flow for testing in node-red ?
I am not able to find my BLE UART (HM-10) device using this node.
I have seen some hard-coded UUIDs "/node_modules/node-uartble/lib/uartble.js", I have to change my UUIDs ??...
Don't know how to get the UUID for my UART BLE ?.
var UART_BLE_SERVICE_UUID = '00158300A603';
var UART_BLE_TX_CHAR_UUID = '00158300A603';
var UART_BLE_RX_CHAR_UUID = '00158300A603';
Dear Author and All,
Can you please provide the flow for testing in node-red ?
I am not able to find my BLE UART (HM-10) device using this node.
I have seen some hard-coded UUIDs "/node_modules/node-uartble/lib/uartble.js", I have to change my UUIDs ??...
Don't know how to get the UUID for my UART BLE ?.
var UART_BLE_SERVICE_UUID = '00158300A603';
var UART_BLE_TX_CHAR_UUID = '00158300A603';
var UART_BLE_RX_CHAR_UUID = '00158300A603';