[nRF52 ] NRF_LOG 출력 UART 에서 RTT 로 변경하기 : 기존 UART 로 Log 가 출력되고 있는 상태에서 UART를 다른 용도로 사용하기 위해 RTT로 LOG를 변경해 보았습니다. 아래 내용은 ble_app_hids_keyboard 프로젝트에서 테스트를 진행 했습니다. 0> 기본지식 0-1> RTT (Real Time Transfer) 링크 https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/ SES : Segger Embedded Studio 0-2> 준비물 : nRF52 DK 보드 , USB cable (micro PC ) 1> UART 로그 disable 및 RTT 로그 Enable 하기 () : sdk_config.h 파일만 고치면 되고 세부.. Nordic_nRF52 2022. 3. 25. 11:36
[nRF52 ] ble_app_interactive 프로젝트를 이용한 ble_app_bms 장치 통신하기 : 기본적으로 ble_app_interactive 프로젝트를 사용할줄 아시는 분을 기준한 설명입니다. ble_app_interactive 프로젝트는 host/device 기능이 함께 포함된 프로젝트로 프로젝트 위치는 아래와 같습니다. \examples\ble_central_and_peripheral\experimental\ble_app_interactive ble_app_bms 장치는 peripheral 장치이고 ble_app_interactive의 Central 기능을 사용해 테스트를 진행해 보겠습니다. bms : bond management service : 2개의 nRF52 DK 보드 : 아래의 모든 내용은 ble_app_interactive 가 올라간 Serial Terminal 창에서.. Nordic_nRF52 2022. 3. 24. 20:33