Hi
It seems that the default minium DTLS handshake timeout is about 1 second. That means, there is a retransmission if a response isn't received within this timeout. In...
Hello,
We are developing nRF5340 SoC and is currently using Thingy53 as our reference design, our NCS version is v3.0.2.
So far, we've been able to use dfu-util tool to...
Hi,
Due to pcb constrain, we need to use single button mode with PG/RESET routed to SHPHLD. In this mode long press for reset in the datasheet but nothing is said about...
Hello,
I am working with the DWM3001CDK (nRF52833 + DW3110) using SDK 17.1.0 . I have successfully compiled and flashed the DTM example.
I am trying to use nRF Connect...
this is my prj conf
# Bluetooth
CONFIG_BT =y
CONFIG_BT_BROADCASTER =y
CONFIG_BT_OBSERVER =n
CONFIG_BT_PERIPHERAL =y
CONFIG_BT_DEVICE_NAME = "Range extender"...
hi support team,
if customer want to certificate device with 21540, which tool can customer use for dtm testing?
our tool can only set it to 8, can't be 10, as below:...
I configured nrf to go to sleep after 5 minutes of inactivity and then wake up by external signal (by accelerometer interrupt if any movement detected). what struck me is...
Hi again,
I'm here with another HID problem. When I flash my chip with standard HID mouse example, OS discovers it with it's declared in code name, connects succesfully...
I have designed an custom application board based on nRF51822 SoC,
Now i wanted to do testing on RF front.
I found one Test guideline(RF_Performance_Test_Guidelines_v1_0...
Hello Everyone,
I am able to do this functionality by using NRF5DK
Using Android APP (MCP master control panel) am able to make beep sound in the NRF51DK by using...
Im working with a nRF51422 EK. So, there is an android application with 2 buttons. Each of them can Set a LED. It will be set as long as the button is pressed on the application...
SDK:10.0.0
Here is the error when I compile
..............\components\softdevice\common\softdevice_handler\softdevice_handler.h(40): error: #5: cannot open source input...
Hello,
I have a project which is currently using S110 SoftDevice v7.1.0 with nRF51 SDK v6.1.0. The hardware is nRF51822 xxAA revision 2. It will probably be upgraded eventually...
Hi,
I intend to use ANT protocol for an application of soccer players trackers.
Each soccer player would wear One master and remote sensors communicating with ANT.
But...
Is there a way to know if we are in critical region?
ie: between sd_nvic_critical_region_enter(&foo) and sd_nvic_critical_region_exit(0) without explicitly using a global...
Hello,
I'm using nRF8001 with Arduino for our project. I use BLEeripheral. h and I need to know if it's possible
with the visibility of NRF
when invisible can nrf...
Hi,
everyone,
I am new with the uvision IDE.
Can anyone tell me how should I supply source and header file to project so that my header files can be access without relative...
I'm curious. I believe I can set it up in the keil "options->target" tab.
I get it that as long as I don't cause the softdevice and my program to "overlap", it is fine...
Hi,
Everyone,
I am using ble_app_uart project to start with . I added tps service by checking BLE_Services->ble_tps in Manage run time environments.
And changing some...
Hi, all.
I use nrf51822 complete to scan devices, with nRF51_SDK_10.0.0 and s120_nrf51_2.1.0. When in scan state, the scan window is 50ms, and scan interval is 100ms. I get...