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...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
In my ADC interrupt service routine (ADC_IRQHandler), I'd like to have a pointer available that I could use to carry some state from the main app thread to the IRQ handler...
Hi all
My nRF51822 has a incorrect LED signal, seems become a battery mode when I plug in a USB port.
The detail feature as below:
Incorrect device type in Micorsoft...
I'm looking at a BLE application using the nRF51822 where we need to send data maybe once every 10 minutes, so it seems like disconnecting in between sending messages will...
Hi,
im using nRF24L01+ to constantly transmit data and all working fine, but at some point SPI fails and the only returned values I get are 0x0F - doesnt matter which register...
Hi sir
In order to simplify the flow of programming hex file to nRF51, we want to merge Softdevice hex file with application hex file. Then, generate a new hex file. Could...
I have attempted to put the radio into +4dBm mode using the command: sd_ant_channel_radio_tx_power_set(CHANNEL_0, RADIO_TX_POWER_LVL_3);
When I look at the RADIO TXPOWER...
I just got the nRF51822 DK and tried hooking up the dongle. I am using Parallels 9 on OS X 10.8.5. It only loads as a uSB Composite device with a yellow warning icon. Odd...
Hi
I am trying the nRF51822 Evaluation Kit for the first time.
I have followed the instructions in the User Guide v1.1. The blinky_example works fine, indicating that...
Have you also wondered how to get serial IO (UART) with nRF51422-EK via the Segger debug interface?
[list=1]
[ ]Plug Eval kit in the USB port.
[ ]In Windows open "device...
Hi,
i need to stop one of my Timer at the falling edge of a Pin. So i need a gpiote_interrupt, is this right? Can someone help me how i can do this? if i write something...
I have 3 inputs I need to sample every n minutes. I have an n-minute timer that can kick off the first one, but I need to run the second and third samplings in succession...
We are creating our own dev board.
What pcb parameters were used for the PCA10004-nRFgo PCB antenna radio module 2.0?
1.6mm?
1oz Cu?
impedance control?
I have not...
Hello,
We want to use the J-Link Needle Adapter for nRF51822
The attached (capture.jpg) is the pinout from the J-Link Needle Adapter datasheet.
the attached (capture2...
Hi,
I have a wired problem with the nrf51422,
I'm loading the code using the J-link into my board or the evaluation board (PCA10007) that I have, the code runs perfect...
Hi all, I met a problem with measuring lithium battery voltage. I used 1Mohm and 250Kohm divided voltage, and used the internal VBG voltage as reference, and used ADC0 as...