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 Nordic community! My setup is pca10040, android tablet, s132, sdk14.2.
This time I am trying to understand why this code:
While using nrf toolbox nrf UART prints...
Dear All,
I would like to explore the possibility of repetitively transferring small amount of sensor data from an nRF52832 to an ANT(+) compatible Android device, for a...
We are using an MDBT42V(29 pin) module which we discovered from the datasheet, comes with an nRF52832 controller. We are using a nRF52 DK to dump codes into this target board...
I am using nRF Connect (PC version) a lot to debug my application. I am using a PCA10040 board as dongle and everything works fine most of the time. But after I keep the nRF...
SDK 14.2 libraries/util/sdk_errors.h includes sdk_config.h but does not use it. In other words, it falsely expresses a dependency.
This makes it harder to compile code ...
I'm trying to send a string of 140 characters length using UART.....but only 98 characters length is being recieved in the output.
what could be the issue? How many bytes...
I am using nrf52 with SDK 14.2.0 and SD is S132.
The issue I am facing is that after Central is paired with one peripheral and bonding is done, the bonding information...
Hello! I am attempting to prototype a solution that implements a peripheral with the battery service that connects to multiple central devices. I see in the ble_app_multilink_central...
Hello,
i try to get a service with base_uuid1 and to this service a characteristic with the base_uuid2.
I am trying to implement BLE MIDI, the BLE_MIDI Specs:
BLE...
I developed square pulses from nrf51822. but I want to create biphasic current form from nrf51822. can u help, what kind of circuit i should add with nrf to create biphasic...
Hi, when following this tutorial and trying to make uECC in step B1, I got this error:
makefile:77: *** missing separator. Stop.
I tried multiple directories, all gave...
Dear sir,
Sir I am using nrf52832 with sdk14 for my application. Please the tell me what is the value of crystal oscillator, capacitors for the Bluetooth application ? Is...
Hi,
I have a hex file that builds [experimental_bootloader_secure_usb].
If you use keil, it will be downloaded and operated stably on board.
However, if you do not use...
Hello, I'm unable to compile my project, the compiler says:
I know there is a similar question here but the answer did not help me. I have
in my INC_FOLDERS in Makefile...