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 that possible to run the radio_test_example (\nRF51 SDK_v5.2.0.39364\Nordic\nrf51822\Board\nrf6310\radio_test_example) on the nRF51822EK? If yes, what modifications...
Hi Nordic,
I am working on project with nrf52840 , which is a central to connect other device. we will enter the MAC address to central, and setup the scaning filter.
...
Hi all,
I am trying to do bonded buttonless DFU but an error named NRF_ERROR_FORBIDDEN was raised in enter_bootloader() function under ble_dfu_bonded.c.
The description...
hi,
I currently have an application scenario,using a nRF52832(M board) BLE maser to upgrade another nRF52832(S board) is run standard DFU ,Are there any demo available?
Previously, I used SEGGER to build and run programs on nRF52 DK very quickly (5-20 seconds).
However, for nRF5340 DK, it usually takes about 8-15 min to build and run just...
Hi,
I am trying to connect the current product with MCU EFM32GG290F1024 to a Nordic BLE module in a serialization over UART.
I have port the SDK to my project and need...
1. hardware : nRf52840 dongle.
2. Purpose : Update Firmware into dongle to be sniffer, and restore original default manufacturer firmware for nRF Connect v2.6.0 desktop...
Hello All,
i my project there are 2 ble services now i want to add Flash read/write application i tried with fds as well as flash_write example from the SDK 15.3.0
i added...
Hello!
Apologies in advance for my english.
I already asked a similar question, here is the link to it
When trying to connect a PWM driver PCA9685, I ran into problems...
Hello.
We are using NRF52840, SDK 16.0.0 and SoftDevice S140 7.3.0 and are noticing irregular SoftDevice asserts that don't seem to be triggered by any one particular function...
Hello,
I am curious to see if it is possible to register a device through a web app using the nRF52840's NFC. The goal is to scan the NFC on the device, enter the personal...
Hello,
I'm working on a custom board with a nRF52833.
A small external battery is on the board, and when the power is off, 32.768khz of low power remains on the battery...
I'm running the SDK 17 radio test example on two nRF52840 DKs. My goal is to do a PER measurement in 802.15.4 -mode.
I configure the boards to use ieee802154_250Kbit mode...
Hi, I am using nrf52832 board. I was trying to disable the GPIOTE interrupt for a particular event (Event4) using INTENCLR register. My code was NRF_GPIOTE->INTENCLR = 1 ...