Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello, I'm trying to get FOTA over BLE (SoC & external Flash) working on NCS 2.9.0. The sysbuild and MCUboot configurations and overlays seem to be fine. The application builds...
Hi,
I've started working with the nRF52-DK for developing a new product based on the nRF52832. I'll be using custom services so I took as a starting point the projects provided...
Hi,
I'm using Linux with Visual code extension to compile for both nrf52840DK and nrf52480 dongle and I'm using the programmer in nrfConnect to write to the devices. The...
This case don't happen when i merged net_core and app_core to burn . I used to burn only one core.
What causes this?
Now I have a new question.I use one nrf5340 as CIS...
I am using nRF connect SDK and wanted to examine gpio 'out' register during the debugging session but every time I try to print the register value, I get the following error...
Hi,
I am using the SDK 2.1.1 and I will upgrade to 2.1.4 since errata 160 is fixed there.
Reading the errata document here , the anomaly 168 is fixed in SDK 2.5.1. Unfortunately...
Dear nRF support,
nRF5340 custom board
nRF NCS 2.5.x
Running into this very weird issue:
Program runs fine if I don't attach debugger to it
When I do "attach to...
Hello Nordic Engineer,
I successfully controlled the 52840 DK through Mesh using my phone. However, after exiting the app and reopening it, I can no longer control the...
Hello Team,
I’m working on implementing BLE Mesh on the nRF52832. I extracted the BLE Mesh ZIP file and placed it in the same directory as the nRF SDK. Then, I opened the...
Dear Nordic Support Team,
I am encountering an issue with the nRF52 SDK for Mesh v5.0 and nRF52 SDK v17.0.2 while running the serial example. The system runs for a while...
Hello,
In the header file nrf54l15_types.h, we see the following defines related to the SAADC:
* REFSEL @Bit 12 : Reference control */
#define SAADC_CH_CONFIG_REFSEL_Pos...
Errors on calling "lte_lc_init()"
Does anyone know what the corresponding error codes mean, or what could be done to debug the cause?
Thank you very much.
I am writing an i2s application for the nRF5340 Audio DK with toolchain and nRF Connect SDK v2.9.0.
During development I noticed that nrfx_i2s_start() does not seem to check...
Hi,
I am working on a project where I have two separate physical devices , each based on an nRF52832 :
One device is a BLE Mouse
The other is a BLE Keyboard
My...