hi ...
i want to read the data from ESP266 through nRF uart and send the data over ble APP . How to achieve this ? suggest me
hi ...
i want to read the data from ESP266 through nRF uart and send the data over ble APP . How to achieve this ? suggest me
Hi
Please check out the ble_app_uart example in our SDK. You can configure the UART pins to be any GPIO you like (we don't recommend using the ones defined as low frequency I/O only in the pin assignments) and transfer data from the ESP266 to the nRF chip, which will send that data to a central over BLE.
Best regards,
Simon
I tried ble_app_uart example program but I used the same pins for tx and RX which is defined in program .unfortunately I am getting junk values instead of data and want to send the data to nrf toolbox app . how to do that ? How to get the data correctly instead of junk values
I tried ble_app_uart example program but I used the same pins for tx and RX which is defined in program .unfortunately I am getting junk values instead of data and want to send the data to nrf toolbox app . how to do that ? How to get the data correctly instead of junk values