I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
Hi All,
My requirement is to read the data from nRF51822 device that is connected to a bluetooth and bluetooth is connected to a system using a .Net application.
I have...
Hi everyone,
I'm using the nRF51822 (pca10000 Dongle + pca10005).
My plan is to send one byte over the radio.
I tried to use the SDK-Example as a template but it's...
Hi,
Is it possible to add other, optional data pages to ANT+ BPWR profile? For example page 0x13 (Torque effectiveness and pedal smoothness)?
Thanks,
Pepam
Hi NRF Team,
My Configuration:
NRF51822
S130
SDK 12.2
I am using multiple application timers in my project. Most of the cases timers has to run concurrently. Lets...
Hi Team,
we are using the nRF52840 for our development purpose. we need sample code for Stack overflows/under flow and Memory leaks detection in runtime by using MPU....
Hello,
I have a central and Peripheral beacon on nrf52832. I am usıng nus services on both devices. After the data transfer I call the
ıt works fluently on the central...
I have been using CrossWorks for a while for multiple vendors MCUs (sometimes in the same project on the same PCB). I'm looking at using nRF Connect SDK and see that SES is...
I'm using SEGGER Embedded Studio with nRF5 SDK v16.0.0.
For the purpose of high-speed data transfer, I've searched about the BLE throughput.
Now, I want to figure out...
Hello
PWM and I2C are being used on a custom board using nrf52832. I connected I2C to pins 26 and 25 and PWM to pins 27. But I2C doesn't work, and PWM does, but there's...
Hello,
I search a NORDIC example (RF52832) that is bonded with a battery CR2032 as power supply runs very long (> 1 year).
Bonded with whitelist
Bonded with one or...
Hello,
I want to create/compile a (Nordic) secure bootloader with serial output.
I know the example of the dfu secure_bootloader. I also know there is a nomal and a debug...
I am using NRF Connect SDK on NRF52840 Dongle and I have written two programs. First acts as bluetooth peripherial device, second acts as bluetooth centeral devices. I have...
Hello! So I'm working on a project where I try to connect the nRF9160 DK to the google cloud. I tried to manage this by following this guide: https://devzone.nordicsemi.com...
Hi,
I'm using the BLE app (ver 3.6.0) in nRF Connect for Desktop together with a PCA10056.
I'm scanning for a device that sends three ADV_EXT_IND, one on each channel...
Hi,
I am using the USB CDC example in my project, where I developed my own application level communication protocol.
I have a problem with the data throughput, it's...
I am designing a custom board with a nRF52840 module that has no 32.768 kHz crystal embedded in it and as a first step want to test it with some examples that use only RC...
Hi all,
I'm trying to setup an interrupt-driven UART. UART is able to transmit data, but I don't get the TXRDY interrupt.
Below is my minimal initialisation that outputs...