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'm developing on an application which requires to catch high speed, variable size and bursty (~0.5 Mbit/s) data from a sensor connected to a nRF9161DK trough a UART...
I am using the S312 protocol stack on nrf52810, with both BLE and ANT+enabled, to transmit heart rate. It can be used on most devices, but it is difficult to connect to 'wahoo...
We disconnected the 32.768 kHz crystal X1 on the NRF54L15 DK board and the system does not work.
What changes should be done in the code to make system work? Any recommendation...
Hello,
There were some recent changes in the Nordic PDN library - function pdn_dynamic_info_get that led to the changes in slm_ppp.c and the way the application gets MTU...
I'm still new to this but particularly in regards to battery. I have a custom board with a nrf5340 and have been working on reading the voltage. I used the battery sample...
I've been able to flash consistently but I finally got my nrf5340 custom board working using Hight Voltage DC/DC by setting it to UICR_VREGHVOUT_VREGHVOUT_3V0, but when I...
In nRF cloud, in the device list ( https://app.nrfcloud.com/#/devices ) it is difficult to manage larger number of devices because of lack of search and limited sorting. ...
I have a ready hogp struct and I'm trying to subscribe to an input notification (I'm connecting to a bluetooth keyboard) and I'm getting error -22. Here's the callback in...
I’m working with a device that communicates over single-wire UART (half-duplex), where TX and RX share the same line (because the peer device is designed that way). Now I...
We are using Thingy:91 X as an evaluation platform for our upcoming product. Our test application is made up of a nested-loop structure like
while(true){ lte_lc_connect...
Hello,
I am trying to count pulses on nRF52840 DK's pin for measuring water flow with hall effect sensor. I tried to implement PPI + GPIOTE + TIMER in counter mode, but...
Hi Team,
We are using nRF9160 MQTT sample code 'mqtt_simple'.
1. What is the maximum payload we can send in one single PUBLISH?
2. I want to send 4KB of data in single...
I am using nrf52810 for ble peripherial , is there any sample project which has pass key authorisation , if not what are the changes need to incorporate in peripheral template...
Hi - I am seeking clarification on a topic as I am a little unsure on the correct way to do things.
I'm using an nRF52840 and porting an old Firmware from nRF5 SDK to NCS...
Hi, I am using nrf52840-based custom hardware and have an external flash connected on SPIM3. Till now I was working with my other peripheral connected on different buses and...