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...
Hello,
My problem statement is something like this:
Implement a Transmit Enable (TxEn) on a GPIO pin.
TxEn should be initialized low.
TxEn should be pulled...
I am new to Nordic and i am using nRF52840 DK, - SDK 15.2.0 - s140. I have written an application by modifying the Heart rate Monitor example. My program acquires and sends...
hi,
I am working with usb dfu bootloader for nrf52833. I set the bootloader entrance mode to GPREGRET only. before enter bootloader, I set NRF_POWER->GPREGRET = 0x00000001...
I downloaded SDK V17.0.0.9 and opened BLE_APP_UART example from /ble_peripheral folder on IAR EWARM. I choosed ble_app_uart_pca10040e_s112 and compiled without problems. ...
Our system is currently using the ble_radio_notificaiton components provided by nrf5_sdk version 16, and we have noticed that occasionally after ble pairing + bonding operations...
Hi
I use nRF52840 demo board load the firmware( C:\sdk\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\examples\thread\cli\ftd\uart\pca10056\blank\ses )
the putty can work...
Hi Team,
We have developed our application with SDK v1.20 and as v1.30 is released so we moved to v1.30 and stick to it.But project is not opening in sdk v1.30 and got...
Hello,
if one wants to start the app from scratch, what is the right way to create west.yml file?
Say we want to start from NCS 1.3.0.
Thank you & best
Oleh
hello Nordic
i am using nrf52832, sdk 16.0 s132 v7.0.1
i used the secure_uart_bootload example, the start flash in the example starts at 64000, though in this link the...
Hi, I am working on nRF52840 DK.
I uploaded ble_app_template on board and now trying to connect with nRF Connect and getting the following issue. Any suggestions, please...
Background/Motivation
I am currently communicating with a Onset InTemp thermometer CX402 via BLE from Windows 10 Pro. To do this I'm using the Windows.Devices.Bluetooth...
Hi,
I found this example light_switch - SerialLog posted on nordic forum, when I downloaded on nrf52840 DK it worked without problems, but I want to put in nrf52840 Dongle...
Hi,
I'm trying to test
slave BLE (ADC) ----- master BLE ----- DSP(28335) module
however, the error occurs in app_error_weak.c
NRF_BREAKPOINT_COND (line 100) and I...
I am attempting to use an nRF52840 with softdevice 7.2.0 to validate some scenarios and am seeing a difference in operation between legacy pairing and LESC pairings. I have...