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'm done with the hardware interface of my current project.
Right now I have a service running with a custom UUID, by writting this characterisitics you have access...
Hi,
I'm having the purpose to use nRF51422 /ANT to connect a relatively data hungry ANT device. The nRf51422 specs expose three programmatically available data rates : 250...
Hi,
I've written a nRF51 SWD-JTAG programmer.
I want to enable it to check for minimum softdevice version and error out if a too-old softdevice is found.
It is easy...
I want to communicate four same devices with different hosts. i know that one host can communicate to seven devices and also a device is able to speak different hosts . i...
Thanks for the response. As a test, I loaded the same code onto a PCA10004 and it seems to work as you described. A breakpoint at 217 does get triggered when it receives data...
I have been perusing the source to micro-esb, and it appears that it wants exclusive access to the NRF_RADIO interrupt(RADIO_IRQHandler) and things are designed so that only...
Hi,
i need to save an array of 50 kB on the nrf51822 flash. I only need to read the data stored in the array. I come from the PIC micro world where i simply need to initialize...
Hi,
On peripheral side i have S110 device with ble_bas service and custom base service. Both have notifications.
On centrasl side is S130. After discovering services i enable...
I want to use the pca10001 to communicate as a master to an accelerometer, but when i use the function spi_master_open i get a NRF_ERROR_NOT_SUPPORTED error. I get no clock...
Hi everyone.
I am working with nRF51 to make two BLE device, One act as cetral and another as peripheral.
I have implemented almost functions that the two devices are...
Hi,
Do all NRF51822-DK (development kit) have the same silicon build revision? If not, which distributor should I approach for the latest revision and is there a specific...
I have encountered a problem with the IAR linker where I run into a 32k code-limitaion, even though I have a licence with no limitations. According to IAR, the problem may...
I was playing around with examples and decided to implement a custom service that sends the RSSI as a single-byte characteristic value. Here's the init function:
static...
Hi,
I'm trying to connect to BLE and send data on UART. I'm using nrf51422 with softdevice s310 and SDK v5.2.0.
The following code gives me error 3003 which I figured...