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...
Goodmorning,
I developing an application on nrf52840 board with SDK15.2.0 that communicates via BLE with from the APP nordic. I am started from the example project ble_app_cscs...
So I'm trying to implement Mesh OnOff server with BLE DFU supports. My implementation is as follows:
These are my app_config.h and nrf_mesh_config_app.h
I face...
Hello,
I am trying to use several Thingy 52 as peripheral devices, (sensors) connected to a central (Gateway) particle Argon running ( nRF52840). The idea is to connect...
Hi, I have 2 questions regarding multiple controllers using nRF Mesh.
1. I used the import/export option to transfer the network details from Phone 1 to Phone 2. After import...
now I'm on going NRF24LE1 project to low power mode. I try to find several reference as link below, but both of them can't open, someone can help me ?
https://www.nordicsemi...
I have just purchased a nRF52840-DK
I am following the getting started tutorial and when I scan for devices the Nordic_prox device is not appearing in the device list but...
Is it possible to use the NRF cloud outside the dev kits? Working on a custom pcb with custom software and would like to use NRF cloud for it.
---- Christopher
Hi ,
I am working on NRF DFU firmware update. for that i am using secure bootloader code .
I tried with the of way of flasing bootloader code on my custom board and sent...
Hello Nordic community,
I updated latest modem firmware v1.1.0 in nRF9160 custom board. After flashing application code into custom hardware I power off and power on board...
Hello,
I have a question about hardware for Bluetooth LE Audio.
I see Nordic is working on a dev kit:
https://blog.nordicsemi.com/getconnected/le-audio-unveiled-as-the...
HI
I am programming NRF52840 dongle using nrf52840 dk
i have flashed blinky code to my nrf52840 dongle it programmed sucessfully after that i have erased the dongle by...
Hi there,
I'm trying to use the aws_fota example with nrf9160 and AWS and it works fine. The problem is that in my country we don't have LTE-M, so we decided to use a...
Hi,
My application returns ERROR 8 [NRF_ERROR_INVALID_STATE] after I click disconnect in the app "nRF connect for mobile" .This error is returned by "ble_advertising_start...
I try to run samples/bluetooth/scan_adv on nRF52840/nRF5340 using nRF BLE Controller..
Result is nRF52840/active scan: 498 packet/s nRF52840/passive scan: 507 packet/s ...
i have done read and write operations on fds with dummy buffer. now when im writing new data into fds it is showing the previous data .can anyone give the function to erase...