Receiving data from BLE device (HM-10 bluetooth module)

Hello @kayleep0702yrni0i
Based on previous posts (post1, post2), HM10 doesn’t transmit strings, they broadcast strings (notify method).
This means that you will need to use the BLE blocks “Subscribe To Characteristics” and “Characteristics Change” to subscribe to peripheral device’s characteristics and receiving data.