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...
In the picture, the usb pcb is PCA10000, the circle PCB is the product PCB.
The diameter is 20mm.
Chip antenna is used now but the distance is 5m in 4dbm TX.
Here...
Hi all,
I would like to design a product based on the nRF52832 chip. The board should have an accelerometer, a charging circuitry for a LiPo and some additional components...
Hi there,
I am done with TI and the new IDE and Stack 2.2
May be anybody can point me to the right IDE and chip to replace my TI CC2640 4x4 designs to Nordic semiconductor...
Hello,
I would like advertise for an unlimited time.
Why value 0 in ble_gap_adv_params_t::timeout don't work ? Device don't advertise anything. It works fine with a positive...
In the nrf_drv_gpiote in SDK 11.0, I can only find a function to get the address of the out task for a gpiote channel. Shouldn't there be a similar function to get the addresses...
I am working on nRF51822 ble_app_bps and I want to use Estimote SDK to monitor beacon on the background.
I also changed UUID, Major, Minor value: UUID.fromString("00001810...
Hello,
We can not convert Altium File to DipTrace or Eagle File. We need those files asap. I'd be thankful if you could help me in that issue.
Thank you
Hello Nordic Support Team,
We have a product that uses nrf51422_CE_AA, Revision 3, 256KB ROM, 16KB RAM, PCA10028, SDK 8.0.0, S110. Since there are more than 7000 devices...
I'm trying to get the default SDK v12.0.0 BLE App UART running with SoftDevice S130 v2.0.1, with minimal customization (I just enable the Peer Manager module in sdk_config...
Hello,
I am using i2s through the driver : "nrf_drv_i2s". After playing a song, I have a residual current consumption about 1mA unless I call nrf_drv_i2s_uninit every times...
Hi everyone!
I flashed an application with the help of DFU bootloader. The application runs for the first time . The application contains a service that lets the application...
Has anyone had the problem recently of trying to make or debug from within GCC and hitting an exception immediately? I believe I picked up an update to Eclipse because after...
Hi, I'm using SDK12 and I'm trying to implement button debouncing. I have initialized one of the nRF52 board buttons using app_buttons.c. In the infocenter I read that debouncing...
Hello,
I am using ble_app_template project. I want to add uart in this project. So I am referring uart project from peripherals. Now in ble_app_template project under nrf_drivers...