Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
Hello, I wanna know where I can download it, if there is one at all?
I want both schmatic and pcb library file. I thought I can substitute and "make due" with nrf52832...
I'm using nRF52 + SDK11.0.0 + s132. I'm following this tutorial. I am able to build from the command line and from Eclipse just successfully. However, Eclipse is unable to...
Hi
I'm using nrf51822 with soft device 11.0 & want to read a 12 volt digital signal for this I'm converting 12v to 3v3 (4.5 & 1.5 Kohm Resistor) using voltage divider ckt...
I am using nrf51822 with soft device s130.I used sd_app_evt_wait() to enter the sleep mode and i disabled all the peripherals before enabling sleep mode.According to the datasheet...
I can't understand concept of control point..
Is it just one of charateristics?
So what are differences with other charateristics?
I heard that control point can...
I'm not sure if this question has been asked here before, but I couldnt find an existing answer...
I know that flash memory only has a relatively limited number of write...
What is the MDK? I am using Eclipse and GCC on Linux with the GNU ARM plugin for Eclipse. I need to upgrade from SDK12.0 to get the workaround for errata 108.
The release...
I am currently using BLE Secure DFU Bootloader on my NRF51822 256kB but my program is now too large for dual bank operation. How can I setup the Secure DFU Bootloader to use...
Hello,
I'm using SDK12.2.0.
I opened the PPI example (in SES). I want to use the GPIOTE driver to trigger GPIO tasks on Timer events. So I #include "drivers_nrf/gpiote...
Hello,
I am writing to you because I have a problem with the DVK BL652.
I ran the Quick Starter and all worked well. The DVK BL652 and UwTerminal software communicated...
i am using nrf24le1 contyroller can anyone tell me how to use the 1k sram.what is the datatype for using this and what are the compiler settings in using this.i am using keil...
Hello, recently I've been going through SDK v12.2 and board documentation but I can't find any info about choosing which of board's antenna to use.
Simply, I'd like to know...
I am developing on a BLE Nano 1.5 and need to use PWM to make a beeping sound from a piezo buzzer. I am wondering which pins are capable of PWM. Here is the pinout diagram...
Hi
I am using app_button library to sense button detect, it work fine.
static void button_init(void)
{
uint32_t err_code;
//The array must be static because a...