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,
I am developing a glucose application. I need to implement DFU along with it. I am using IAR Embedded Workbench as development platform.
Could you please guide us...
Hi,
As i wrote in the topic, after calling pstorage_update I would like to check if the data was stored correctly. Can I call another pstorage_update in pstorage callback...
Is it possible to include an existing service and characteristics on a peripheral to its advertising packets?
I would like to add a custom BLE service to my peripheral...
hi!
We've got 2 nordic BLE chips on our board which have to run at the same time.
Communication is running currently but i'm starting wondering how i can connect to the...
What are the iRAM and iROM settings for s310_nrf51422_2.0.1_softdevice?
I am trying to run ANT Broadcast example given with S210 , using S310. I am thinking of changing...
I am using ble-Shield with arduino UNO on one side and Android device on other side. Most of the times i am disconnected with this error code. Can someone please tell what...
Based on the ARM documentation for the Cortex-M0, the hardware can be configured to have a single cycle multiply or a 32-cycle multiply. How is the nRF51 configured?
infocenter...
For the transmission power, are we allowed to use any number in the range [-30, 4] or only the values specified in table 37 in the product specification ? When we select one...
I have a service a writeable characteristic and I'm finding the following issues.
Characteristic is read/write, not variable length, size of 4, no read or write auth, no...
I'm implementing a custom service with one characteristic and 128-bit UUID.
I am able to set the custom base UUID using sd_ble_uuid_vs_add() but the resulting bytes look...
Hi,
I would like to know can i configure advertising interval for more than 10.24 seconds.
Which are the functions i can use for configuring advertising interval.
Also...
Hi All,
Yesterday while (unsuccessfully) trying to get my dongle to work with Antware II, I did something I'm not sure what it was, but has caused the following:
MCP ...
I'm developing application on nrf51 for that i'm using...
SDK : nRF51_SDK_8.1.0_b6ed55f
Board : PCA10028
I'm trying to run code from SDK examples C:\nRF51_SDK_8.1.0_b6ed55f...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...