Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
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...
Hi all,
We have a running project with Nordic SDK on thread.
Now, we are considering to include some ble functionalities in our application and use freertos to manage...
Hi,
I order one nRF5340 PDK from Mouser.
I am following the get started document.
https://infocenter.nordicsemi.com/topic/ug_gsg_ncs/UG/gsg/first_test.html?cp=1_1_2_3...
Hi,
I recently purchased a DK as well as 5 nRF52840 chips. I have been working on flashing some code on the development kit. I would like to also flash this code on every...
Hi,
I have performed Nordic's "nRF52 SDK Application Timer Tutorial" found on this link .
I have followed everything step by step and have not encountered any build or...
Please find attached code of BLE_APP_UART code main.c file. I am using Nordic nRF51 DK board (nRF51824) for my project development.
We have created our own android apk....
I updated nrf Connect to version 1.0.6
I used the verification capability of the Getting Started Assistant to make sure all tools are up-to-date
Then I followed the...
Hello,
Just got my Thing 91 and wanted to update the application firmware on the SiP using nRF connect 3.3 .0 programmer but when connecting to the device I got the following...
Hi
The issue is that after a buttonless DFU is completed the new firmware runs as expected but the new advertised name doesn't change.
device name in firmware before DFU...
Hi Team,
Currently i'm working on Openthread Border router(Rasberrypi) with nrf52840 as a radio. I have gone through IOT SDK(Nrf5) for enabling the 6lowpan BLE Border router...
I tried to update SD + APP at the same time but it only uploads the SD. I create the zip file like this nrfutil pkg generate --hw-version 52 --application-version 1 --application...
Howdy,
I'm porting a GATT profile from a different profile where the custom services characteristics and descriptors UUIDs are malformed. For example;
1st Custom Service...
This issue exists in NRF SDK5 15.2.0 and earlier. NRF log module has entered "production" level as of SDK5 15.2.
While implementing an additional logging backend, I discovered...
how to change the twi sensor coding to get the X,Y,Z AXIS for the position of the gy-80 module
this module has
1. HMC5883L
2. BMP-085
3. L3G4200D
4.ADXL345
at...
Hello,
I would like to append data to a coap response like this:
I have a response handler that is triggered as the device receive the response. I am able to get the...
Hello guys,
I am trying to run the mqtt_simple sample. I tried to do so on both nrf9160_pca10090ns and nrf9160_pca20035ns. The application builds fine for both boards...