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...
Is there any simple sample application utilizing i2c communications for nrf52805?
In Visual Studio Code with installed nrf connect SDK 2.0.0 doesn't show up any code sample...
Hi-
We have implemented a custom authentication scheme using BLE and based on a successful authentication event we would like to dynamically expose an additional set of...
Hello,
Is an embedded C based implementation to serially transport firmware data to a Zephyr based MCU available anywhere?
Background:
I am working on a nRF52833 solution...
I have implemented bonding mechanism in nRF52832 firmware. But when I use nRF Connect to connect nRF52832 device sencond time. nRF Connect still request entering passkey again...
Hello
We have a product where the central can connect almost every slave. It works fine, but when connecting client slave it connects fine and finds service fine but always...
I am not using any wireless radio in my application with nRF52840 . What is the best practice to terminate ANT(H23) pin.Shall I connect it to the ground/pull up or leave it...
Board: nRF52810
SoftDevice: s112
SDK version: 17.0.2
I've developed a BLE application where nRF52810 as peripheral and nRF52833 as central. The peripheral continuously...
Hi everyone,
I am developing android app. This app can control nRF5 devices. This is a kind of smart home project. I have 5 nRF in my house and these nRF devices control...
I wanted to make a timer interrupt I went through the devzone support and saw the following post
I have 2 questions
Question one
I am following the Zephyr API. I...
Hi support team,
I have searched the forum , the infocenter and the specification, but didn't find the relevant info about how a LPN node initates the iv update if a LPN...
I have custom nRF5340 code that includes application and bootloader for both cores. For reliability reasons, I need to run bluetooth behaviour from both the netcore application...
hi ,
I'm testing this example sdk17.1\examples\peripheral\usbd_audio\pca10056\blank\arm5_no_packs.
I tested the microphone and the headphone separately.
For microphone...
The last time nRF9160 GPS API was mentioned in v1.2.0 ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.2.1/nrf/reference/kconfig/CONFIG_NRF9160_GPS.html) as was working...
I have implemented bonding mechanism in nRF52832 firmware. But when I request nRF Connect to connect nRF52832 second time. nRF52832 pm_conn_secure() return 0x3002 and nRF...
I'm trying to make a demo with nRF52840DK. And I want to power it using the coin cell. So I want to check the voltage (percentage) so that I can know how long can the device...