Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
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...
Dear Sir.
I was testing dfu mode with an nrf52840 dk and held down the IF BOOT/RESET button, then powered up and waited a few seconds before it went into bootloader mode...
Hi,
I'm evaluating the NRF52832 for an ultra low power BLE application where I'm going to use GATT. I've built some prototypes with the NRF52832 and right now I have to...
Our engineers have two questions that they are confused with:
1) When applaying ble techniques, does nodic 52 serious of chip compatible with SIG mesh?
2) When applaying...
Hi there,
we are working on getting type approval certification, and the test lab is asking for fixed frequency software, drivers and SOP.
What we need is the fixed frequency...
Hi,
The actual problem: I want to store some stuff to flash at factory, that is never erased. And I also need another persistent memory that can be written in runtime. I...
Hello I am now trying to implement an active NFC Tag using nRF52832. But I don't know what that example project is. Can you point to a command or example source that performs...
Hi,
nrf-sdk: 1.3
Firmware: 1.2.1
Using offloaded sockets(secrets at the modem side)
My use-case is this: Provision PSK and identity to device at the factory for DTLS...
Hello,
do you have any method, example or other documentation to recommend to me in view of implementing the storage into non-volatile data with our thingy91 ?
we use...
Hi team,
Is it possible to route the low frequency clock inside the nRF9160 to an external device? If not, then the only option is to generate the clock using the timer...
Hi,
We use the nRF radio timeslot API to take control over the radio and other peripherals periodically. We have noticed that when the timeslot is active (we own the peripherals...
I tried to use the Bosch BSEC library for the Asset Tracker application for nRF9160.
It seems that the Asset Tracker was build for BSEC 1.4.7.4 which is unfortunately no...
I develop a test fixture based on nrf51 code that I use for final product.
NRF51 is just a part of a complex test fixture, then I have just "one" test fixture model.
I...
Does m_xfer_done need to be set to false before calling nrf_drv_twi_rx? If so, does while (m_xfer_done == false); loop need to be called on every read?
I'm developing a Bluetooth mesh device on a Window 10 machine using Segger Embedded Studio v4.52c on a nRF52832 chip using SDK16.0.0, Mesh SDK 4.1.0 and FreeRTOS.
in the...