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...
Hi,
Following the docs I think I am able to write to flash but it will not read anything .
This is how I set it up, write and read :
static void sys_evt_dispatch(uint32_t...
Hi,
I used a PCA10040 dev kit with nrf52832 to test Serial Secure DFU Bootloader.
Followed all the steps in the example with my PC (Ubuntu 16.04.1 LTS 64-bit).
I...
I am using SDK 12.2.0 with soft device s132 3.0.0 using NRF52 Development Board(PCA10040).
I want to update Battery level to central device/APP.As i want to use code for...
Hi,
I am working with a nRF51822 chip placed on a Ble Nano v1.5 board and I would like the schematic of Ble Nano v1.5. Could anyone tell me where I can find the schematic...
Hello,
I am using pca10028 and sdk12.2. I am trying to take sensor reading via TWI and I want to send this reading over ble. So I am trying to add twi files in ble_app_template...
I am attempting to increase the queue size for handle value notifications to support a higher number of packets per connection event. However, I am unable to set the queue...
Hello,
I'm working on nRF52832-DK with SDK11 on linux.
Is there an example to use whitelisting ? I'm trying to use HIDS_Mouse but it's not working.
How can I write...
i have learn how to program nRF51 DK with and without softdevice. Now i want design code as per my requirement... but find difficulty to understand given sequence of code...
Hi,
I am working over nrf51822 ble and I have some security issues with that. I'm programming an android app to connect to the nRF51822 (peripheral). Without any security...
Hi.
I'm trying to control a keyboard and a mouse with nRF24LU1+ USB dongle module.
www.nordicsemi.com/.../nRF24LU1P
I downloaded this link below from the Nordic website...
1\select zip file
2\scan and select nrf51 dev
3\upload.
then the nrf51 enter dfu mode, and can scan the dfutag ble dev. but the ADDR auto add 1 . Wait about 10 seconds...
Hello everyone.
I've got the nRF51822 Evaluation Kit and Dongle. The heartbeat demo is working, so I got the toolchain -- Nordic, Keil, Segger under Win7 -- set up correctly...
Hie,
Is it compulsary for us to send only 20 bytes of data or less than that in one packet in BT5 as we used to do it in BT4 to make BT5 compatible in communicating with...
Hi,
I want to develop a product with Bluetooth 5( NRF52840) capability, before starting development I wanted to know will the Bluetooth 5 devices(Peripheral) will be compatible...
Hi. When i use ble_app_uart i have problem with my device over uart. It does not response to my commands.
I'm using custom pcb based on nrf52 with nrf UART v2.0 android...