Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
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...