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 All,
I have below requirement on NFC. please suggest how to start with the same.
1.NFC operation. (Simple Read Write into NFC Tag Memory).
We need to see a demo...
Hi,
we are trying to use pc-ble-driver (source and hex files from tag v3.0.0) together with nRF52 DK. We are running the heart rate example code on Ubuntu 16.04 (tried both...
Hi,
I'm very new to the NRF5-sdk and I found out about NRF5-sdk for eddystone on github.
I would like to ask, Is the NRF5-sdk for eddystone compatible with BMD-350 board...
Hello,
I'm currently trying to build my Keil project. i2c.c file in my project is using nrf_drv_twi driver functions.
So I included nrf_drv_twi.h in the file (or in the...
Hi,
I'm getting started with a couple of nRF52 boards. I want to pair the boards to each other (one central and one peripheral). Then I will have buttons connected to the...
Hello, when transmitting packets with nRF52832 is there any chance to keep the carrier frequency off until the first bit of the preamble is being sent? (The product specification...
Symptom
Depending on the data values written to the log this either triggers a hardfault or executes some random code with random results.
Repeatability
I can reproduce...
Hi,
I do use a power supply which generates +3.3V and +5.0V .
Please, could you explain me what will be the energy efficient way to connect them to nRF52840?
VDD_HV...
Hi,
I am new to Nordic products. Could you help me and give me links to where to get started?
Could you tell me how can I setup eclipse for my DK and Keil for this DK...
Hello,
I just wanted to update previous similar questions for the nRF52 series, old one for nRF51 is here: devzone.nordicsemi.com/.../
At page 151, section 20.4, of the...
Hello,
I'm working with FDS and I have declared a variable like this:
__ALIGN(4) static uint32_t data;
My code compiles and works correctly but Eclipse complains...
I am using an nRF51422 for BLE and other code applciations. The data is transmitted via BLE and the module goes to sleep. But I am unable to wake it up without using a Reset...
Hello,
I'm getting an error in Eclipse that makes it unable to find standard libraries and definitions, therefore showing literally thousands of errors with things like...
We have problem that after deleting bonding info on the NRF51822 the iOS APP doesn't know its bonding info have been removed and try-s to connect whitout asking for pairing...