Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
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...
We are looking to use the DCDC to reduce the maximum current during radio operations, but minimize the overall current by enabling it as late as possible before radio use...
I have added button in my project and used bsp_init() to initialize it. All functions in bsp_init() returns NRF_SUCCESS but if I push my button even gpiote_event_handler(...
Hi Folks,
i have implementet a sleep mode by using only the RTC timer with the 32KHz OSC and the WFI instruction. The current consumtion is around 1.7µA (all peripherals...
Hello,
We have some problems with nRFgo Studio on the one of our computers.
Firstly, it takes a long time to flash firmware - about 15-20 seconds:
Secondly, we...
I have interfaced a vibration switch with nRF51822 Pin 19 using external pull-up. When there is no vibration the switch is either at open position or close position randomly...
UPDATED WITH IMPLEMENTATION
Is there a way to know what is triggering a chip boot :
Power off (battery replacement or deffective electrical connection)
The watch...
I have an old project I am trying to recompile for nrf51822 but have been programming with the most recent MDK on my station. The project is asking for old Device Family pack...
Hi all!
I just tried to compile the DFU example from the nRF51_SDK_7.1.0_372d17a and I keep getting the building error:
Referred Memory Range 'IRAM2' is undefined
...
Hello,
Does nRF51822 has a MAC adress when we buy it ?
If yes, is it possible to have two nrF51 with the same MAC adress ?
If yes, can we buy a MAC adress range and...
The new tutorial points to this github repository.
Then there is this instruction:
Download the NUS central example from github.
Open it in Keil by opening the file...
I think the following sentence in the new BLE Central tutorial is a typo:
Flash the S110 Softdevice it to your central device using nRFgo studio.
I think you mean...
Hello,
I'm trying to setup a gazell application that could use the same resources of the Nordic SD.
Using the keil package manager, I switched the package configuration...
I'm going to configure nRF51822 chip as a spi slave.
And there are no more pins for the connector.
So I am trying to connect SS pin to the ground pin, instead to connect...