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...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
Hi Nordic folks,
Our project is using nrf52840-DK boards as the development beds. We're developing a security application by leveraging the internal CryptoCell CC310 inside...
Hi everyone,
I successfully tested the example of the MQTT publisher in the IOT sdk on a NRF52840 and a raspberry pi 3+. The messages end up in my mosquitto install and...
Hi,
We have seen random ARM faults.
After some time we have seen that the lr register often pointed to entropy_cc310_rng_get_entropy.
This is our setup:
- Environment...
I recently purchased nRF52840 DK. While scanning through the website, I came across a suggestion to start with Blinky example. I opened the project in Segger Embedded studio...
Hi,
Observed that Openthread CLI project in NCS v1.3.0 is not compiling as it is using Segger Studio but building with command line. Please fix this.
Thanks
Sridh...
Hi Nordic experts,
I am trying to use Segger IDE to build the mcuboot boot-loader for NRF52x development kit. I am using NRF connect SDK 1.3.0 While I can build it successfully...
Hi
I am facing two issues in the below code. I use segger embedded studio.
1.The value I am setting as fs_initialized = true in line number 90 (inside FRESULT fs_init...
Hello,
I'm working with nRF5 SDK v16.0.0.
The documentation on Hardfault handler implementation clearly suggests to define DEBUG_NRF in order to get an automatic breakpoint...
I have the Thingy91 module, everything is working when I (turn off modem then) set AT%XSYSTEMMODE=1,0,0,0 (and turn on modem again), but if I power cycle the device the original...
Even though we passed AT%NBRGRSRP, it returns only ok like below, never returns any values:
AT%NBRGRSRP OK
Could you please advise us how to get the defined values with...
Hi Team
We are using the nrf52840 module for our application, in that we need the enable the "Micro_Ecc" functionality,
What are the steps we need to follow to enable...
Hello,
I have implemented DFU using I2C by modifying the original nrf_dfu_serial_uart.c file. Also, on the master side I have added an I2C adapter class.
The communication...