Currently advertising packet is built by macros, but the data types include const qualifiers.
What is the "proper" way to dynamically update advertising please? I need to...
I am currently trying to get LLEXTs to work on the nRF5340 Audio DK. I was able to compile an llext and load it successfully, using the cmake features, However, I would like...
Hello,
already found a description in the Tech Docs, how to bring the external memory into deep sleep on QSPI interface: https://docs.nordicsemi.com/bundle/ncs-latest/page...
Hi,
I am working on zigbee demo "light_switch" with NCS2.8 Add-on SDK.I enabled MCUboot according to the steps in the course " Lesson 9 – Bootloaders and DFU/FOTA "
1...
Helo, I have ISP1907 for BLE AoA.
In my understanding, the antenna spacing should be half of wavelength, in case of BLE, it would be 2.4GHz thus the spacing should be 6...
NCS 2.9.1 - NRF5340 DK
I've developed the gppi one_to_one example to try and create an asymmetric pulse that I can control with the Timer compare registers. It boggles my...
Hello everyone,
I am a beginner looking to dive into the world of HID (Human Interface Device) development, specifically using the NRF52840 microcontroller. I recently...
My nRF8001 device uses encryption with just works procedure.
Establishing a bond between nRF8001 and peer device as well as reconnection works on Android.
On iOS reconnection...
Hi,
I have download nrf5_SDK_for_Mesh_v1.0.0_src and want to start with nRF52840 DK and 52832. I could use EmbeddedStudio to flash it to 52840. Is there a app on the phone...
hi guys ;
i have already an application on android phone that can read and write charchtéristic i also followed the tutorial Bluetooth low energy Characteristics, a beginner...
Hi,
I have an application where both radio notifications and flash operations are used.
It seems that every sd_flash_write() generates two radio notifications. So during...
Hello Everyone,
I am using raytac's BLE module (nrf51822 chip antenna version, 32kb RAM 256 kb Flash ) (www.raytac.com/download/MDBT40/MDBT40-ANT-D.pdf) in our product...
Hi,
I have a problem with NRF_LOG_INFO() macro - it only shows messages form main.c file but not from another .c files in project. Why this could happen?
I work in Eclipse...
Hello,
is it possible to use a external clock e.g. a digital output of a TXCO. As source for the LF clock. So the same clock source as used for the host uC can be used...
Hi!,
I'm newbie with nRF52. I have a nRF51 Development Kit and a nRF52 Development Kit.
I have installed nRFconnect (for Ubuntu 64 bits) in Fedora 24 Workstation (64...
Hi! I have tried to use USB CDC ACM in my project but after running the USB CDC ACM example in the SDK, I found out that the example have the issue of not sending the data...
Hello,
So I'm constantly reading data using i2c into a variable. How do I transfer the data in this variable to the pc? It's just an array.
I understand that I have...
I am looking for a smallest size transceiver with an antenna done as part of the PCB layout (no external antenna needed). The simplest RF PCB layout is preferred, single frequency...
Hi, I purchased a Sparkfun Breakout board for the NRF52832, but the bootloader on it seems to be extremely unstable. Hence, I've decided to flash the NRF52832 directly from...
Hello,
I already checked below link, but want to clarify the limitations of how many concurrent sessions are allowed in Soft Device initialize.
devzone.nordicsemi.com...
Hello,
i add a new custom service with one characteristic that allows me to send values over BLE with nRF connect, but i must send some acceptable values (-2, -4, 0, 4, 10...
Using SDK14.0.0, nRF52832, GCC, GDB/Ozone, secure DFU
This question seems to get close to asking about my problem.
I am trying to debug my application with a loaded...