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...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi,
While linking I am getting the following error on Nordic SDK 16.0,
XYZ.axf: Error: L6218E: Undefined symbol nrf_ble_gq_conn_handle_register (referred from ble_db_discovery...
Hi everyone,
I am new to segger embedded studio. I want ibeacon firmware sample code to advertise uuid, major, minor, tx power, advertisement interval. I want to change...
We're developing a product where a single NRF52840 board - lets call it the central- serves as the focal point for multiple NRF52840 boards spread out across an area - lets...
I am not able understand the difference between APPROTECT and BPROT . Can you please clarify ? and if we enable the protection then how to disable it again whenever we want...
I've seen many posts about LL_LENGTH_REQ causing disconnection on certain Android phones and the solution from Nordic is to add a 100ms delay. Can someone from Nordic definitively...
Hi community,
in our setup we use the LSM6DSL IMU using TWI. First we initialize the TWI peripheral, then we configure the IMU. After that we initialize PPI to automatically...
I am trying to build the project "thingysdkv210" which is downloaded from https://www.nordicsemi.com/Software-and-tools/Prototyping-platforms/Nordic-Thingy-52/Download#infotabs...
nRF52 DK
HTS example
I added app_timer_stop_all() in the ble_evt_handler() of main.c, under the case of BLE_GAP_EVT_DISCONNECTED, but the battery service timer still...
need help on multiple things
All work is on the DK 840 board using sdk15.3
Started with this link
https://rigado.zendesk.com/hc/en-us/articles/360025376053-Add-Nordic...
Is it possible to run the Zigbee Light Switch example with the internal RC.?
On the sdk_config.h I have changed the following:
#define NRFX_CLOCK_CONFIG_LF_SRC 0
But...
In the only example in SDK16.0.0 with soft_device and Free RTOS, configMAX_PRIORITIES is set to 3, which means available priorities 0,1 and 2.
Is it possible to change configMAX_PRIORITIES...
Hi i'm very new in using Nordic nRF52840. Got 2 questions:
1.Why does each example project contain blank/mbr/slxxx folders? in these folders they all have a copy of the...
Hi,
we've been experiencing some strange issues with the OTA DFU on nRF Connect for Androind in the past two days.
We've been using such function on a regular basis with...
I am trying to transition my Nordic SDK v12 project from Keil to Segger Embedded studio. I followed the tutorial steps such as placing ses_nrf_51_startup.s file in Internal...