Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
i re-uzip NCS1.5.0 ,using SEGGER Embedded studio or using bash.exe to creat a sample project ,and can not creat .the problem is
CMake Error at D:/v1.5.0/zephyr/cmake/zephyr_module...
Hi Nordic,
Aquick question with respect to the Thingy91. As part of our development, I am looking to the Thingy91 as a reference. In the Thingy91 design, it appears that...
Hi, I'm new to C language. I copied and pasted nordic example TWI codes to my self-defined SDP31.c file. And declared some of the functions in SDP31.h.
After clean and rebuild...
Hi
In other toolchain with GCC it is possibility to move some variable to a non initialiseed section
__attribute__((section(".non_init"))) int buffer[1000U];
When I...
Hello,
I cannot receive the email about SUPL client library download link.
The email is the same as my devzone account.
I have checked everything in my email subscription...
Hi
i would like to how to properly set an authorization on write, i am using sdk 17. please explain all proper value of "ble_gatts_rw_authorize_reply_params_t " for write...
use ncs1.5.0 and sample peripheral_uart ,a board with nrf5340 . load app core hex and net core hex in nrf5340, i use a andriod app can connect nrf5340 through ble.
but below...
Hello
I am trying to install CMSIS on nrf Connect SDK.
I followed the instructions to modify the .xml file and point to the folder location of the .jar file in "Tools...
Can the pairing code be extracted from memory via JLink during production in order to print a pair code decal for a product without a display?
I know it shows up on the...
Hello devs,
I found this thread: https://devzone.nordicsemi.com/f/nordic-q-a/48928/radio_test-example-code-run-on-nrf52811 where exist it for the sdk 15.3
Is there something...
Because of my forced downgrade from Win7 to Win10, I can no longer build an older project under VS, so I am porting it to SES, the "approved solution" development environment...
Hello. Using SDK16 on my NRF52840 board I'm stuck here on my product development - trying to make my device have longer "sleep" battery life. when I call a simple function...
I'm trying to implement OTA update via BLE on my nrf52dk using Zephyr. I'm following this configuration guide to implement the FOTA in my project. However, when connecting...
With the NRF53 DK Board I have written a Firmware to use the CP_NETWORK for Bluetooth and this is working properly.
In our Company Dev Boards with NRF53 i had to enable...
Hi
I am using nRF-SDK-Connect.
I downloaded SDK v1.5.1 through Toolchain in nRF Connect, and nRF5_SDK_17.0.2 (not through Toolchain).
What is the difference between...