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...
Hello,
I was wondering whether or not the standard analog pins on the nrf52832 have to be defined as analog inputs with the gpio methods.
I ask this because I am trying...
Hi there, I was able to work with uart ble example described in tutorials/36/.
My question is how to disable encryption on BLE link? Specifically, we need to make disable...
Hello All,
We need the following for reference purpose only
nRF6939-HW
nRFready Smart Remote 3 for nRF52 Series Hardware Files
www.nordicsemi.com/.../nRFready...
Hi,
I am building a custom PCB using the nRF51422 chip. I need to include a pushbutton switch on the PCB to generate an interrupt when it is pressed(gpiote). I am connecting...
Hi support team,
I'm using Nordic nRF52840 with PCA10056 and SDK 14.1. I have a problem with UART connection.
I have a custom board which need to hook up UART connection...
Hi! I am currently doing my project on BLE beacons. I am using nordic's nrf51822 and waveshare ble400.
I am using a blackmagic probe instead of jlink to program it using...
Hello,
my sdk is from nRF5_SDK_12.3.0_d7731ad, I added the dfu service to the ble_app_uart project on nrf51822QFAC,but it just could run to serviive_init() function and...
I am using a bootloader based on the secure serial DFU bootloader example in SDK 13 and tested it on a development kit. I noticed that hardware flow control is enabled in...
nRF52810
1,
Conditions: Two dma buffers are used, SHORT = TASK_STARTRX, 1M baud rate (10us / B)
Phenomenon: At END_RX interrupt, I called GPIO0 = low. With the logic...
Bluetooth Mesh Glossary of Terms mentions 3 different kinds of addresses: Unicast Addresses , Group Addresses and Virtual Addresses .
I think I understand what a Unicast...
I'm developing firmware for the nRF52832 in eclipse, and since I'm using the NFC pins as GPIOs I need to include the "CONFIG_NFCT_PINS_AS_GPIOS" cflag in my Makefile. However...
I've noticed that if I have data queued to go out over the uart (using app_uart_fifo) if I do an fds_record_update the UART TX is effected. You can see what's happening in...
I have put my code developed on a nRF52 dk on a custom board that is based on a ISP1507 CPU. We are having higher current consumption than expected, I use the exact same code...
Hi There,
In company we are working with nRF8001 (currently C revision) and we want to send some custom data in an advertising packet. However, when C revision is selected...