before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I'm building a product with use this kit www.nordicsemi.com/.../nRF52-DK and I would like of know how write the firmware in others CIs to can use in my circuit board....
Hello,
I am currently working on project that uses BLE peripheral and BLE central for automatic sensor calibration on custom board. There is an initial connection where...
Helllo All,
I designed on custom board (nrf51822 and used 4 programming pins(swck,swi,gnd,vcc) but how to program/flash the soc?which segger i need to purchase?
Hi There,
I am
Using Linux as host platform
I'm able to successfully compile and download the example to the nrf52dk.
But I didn't understand how to debug the example...
I'd like to get peer address after the connection between nRF52 and other 6lowpan device is established. This address will be then used to create a TCP connection with some...
Hi All,
I am using the Nordic nRF52 nrf52832 device to read a value in from an Android device. The value will be between 5 and 60 seconds. I'm using the experimental_ble_app_blinky...
I would like to change UUID programatically,initially we are trying to establish connection between phone and beacon.
We tried to change BLE_GAP_ADV_TYPE_ADV_NONCONN_IND...
Hello, nordic team;
I want to create a DFU for the ANR + BLE device in the nRF5_SDK_12.3.0_d7731ad \ examples \ dfu \ experimental_ant_bootloader routine.But I use this routine...
Could someone explain the difference between the following functions:
ble_conn_params_change_conn_params(ble_gap_conn_params_t *new_params)
sd_ble_gap_conn_param_update...
Hi all,
i need to have at one to one connection(one phone on one nrf52). I have created a whitelist.
What i can see is that after a pairing and a bonding, if i delete...
Hello,
I'm working on an UART application which uses experimental_bootloader_secure_serial bootloader. I've done a similar thing before with SDK-11 (though not a secure...
Hi,I use S130 V1.0 working as a master,and connect a device.My device adverting interval is 800ms, and gap_conn_params.min_conn_interval = MIN_CONN_INTERVAL;//MIN_CONN_INTERVAL...
So I thought I would upgrade one of my projects to SDK13 and try out SES 3.24 at the same time. I thought I would start by getting the ble_app_uart_pca10040_s132 project to...
Hi.
I just want to upload BSP package to my NRF51 DK via mbed web app, but i can not find proper source from all the available projects in mbed. Tutorial of BSP also doesnt...