原文:NRF51822之動態廣播使用

本教程基於nRF SDK . . dc b e examples ble peripheral ble app uart工程 本教程主要是演示 現在演示通過nus來修改ADV中maufacturer data,在disconnect后我們可以看到廣播中maufacturer data更新為我們在nus中配置的 在工程增加新代碼 修改工程原來的代碼 ...

2016-04-07 15:16 0 3010 推薦指數:

查看詳情

NRF51822之app_button使用

我們現在開始使用app_button,為什么要使用這個來替代直接使用GPIOTE呢? 因為我們在手冊中可以看到如果一直開啟GPIOTE in模式的需要需要很大電流。所以我們需要使用RTC來“周期”的查詢。 馬上上代碼 需要注意的是app_button底層 ...

Thu Apr 07 17:54:00 CST 2016 0 1795
NRF51822之SPI

現在我們對spi_write_reg(uint8_t ucRegAddr, uint8_t ucRegVal)進行測試 更據我們的代碼在Saleae L ...

Fri Aug 05 19:46:00 CST 2016 0 1699
NRF51822之pstorage介紹

Persistent Storage Manager This information applies to the following ...

Wed Mar 30 21:10:00 CST 2016 0 2877
NRF51822之發射功率

設置藍牙的TX Power 使用的函數sd_ble_gap_tx_power_set(int8_t tx_power); 參看例子為 S110/ble_app_proximity ...

Mon Apr 11 17:20:00 CST 2016 0 1899
NRF51822之WDT淺析

看門狗定時器 NRF51822 的看門狗定時器是倒計數器, 當計數值減少到 0 時產生 TIMEOUT 事件。 通過 START task 來啟動看門狗定時器。 看門狗定時器啟動時,如沒有其他 32.768KHz 時鍾源提供時鍾,看門狗定時器會強制打開 32.768KHz RC ...

Wed Apr 13 01:39:00 CST 2016 0 1886
NRF51822之DFU使用手機升級

演示的工程是 [application] nRF51_SDK_10.0.0_dc26b5e\examples\ble_peripheral\ble_app_hrs\pca10028\s110_with_dfu [bootload ...

Wed Apr 13 18:48:00 CST 2016 0 3549
nRF51822學習之SWD接線及配置

nRF51822學習之SWD接線及配置 *:first-child { margin-top: 0 !important; } body>*:last-child { margin-bottom: 0 !important; } /* BLOCKS ================================================================== ...

Wed Dec 25 01:49:00 CST 2013 0 3451
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM