Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
my programer have many place use sd_ble_gatts_hvx() send data , if i get the BLE_GATTS_EVT_HVC ,how i know this return value return belong which use sd_ble_gatts_hvx(),how...
how to save a problem,if one Thread use sd_ble_gatts_hvx() send many package ,but i use vTaskDelay(50)( the freertos delay api ) when one package send ,then send another package...
SDK: nRF5_SDK_11.0.0
Softdevice: s132_nrf52_2.0.0_softdevice
I read an article about the connection, pairing, bonding and whitelist, there are some doubts:
Bonding...
i want to send data according the ruture value , because we all the data send ruturn value ble_evt_tx_complete ,how i can distinguish difference channel'return value
I've been trying to trying to upgrade some code from SDK 12.1 to 12.3 and it no longer fits in 16k RAM.
I initially thought the problem was this data segment in the linker...
Hi,
I recently started working with the NRF51DK,I need to read data from KX022 accelerometer via I2C and transmit the results over BLE.
I am using TWI_SENSOR example...
when i send many package from programer different place , the return ble_evt_tx_complete have many times. how i distinguish which the ble_evt_tx_complete reture is that place...
I want to add DFU function to ble_app_beacon example,but I don't know what I should do?Who can give me any suggestion?Thanks.
My board is nRF52-DK.SDK is nRF5_SDK_11.0.0_89a8197...
Hello,
i have Nrf52840, here is the code for PWM
APP_PWM_INSTANCE(PWM1, 1);
uint8_t cBuzzer::_PWM_init(uint32_t Time_uS){
app_pwm_uninit(&PWM1);
app_pwm_config_t...
In "ble_nus_c" file we can get nus_data with "ble_nus_c_evt_handler" function. We can do the same with "nus_data_handler" in "ble_nus" file. So why are there two separate...
hi
I'm testing sdk 14.0 with Nrf52 DK(pca10040)
with sdk 13.1, pwm library example work fine.
but sdk 14.0 it doesn't work. both case, building is ok.
main.c sources...