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 guys,
I add a temperature service with one characteristic to notify the IC temperature in hrs example. But when enable hrs notify, SoftDevice crashed every time. That...
Hello,
We are using SDS 6.0.0, SDK 5.2.0 on an nRF51822. Our application is a data logger that can collect up to 128Kbytes of data. Users can connect to the data logger...
We did set the perform bonding option in the proximity example in the v6.0.0 sdk to 0.
And it did work. No bonding information is stored. Android devices are fully capable...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
I want to read the RSSI in an nRF51822 even though I'm not expecting to receive any packets… In short, I want to scan through every channel and read the RSSI on that channel...
HI
In the case the keyboard miss the LTK(or bonding info), how can I start a reconnect or re-authenticating to let the host and device to generat a new one?
When I replies...
I'm using the nRF51822 as SPI slave. My CSN is of wrong polarity (active high). Is it possible to change the settings in spi_slave.c to make it work anyway?
HI
when i use 51822 connect to a host like iphone how can I get the host 's Ver info?
As I know there is a function to get local version info:sd_ble_version_get
and I do...
Using:
nRF51822 (nRFgo starterkit with nRF6310 and PCA10005)
Softdevice s110 version 6.0
Nordic Sdk 5.2.0
Compiled with GCC 4.8 using pure-gcc setup
I...
Is it possible to whitelist a private resolvable address without bonding, or is bonding required? I want to limit reconnection to the same central after it disconnects, but...
Hi,
I'm using the makefile from ble_hrs to write my own makefile. I need to had libraries .lib and .a files.
How should I add my files in the makefile?
Thanks in advance...
hi. dear.
I have custom board using the NRF51822 - nRF24LU1P.
use the gazell protocol.
I want to unencryption key data.
Plz, tell me how to use unencryption key data...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
I have an issue with the ble_app_lbs. I can compile it OK, but when I run it it gets as far as calling sd_ble_gap_device_name_set(), which returns error 0x3001.
Can someone...