I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hi!
I try to write SD to 52810 and nrg go studio can't do it. After recover it can't to switch normal window with possibility erase device and SD write. What possible reason...
SDK 14.2 / SD132 5.0 / NRF52832 --> NRF52832
There is a thread here which discusses "when NUS is ready" : https://devzone.nordicsemi.com/f/nordic-q-a/28208/when-is-nus-ready...
I'm using SDK nRF5_SDK_15.0.0_a53641a, and I was able to trigger the hard fault handler from within the Nordic NFC library. Nothing was running. The microcontroller was asleep...
Hi
Some time ago, we purchased a couple of boards, then (I believe) called nRF52 PDK. They are marked PCA10056.
We need to obtain more nodes. From gleaning information...
Hello there,
I'm looking for a good source that explains the ideology of the Nordic methods for programming and debbuging the nrf5 chips so I'm looking for something that...
Hi,
I'am trying to run the example in Software Development Kit > nRF5 SDK > nRF5 SDK v14.2.0 > Examples > Bluetooth low energy examples > Experimental: IoT Examples > TCP...
Hi,
We have our nrf52840 module going to be ready soon. For production testing, what is the recommended and capable lower tester and upper tester? I am sure that nrf51822...
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...