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...
we also produced self PWM for ADC wave form testing. when we stop transmission, we will get good waveform out, but when we starting transmission, output waveform shape is...
Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
Hi,
Nordic Part Used in Design: nRF52810
SDK version used 16.0.0.
We found for nRF52810 it supports peripheral mode as well as bootloader. I didn't find any example...
I'm using SDK version 15.0.0_a53641a on nRF52840 with softdevice s140_nrf52_6.1.0_softdevice.hex.
sd_ble_gap_adv_set_configure() is returning error code 7 when I use BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_SCANNABLE_UNDIRECTED...
OVERRUN error occurs when receiving UART.
I'm using EasyDMA with UART and want to increase the EasyDMA reception size. Which settings can be used to increase the reception...
Hi,
I have NRF52833 DK and using nRF5 16 SDK on KEIL IDE.
I am trying to compile blinky example from the peripheral and it is giving me this error
Error #541: 'NordicSemiconductor...
During production we need to provision each device with some custom data that must last the life time of the device, ideally using nrfjprog. What is the best way to do this...
There are several use cases where we want a bonded peripheral to indicate the service changed characteristic to the central.
The main case is when developping and adding...
hello can someone help me solve this issue. i am not being able to controll this led . if i send any number the led will always turn on
Regards
static void led_col_write_handler...
Hello,
I want to test the range of Adafruit nRF52840 express feather(BLE 5.0) board. I did the setup on arduino IDE. My question is can I perform the long range test of...
Hi, we have a project that we're currently working on, and we're looking for some information on BLE behaviour that would be very helpful. We are currently using SDK 15.3...
I'm trying to build aws-fota program following this instruction, but get an error https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/aws_fota...
I have a nRF52840 dongle.
My understanding is that the nRF52840 has an on-chip regulator (Vdd out) that can be set from 1.8 to 3.3V.
So it's recommended to use a debugger...
Hi
I am attempting to add nrf_crypto functionality to the example uart ble peripheral project via SEGGER Embedded Studio on MacOS.
I have opened the project options and...
I have two devices, one is a beacon (DEVICE #1) and the other (DEVICE #2) collects information from the beacon. I'm advertising with a transmit power of 4dBm. I want to reduce...
I have previously had success with programming the nRF51 Series using the nRF51 DK and want to use the nRF52840 DK to program a nRF52840 that will be run in High Voltage Mode...
From the cmakelists of bootloader in Meshv320src, I found the code "create_hex" but this code cannot found in CMake's document. How can it work to generate the hex file?