Help me for transfer any data between two nrf51822.
- i already tested example ble_app_uart for connecting nrf51822 to my smartphone (my smartphone use NRFconnect app), and it's work only when i transfer data from my smartphone to nrf51822 (i'm using USB to TTL for serial nrf51822 and arduino serial monitor for see result), but when i send data from serial monitor nothing appear on my smartphone.
- some forum say that if you want to connect bettwen two nrf51822 you need to use example library ble_app_uart for Central and ble_app_uart_c for peripherals, but nothing appear in my serial monitor. but i feel that two nrf are connected because i can't find any BLE nordic anymore in my smartphone (i use NRFConnect).
-
do i have to edit the example code ble_app_uart_c to sendding any data to central nrf51822?? - i also use S130 SoftDevice
for ble_app_uart
For ble_app_uart_c
For scaning
For Serial Monitor

