Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
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...
Hello,
I'm newbie with BLE and nRF52832.
I'm using IAR 8.22.1 and softdevice S132 V6.0.0.
The problem is that my program worked fine but suddenly the entry point is...
Hi, all,
I confuse with the function of shortcuts register while I'm using timer with two compare events in 52832.
In main() , I use API: nrfx_timer_extended_compare to...
Hello Everyone, I wanted to implement the following 1. Whenever i press the button1 on my nRF52832 DK, the alarm tone on my mobile phone should ring indicating that button1...
hi to all,
i am developing a device wih nordic NRF51822 module, i want use app_timer module to blink led with spec pattern, in my program i had successfully used app_timer...
Hi all ;
I am the new guy of using the nordic ble . Now I met some problems when I create the project:
sdk : nRF5_SDK_12.3.0_d7731ad
chip :nRF51822
1. Using the...
Hi,
I tried the serial example on the PCA10028/PCA10031 and PCA10040.
I found that this demo will fail on both PCA10031 and PCA10040, like this:
Activating auto...
Hi,
Many of us use C++ rather than C (as it is superior in every way). When including many of the Nordic SDK header files it is necessary to wrap them in
extern "C"...
I am using my iphone with the blinky app and I want to experiment with the range by changing the power level on my nRF52840 development board.
I have the Segger tools up...
I'm hearing mixed things about RSSI being broadcast, and I'm hoping I can get a clear answer on it. If a device is paired with an android phone. Is it possible to get constant...
I'm trying to create a service with 2 characteristics. One is a MTU to send large amounts of data from my peripheral via notifications to the host and the other is a RW characteristic...
Hii everybody I am new to nordic nrf52832 board. i have to implement sensor of inversense ic 20648 (Accelerometer and gyroscope ) sensor using i2c with board nrf52832 in sdk14...
Hi,
I am new to Nordic's softdevice based development and I want to build a basic application for advertising to understand more about the softdevice. I went through the...
I know this question has been asked before, but I couldn't find an answer...
I'm looking for an example of how to use the nRF52832's SWO feature with the SEGGER JLink product...
Hi. I am using nrf52832 SoC with s132 device (4.0.2). Device is acting as peripheral, I have set max BLE connection limit to 1. ble_cfg.gap_cfg.role_count_cfg.periph_role_count...
I'm following the migration guide from SDK 14.2 to SDK 15 , and am a little hung up on the new nRFx module.
All the examples in the new SDK use the legacy drivers but the...