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...
I have two Nordic nRF52840 DK Boards and I need to check the performance of BLR-LR i.e. how much range do I get in Indoor Environment and in Open Environment.
Can someone...
Hi
We want to add one flash partition to use to store external host files by http downloading, so we changed the dts to below:
then we duplicated the dfu_target_mcuboot...
Actually i was working previously on nRF51422 DK, to test its range by configuring my DK as an advertiser, and observing RSSI values of the beacon on nRF Connect app.
the...
Is it possible to have both BLE and NFC passive device at the same time.
I tried combining 2 examples but I am running into a conflict of SOFTDEVICE_PRESENT definition....
When using emStudio and configuring a project via the GUI menu (Project -> Configure nRF Connect SDK Project), the resulting config is generated in <build_folder>/zephyr/...
Dear all
I am currently using the ble_peripheral>ble_app_uart example to send data from my central device (BMD300 with nRF52832 SoC) to the peripheral (nRF51 dongle),...
I have modified the template app to advertise several custom UUIDs and one SIG UUID. All UUIDs are being sent as a Scan Response. I have selected expanded data size. S140...
I am using a TIMER1 compare event to generate an interrupt. Generally the code all works fine, but I have noticed some strange behaviour when loading the CC register with...
Hi,
is there any Tx ACK register or return value in ESB protocol RF..??
I am working ESB Tx/Rx. I want to check Tx ACK in Transmitter code once data is received by Receiver...
We are developing an application that requires the https connection to the server. I am using SDK v1.2.0 and https_client as a sample example. The trouble I am having is that...
Hi,
I have the Serial_LTE_Modem application running on the nRF9160DK. I am exploring its functionality in LTE Link Monitor. I am having an issue with AT#XTCPSEND in that...
I inherited a Nordic project that is running on the 52832 board with the 15.3 version of the SDK. The project uses CLI, TWI, and logging. The developer has to jump through...
Dear Sirs,
I am on v1.2.0 tag of the nRF Connect SDK, playing with both nRF9160-DK and Thingy:91 boards.
I have very hard time with Segger Embedded Studio (SES) for nRF...