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...
I want to log basic intermittent events and push them to a previously associated mobile device when one is nearby. The mobile device can then forward the events up to a server...
I'd like to know what is the minimum and maximum frequency I can generate on a GPIO with a 50% duty cycle (+/-10% at the worst case). Which resources should I use for that...
In my case active CE signal defines byte boundaries - for each byte individually.
From what I see, DMA seems to stop on rising edge of CS regardless what is declared in...
Hello everyone,
I'm using nRF51822 development kit to do BLE network experiment.
The boards I use are PCA10005 with omnidirectional antenna, and PCA10004 with PCB antenna...
I'm looking at the UICR hardware peripheral example , and trying to figure out the utility in writing to the UICR registers.
Why would I want to modify the compiled hex...
Very new, so please forgive the questions, but...
I have an nrf8001 that I've powered up. After initial power up, I'm able to read the DeviceStartedEvent but the response...
I'm looking to integrate a digital (PDM/I2S) MEMS microphone into my nRF51822-based design. I'd like some pointers to reference designs or other information -- the ones that...
Hi,
I would to know why when the DC/DC is enabled the current is very high (57mA) during RF sending.
Why at the end of RF sending the current is higher than...
I am modifying the bootloader. I am not using DFU or any of that, but rather copying a FW image over from external flash through SPI. The area of my code that gives me problems...
The documentation of the S110 contains sequence charts that explain how the different GATT operations are performed.
developer.nordicsemi.com/.../a00885.html
It seems...
Hi,
I've been trying to do fake non-connectable advertising with a nRF24LE1 with base on [1] and [2], they use nRF24L01+ with an AVR which I have ported to my device. I...
Hey,
I'm evaluating a nRF51-DK and face NRF_ERROR_INVALID_ADDR when trying to set a value in the local gatt server database.
My goal is to create a read-only characteristic...
Hi,
I'm using nRF51822 Beacon v1.1.0. Is it possible to detect that the beacon is being scanned? Is there any event generated during this process that I can catch?
I have been studying the ble_app_hrs example, but it has unnecessary functionalities, and it is hard to understand.
Do you have a simple application for transferring data...