Can nRF51822 be used as uart BLE peripheral together with nRF52832 (as uart BLE central)? If so, are there any examples? So far I can find only uart ble example for nRF52832 in the SDK, but not for the nRF51822.
Can nRF51822 be used as uart BLE peripheral together with nRF52832 (as uart BLE central)? If so, are there any examples? So far I can find only uart ble example for nRF52832 in the SDK, but not for the nRF51822.
Support for these chips was dropped in "newer" SDK but I don't remember when exactly.
I use SDK 12.3.x version here for NRF51422 chips - this should have BTLE uart (NUS) example code.
Thank you, let me check the old SDKs
Yes, there it is. Thanks.