BLE (HM10) Receive String not Working

Hi team,

I am using an HM-10 module, communicating via UART\serial pins on an Arduino board, to communicate with the BLE object in an iOS application.

I can use the “Transmit String” successfully, in fact was amazed at how easy this function was to establish.

Unfortunately I’m unable to “Receive String”. I have a label used to trap error messages from the BLE object and it reports no error, and another label to display the returned string from the HM10 and it returns no data.

My thunkable code blocks are below:

A post was merged into an existing topic: BLE Transmits but does not Receive