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. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hi Team,
Currently, we are working with NRF52840.
We have developed an android app to communicate with NRF52840 which has the functionality of an automatic connection...
Hello all,
I am porting the code from the nrf52dk to the nrf52820 based module and so far so good!
However, I can blink the LED on certain pins while not on the others...
Hi,
I am developing the nRF52833 DK with NCS v2.00.
I have implemented a service to display RSSI. I have setup the service according to the instructions provided by Nordic...
Hello everyone, I have an oxygen sensor"Gasboard-7500H" i need to read purity and flow with UART communication, this sensor works perfectly with Arduino and display corrects...
Hi,
I am developing an embedded system that uses Bluetooth communication and would like to manipulate certain Bluetooth characteristics such as TX power and RX sensitivity...
BLE Device
- nRF Connect SDK: v2.0.0
https://github.com/NordicSemiconductor/IOS-DFU-Library
This library doesn't seem to support the new nRF Connect SDK.
Which library...
Until 1.9.0 of NCS, SES was recommended, so it was possible to use OpenOCD from there. With NCS 2.x.x, VCS is recommended, so it's good to use it, but I want to continue using...
Hi,
We have some variables in shared memory. These variables can be accessed directly by both cores, and this is not controlled through IPC.These variables can be accessed...
Hi Nordic Team
Starting Point:
Provisioning of dimming server is done with code from the PB Remote provisioner, working so far.
Publish of model to group is acived similar...
Heyyy guys!
It is possible that I'm doing something wrong, but i'm confused as this was definitely not an issue at some point while i've been working with the 5340.
I...
Included "bsp.h" and "nrf_fstorage.h" still getting these below errors:
undefined refence to `bsp_indication_set'
undefined reference to `nrf_fstorage_init'
undefined...
Our product is using NVS to manage settings in external flash. The normal NVS initialization time is between 1 to 3 seconds at boot. Occasionally I have witnessed 10 to 15...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
Normally OTA works well. I found unexpected assert after OTA is done. Can you please review my assert code with my elf....
I want to make a low power beacon with GPIOTE input which indicates movement and causing a change in the beacon advertisement (e.g. minor value). In order to do that I am...
Hi,
I am using Zephyr's sample code of sensors. Sample code is using wrapper function for device initialization, getting sensor's value etc. But there is no API exposed...