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 everyone,
I am developing a ble device and cant get under 7mA.
For test i used example application. BLE Beacon example. And the hardware part is realy basic. Only...
Hi,
We need to design a network with one master and 36 devices connected, with "long range" capability, exchanging sometime messages from 100 to 4000 bytes.
The number...
I understand from forum post https://devzone.nordicsemi.com/f/nordic-q-a/19250/the-number-of-central-connections-in-s140 that S140 v5.0.0 1.alpha release supports 8 concurrent...
I understand that Nordic provides a proprietary DFU via the BLE mesh. What mechanisms are in place to ensure that all packets reach their destination, e.g. acknowledgements...
-Using SoftDevice S110 8.0.0 for the nRF51822_xxAA.
-UART0 running on 19k2 without flow control (only rx/tx) and using irq priority APP_IRQ_PRIORITY_LOW (=3)
-Using the...
I'm currently porting my code from nrf52832/S132 to nrf52810/S112 (SDK14.2).
It seems that the s112 has no support for scanning, i.e., BLE_GAP_EVT_ADV_REPORT, sd_ble_gap_scan_start...
Hi,
I am working with the 52832, writing values on the flash and I'd like to make sure that I have done it correctly, the correct values are where they should be.
Is there...
Regarding range through human body, is bluetooth 5 coming with real improvements ? Can anyone testify ? for example, for a sensor behind the torso in the middle of the line...
Hi All,
I have been busy trying to get my application programmed onto my NRF52 dongle by using the Nordic NRF52 DK board as a Segger debug/programming interface. All was...
I want to design NRF52832 with 2.5 VDD and connect to an UART IC (CP2012),
unfortunately, "CP2012" just work in minimal 3.0V.
So, here is the question,
When NRF52832...
Hi,
I have recently tested some commands from the radio test example given in the following link using a PredevKit for the nRF52840 and it was quite fine:
http://infocenter...
Hi.
I'm struggling with BLE example projects on the my custom board.
my board uses nRF52832-QFAA, 16MHz external crystal with no 32,768kHz optional RTC.
and I choose...
Hi,
I am developing software supporting LEsecure using SDK 12.3 with nRF 51822.
There is a shift to SDK 15.0 as a measure against "nWP - 031", but can not cope with nRF...
i have SDK of mesh version 2.2.0 and nrf5 SDK version 15.1 My question is what are the steps I should follow after flashing the hex file into the dongle. I am using nrf connect...
I am having some difficulty reading the NRF_GPIO->IN. Specifically I have set up one event function for three different input pins, the phase of a motor. The event is on toggle...