Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
Hi all I am wrking in an sample be program where ble is advertising everey 5 seconds. I have configured app timer with fire period = 5 seconds in order to read a sensor. After...
Hi,
Ipv6 UUID 0x1820 shall be present in the advertising process. Is it mandatory to put it in the ADV_IND message or can it be in the SCAN_RSP one ? ... the scanner, 6BR...
Currently, we are testing Bonding & Connect.
Please see the attached log below.
If Click 「Bond」 on Android App (nRF Connect), disconnection occurs after "PM_EVT_CONN_SEC_SUCCEEDED...
Hello,
I have the following question: when developing a software product, I developed my own service. It consists of one characteristic and several descriptors (valid range...
On our products, we assign a custom sequential mac address to each unit (we use this number in other places in our system). I believe this is an issue due to the bootloader...
Hello all,
We are using nRf52832 DK.
We are trying to run TCP Client example from IOT.we have even burned the s1xx_iot soft device.We are getting the the error "CMSIS...
Hi,everyone!
I need to configure an external interrupt so that when the interrupt is triggered, I can do something else
When I configure it in the following code...
Hi
Hi i am trying my application for sleep and wakeup without gpio. Actually my work is to put my device(battery powered) in sleep for 5 minutes and after that it should...
Hi,
Download "thingy" sdk and re-compiling it; add SDK 12.3.0 sdk_components to the build and it is showing just 1 error:
can't find ../../../libs/libmpllib_Keil_M4FP...
Context: in my application, I need to know rather precisely when the SAADC is taking a sample. So I did a test and discovered something interesting.
I'm triggering the SAADC...
Hi Support Team,
Is there any information about light sensitive spec of 52810 WLCSP package?
What we concerns are:
(1) Which light is sensitive for 52810 WLCSP?
...
Hello, I am trying to integrate buttonless DFU functionality to my project.
However, when I compile the project I get this error
The steps I took was to start with the...
Hi
Env: Linux, command line, arm-gcc, softdevice 7, sdk 6
I am having strange behavior when running BLE based program (in nrf51822 and it uses ECB encryption), and...
I'm trying to be a good camper and stick to published SDK interfaces, but I'm stuck on one point.
I want to use the PPI to toggle a GPIO pin AND clear the timer on a timer...