Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
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...
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...
I'm using the CR2032 to power up my nrf51822 with LDO setup, it works well in the begining. But when the voltage drops below 2.6V, my phone cannot scan the BLE. Is it little...
What is expected behaviour of s132 device (4.0.2) if peripheral is initialized with periph_role_count=1 and somebody tries to connect when BLE connection is already establsihed...
Hey Guys,
I'm a newbie on BLE development , I'm trying to run the example "examples\ble_peripheral\ble_app_ancs_c" , It works well first time, but it cannot receive the...