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,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
I have enabled a gpiote module, it does not set gpiote_enabled to 1.
I have tried deleting the file in the RTE folder with no success. I have tried disabling and enabling...
Hi,
I would like to change the transmission power of the beacon kit so that I can switch back and forth between high and low tx powers for each set of advertising messages...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
Hi,
I'm exploring the ANCS example with SD130 SDK 8.1.0 ...
The application acts as a GATT client to receive notification from GATT server on the iPhone.
I see in the...
Hi everyone, I am now writing a program with scheduler. But the program always can't enter app_sched_execute. I don't kow the reason. Is the scheduler blocked.
Firstly...
Hello,
I'm trying to implement a DFU support into the application, and in order to learn how it works, I'm following the steps at the page developer.nordicsemi.com/......
Is there an easy way to find out the range of handles for a service which I added? Obviously the first one is the service handle, then you add characteristics and descriptors...
Hi,
While access sd_ble_gattc_write api, I got an error code 0x00000011. If I check nordic document for sd_ble_gattc_write error code, I can't find any error code with...
I would like to use nRF2460 in my project (Hearing Aid for elder people).In that I need to transmit the data from a mic/line in to >30 receivers within a range of 100 yards...
I'm using nRF51822 and i want to send a notification to the central to notify it for the changing of a characteristic value (major_value) after using the sd_ble_gatts_value_set...
I currently have a custom service emulating the batterey service. I have added an extra characteristic to recieve data from the central in the same way as ble_app_uart. the...
Like explained in this tutorial , on master control panel I do File-> Flash Programming and reprogram the dongle, which then turns on one more LED on the dongle. But, I still...
I'm using SDK 7.1, PCA10028 eval board, SD110, MCP 3.8.0.7
I've compiled and loaded the dfu_dual_bank_ble_s110 project into my PCA100028 board. It shows up in the MCP as...
Hey,
I use ESB protocol on nrf51822. I am using one Pipe currently I can achieve only 183 Kbps, I read that i can achieve 1Mbps data rate if we use ESB. I have few questions...