When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi,
i have NRF51822 beacon(PCA20006) and NRF51dk KIT(PCA10028).
I am connect a touch sensor and it's gives output in form of "HIGH & LOW".
and i am able to detect the output...
hi,
i want to connect sensor to nrf51822 to send data to smart app continuously over ble.i want to modify example ble_app_beacon. which functions i need to change?
Hi all,
I have implemented a service with various "long char" characteristics. The buffer that I use to receive the data wrote to the "long char" characteristics is this...
I use SDK 9 and nrF51 in the advertising mode. I want to advertise each 1s packets.
First, I call function
set_adv_params(&m_adv_params);
where I
static void set_adv_params...
Hello,
I try to implement the BLE / Cycling Speed and Cadence Service and try to figure out, how to initialize the ble_cscs_init_t data structure. Currently I'm wonder how...
I am building a cadence sensor form the Cycling Speed and Cadence Service module.
Unfortunately the sensor I have built is recognized to have both speed and cadence when...
hi
i flashed s110 softdevice 7.1.0 then ble_app_beacon example application fron sdk 7.1.0 into nrf51822 beacon successfully.but led is not at all blinking in beacon.and i...
Hi
I have got two nRF52840-pdk for long range application design. After reading posts here I realized that the softdevice s140 can only change PHY to CODED after a connection...
Hii guys I am using an nrf51 DK board for my project and I am trying to find the number of advertisements send from the time the board was power up or reset. From my knowledge...
Hi,
I would like to be able to provide a visual indicator such as a blinking LED when the chip is in the Emulated System OFF mode. Note that if the chip is in DEBUG mode...
hi
i tried ble_app_uart from sdk 8.0.0 in pca10028 and it is working.but i want to run it in pca20006.i changed device to 51822 & board to pca20006(in preprocessor settings...
Hi. I'm using nRF52832, SDK13, S312v4 as peripheral.
I want to change connection parameter as below.
#define MIN_CONN_INTERVAL_FAST MSEC_TO_UNITS(30, UNIT_1_25_MS)
...
Where can I find the completed source code for the BLE Services, a beginner's tutorial
I keep having trouble advertising, so either I am missing something, or have incorrect...