Firmware (3) 썸네일형 리스트형 [Nordic nRF52] 타이머 추가하기 nRF5 SDK Application Timer Tutorial 2018-11-23: Updated tutorial to cover SDK version 15.2. 2019-02-08: Improved example project (SDK 15.2) and updated instructions accordingly. Introduction Scope The following topics will be included in this tutorial: Configuration of the application... devzone.nordicsemi.com 위의 링크를 참조하여 싱글샷 or repeated 타이머를 만들 수 있습니다. Include및 sdk 설정 #include "app_timer.h" #in.. nordic nus service에 READ characteristic 추가 battery level 만 read하고 싶어 read할 수 있는 새 Characteristic을 추가 하였음 blle_nus.h /**@brief Nordic UART Service structure. * * @details This structure contains status information related to the service. */ struct ble_nus_s { uint8_t uuid_type; uint16_t service_handle; ble_gatts_char_handles_t tx_handles; ble_gatts_char_handles_t rx_handles; ble_gatts_char_handles_t bat_handles; //added blcm_link_ctx_stor.. nRF52 long button click milliseconds time 수정 bsp_config.h에 있는 BSP_LONG_PUSH_TIMEOUT_MS 수정 이전 1 다음