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...
Hello all!!! I am new to the field of antennas and have lately been struggling in understanding antenna matching networks. All that I know as of now is that antenna matching...
Hello Everyone,
Hope you all are doing great.
I want to enable the Green power sink on the light bulb application (Zigbee). As per Nordic documentation, i have enabled...
NCS 2.1.0 / nRF52840-DK
Hello,
I have a single write characteristic on my service:
BT_GATT_SERVICE_DEFINE ( custom_srv,
BT_GATT_PRIMARY_SERVICE (BT_UUID_CUSTOM_SERVICE...
Hi I am using app timer in my software and in the timer handler i do multiple things which can take up random amount of time. I would like to know the time taken from the...
Board: nRF52833
SoftDevice: s140
SDK version: 17.0.2
I'm trying to port my project from segger to vscode. My project gets compiled fine but when I run it I'm getting...
I stumbled upon this commit where SPI support for the BMI270 has been added. Could you guys help me applying this to a nRF Connect SDK v2.0.0 workspace?
Hi,
How does pairing and connection happens in nRF5340 Audio DK? I have 3 DK.
While building SW, I configure json file with the 3 DK's product code and then flash in all...
I am using Nrf52832 as my main microcontroller and in that, I am using fstorage as well as FDS. I have one structure that has several values in it. I want to store the copies...
Without any clients connecting to my nRF, I want to advertise some data which the clients can see.
I know I can use the ble_advdata_manuf_data_t struct and populate the...
We have sensor data coming at regular interval of 40B at 10msec interval. We need to collect it for a minimum of 10 sec before we can process it and then reuse the same buffer...
Hi
Apologies in advance if my terminology is all wrong for the following question.
I am trying to write some i2c functions that will compile / work for any of I2C peripherals...
Hi, Im trying to write a simply python script to allow connect, write data, read data and disconnect from my targeted bluetooth device using nRF52840-Dongle.
Basically I...