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...
what can we do with the SCAN_RSP?I know SCAN_RSP is for more advertising data.Can the scanning side get all of the data which the advertiser did in advertising side?
TKS...
if set breakpoint at DEF(), OK, ABC() can execute.
if set breakpoint at ABC(), then Step(F11) in ABC() -- it's not function call, OK,
if set breakpoint at ABC(), then StepOver...
I'm using simple_uart_init to enable UART I/O from my target. This all works fine but I'm not sure what to do with the UART before I sleep (by calling sd_app_event_wait) so...
Hi Nordic!
I am building a Bluetooth application that uses Alert and Notification Service. We are using Evaluation board PCA10001, our code is based on the example app...
Are there any code examples available that show how to use the ram retention while shutting down the processor to it's lowest power consumption mode? Also does anyone have...
Hi,
I am currently designing a PCB to accept the BGA version of the nrf51822.
The Altium reference designs for the CEAA package (BGA) all include vias directly in the...
Hi,
We have a hardware application that prevents us from using flow control to interface with external hardware. We require the NRF51822 to be able to buffer up to 256...
I have a working design on the nRF51822 Evaluation Kit, and I now need to port that into a module that sits on a custom board. Any recommendations for making this process...
Could someone can tell me what is the difference between BLE_ADVDATA_SHORT_NAME and BLE_ADVDATA_FULL_NAME? I tried BLE_ADVDATA_SHORT_NAME and BLE_ADVDATA_FULL_NAME
advertisement...
I am trying to figure out how interrupts are set up for say a sensor with an interrupt line which signals when new data is ready.
I am assuming you set up a GPIOTE somehow...
I have been looking at the NRF51822 for data logging sensor measurements from the ADC. Currently, I have run into some limitations with iOS and can only get approximately...
Hello,
Its me again.First of all I want to say thanks to HÅKON ALSETH, with his help I was able to work with hardware interrrupt. now I am facing another problem, I need...
want to FLASH upgrade FW in the nRF51822 though my application controller. Is C or C++ code available for this operation or can you deliver a protocol description how to setup...
Hello Everybody,
I am new to Nordic and Bluetooth. I see nrf51822a have BLE + Cortex MCU inbuilt and this suits best to my application.
I have some doubts regarding...