Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
I am trying to make a build with a slightly modified copy of the Zephyr button example on a nrf9160 board with a upgradable bootloader.
The following command can build our...
I seem to get error 4 on nrf_sdh_ble_enable when building and running the application in release mode.
Everything works perfectly when building in debug mode and I've checked...
Dear Ladies and Gentleman
Regarding the Bluetooth SIG Qualification the BQC needs a QDID for the Softdevice Controller Subsystem ( from table 2 of the compatibility matrix...
when i debug samples in Zephyr, i can see log through UART when i use "printk" function.
but i find there has "BT_DBG" and "BT_WARN" in code. so what's its using? and where...
i am receiving some packets so i need to send that packet to central device(mobile) if i send 20-20bytes it successfully sending the data to central device(mobile) if its...
Hi, i am new at nordic. I am working with nRF connect sdk. I am trying to run example applications but the code never runs. I have checked with debug and it never goes to...
I'm using NRF Connect SDK 2.1.0 and a 52840DK. In normal (non-bootloader) mode bluetooth initializes fine (bt_enable succeeds). However, when I start using MCUBoot, bt_enable...
We are experiencing connection issues for specific Android & iPhone but not for others (i.e. Samsung Galaxy S9).
Phones with issues
Android Details
Samsung Galaxy...
Dear,
I have 2 kits nRF52-DK and nRF52840-DK. I want to make simple app for sending data from one kit to another. Is it possible to use only the radio without using BLE...
Hello guys, i currently applying the example about MPU9255 following this: GitHub - Martinsbl/nrf5-mpu-examples
i'm using the app_mpu.c, app_mpu.h, mpu9255_register_map...
Hello,
Just starting off with Nordic hardware and have some basic questions, first my setup:
nrf52840-dk development board
nRF Connect v2.1.0 SDK
Setup to use 2...
Hi all,
I'm trying to turn on the increased voltage for the +3 dBm transmit power. I understand that to do that, I need to set the VREQCTRL register, or associated bit in...