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 tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi all, when I modify ble_central for connect multi peripheral via NUS. I got error : BLE_DB_DISCOVERY_ERROR in funtion
So, can you show me how to solve it . Thank very...
Hi there,
Is possible use nrfjprog to write in flash the data time using windows batch commands after programmed the device?
actually, I want to use the nRF52 as a RTC...
I have a question about the nRF52840 QIAA Reference Layout v1.0 which can be found in the infocenter /nRF52 Series/Reference Layout. I saw that it has keepout areas on mid...
I'm trying to implement an application for the nRF52832 that will provide an OTA update to another external nRF52. The code for the device accepting the update has already...
HI, i want to know, how can i use the feature of LE Data Packet Length Extension which in core v4.2.
i want to connect the PDK with the my phone, What should we change?
I want to establish a BT network system which includes one pc as a central node, and 32 client nodes. I want to collect 32 client's sensor data concurrently via BT. At pc...
Hello I was trying to run the Power Profiler Module with nRF Connect but I geting the following error:
ps: The python solution is already working for me.
What is the RTC run current on the nRF528120? It is not listed in the datasheet.
In addition, what is the run currents for the clocks on the 810? There is no information...
I need to send data from PC (windows 10) to nrf52832 using UART (hardware) in order to retransmit this data through mesh network with light switch example.
Do i need to...
Because I'm using PTR9618 module of nRF52832, it don't have XTAL 32.768Khz (X2).
When Makefile have NRF52_WITHOUT_SOFTDEVICE=1, hello-world, blink-hello work fine. But when...
Hi,
I'm looking to generate a clock signal on a gpio with an exact frequency. I tried this by setting the pwm base clock and adjusting the top value but got no luck.
Is...
Hi Nordic,
I find somethig wrong while using GPIOTE.
I.
First I call nrf_drv_gpiote_out_init(MY_PIN, &my_config), it works fine. However, I call nrf_drv_gpiote_out_uninit...
dear sir
i had use the ble_ant_app_hrm demo to test ant+ble,but i could not find the softdevice in the folder,so i can't connect it to my mobile phone,the link address is...
Hi, I'm using Central multilink example to connect with our Custom Peripheral sensors. I'm using board PCA10040, nRF52832, SDK_14.2.0, s132. Sensors have a custom service...