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...
Hey,
I bought a device which uses the N52832 SoC, Im gonna attach a photo of the device. Is it possible to get the code from the device, modify it and then upload it to...
Do you know of any way of reading the installed modem version of an un-locked nrf9160 through the j-link programmer. I would like to conditionally program the modem firmware...
Hello ,
I want to use OLED display having SSD1351 driver with nRF52832 DK board over SPI. Is there any library or support available ? Please help to share if it is available...
Hi,
We have a peripheral based on the nRF52840 which connects to a smartphone as the central.
Following the guidelines for iOS we have selected a connection interval of...
Hello Devs,
I am testing an nRF52840, configured to operate to 1.8V using the DCDC converter. All pins are supposed to operate in a 0-1.8V range.
So my question is...
Using 52840, I would like to drive an external device at 800Khz
Works well without enabling the SoftDevice
But once the SD is enabled - this does not work
Ideas?
I used 9160 to develop a product for the customer. Previously, I used ncs1.2.0 SDK, and the power consumption of the whole machine was about 200uA. Now I am going to use ncs1...
Hi mate,
I followed the link (+) Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com) step by step and its worked...
Hi mate,
I followed (+) Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com) your instructions and successfully implemented...
We found that when testing the nRF52832 chip, if the C9 capacitor is empty, the chip broadcast power consumption increases from 20uA to 40uA, and the power consumption of...
Hello,
Over the years we've occasionally been experiencing a issue with nRF52840 and nRF52832 chips in case of which any BLE activity would stop happening. A chip mounted...
Hi,
I've used the module https://github.com/NordicSemiconductor/cloud-firmware-ci-device-helpers-js to create device certificates for a nRF9160 device and then AWS JITP...
Hi there,
Is it at all possible to run nRF Connect for Desktop apps like the programmer and the power profiler from outside the nrf connect for desktop app?
e.g. is there...
Good day,
is there a way to check if a client is connected to GATT server/service? Would like to send a data after device gets reconnected.
i am using PCA10040 with...