I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
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...
I am migrating from the 2.6.1 development environment to 2.9.0 but am unable to compile due to some configuration issues.
My prj.conf configuration file is as follows: ...
Hi,
Recently I upgraded to nRF Connect SDK 2.6.1 and I was required to enable the GPIOTE in order to build properly. Doing this has significantly increased (nearly doubled...
Hello,
I'm reading about 700 values from an LSM6SDO gyro/accelerometers per second and need to store them, before sending them over bluetooth once where I store them is...
I’ve been working on creating a C++ application based on the NUS example, but I’m encountering an error. I’ve attached my application below. All I did was enable CONFIG_CPLUSPLUS...
ncs_add_partition_manager_config does not appear to be working. I am using ncs 2.1.0 and doing a build with MCUboot. Am I doing something wrong below?
I am using the following...
I open up a flash shared space in app and bootloader, write values from app, bootloader read, bootloader read values such as 0xFFFFF, and not ideal values, may I ask why this...
Hi, I'm upgrading the ncs version of my project from v2.7.0 to v2.8.0 and I'm no longer able to compile the project due to a linker error because the websocket_connect function...
Hi,
I followed the instruction ( https://docs.nordicsemi.com/bundle/ncs-2.5.0/page/nrf/samples/cellular/lwm2m_client/sample_description.html ) to build and run on my nRF9160DK...
Here it is suggested to gracefully terminate a thread by sending it a notification of any kind. But how can I terminate a thread that is in a waiting state with K_FOREVER...
I am having a recurring problem with NFC-CONNECT: build action. It hangs when building. Gets stuck with the following message in lower-right hand corner of screen:
The...
Hi,
I cleared my desktop and development environment.
So I rebuilt IDE using VSCode and NCS 2.9.0.
Everything works well without Intellisense in VSCode.
As above...
Hi,
We are using nrf52840, with SDK 16.0. we wanted to know that How does Garbage collection works?!
Does it reuse the allocated pages by erasing it or it uses the new...
I am just starting out. Trying to figure out how to interact with the board and my tool chain. I'm not sure how to flash a merged.hex file I made (serial_lte_modem) into the...
Hi,
I am using the nRF54L15-DK board and would like to use the driver code for the peripheral(Timer,SPI etc).The SDK I am using is NCSv2.9.0,Please help me find the driver...
Hi everyone, Is there a demo or project code showing BLE transfer between two Nordic chips/devkits with a data rate more than 2mbps using 4mbps phy? Thanks.