Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
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?