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...
I have been successfully communicating with the PCA10001 evaluation kit using the virtual serial port that is exposed by the J-Link interface on the board.
I've now moved...
Hello,
Where do we buy the nRF51922 DK / EK kits? I do not see any purchase links online.
Also, how flexible is the ARM core for programming ?
Thank you!
I'm testing with changing these constant definitions...
MIN_CONN_INTERVAL
MAX_CONN_INTERVAL
SLAVE_LATENCY
CONN_SUP_TIMEOUT
... but I've noticed that I can't set...
Hi,
We are using nRF51822 evaluation kit. Actually we are trying to know how the device firmware upgrade is working.
As mentioned in the nrf51 sdk manual, we did flashing...
Hi,
i need to store data in my Flash, for that i use the flashwrite example. Am i right taht i can use the remain of my application flash? So all flash = 256 kB - App ...
Hello everybody
it's a couple of mounth that our company is working on nrf24L01P .It works fine but there is a problem with cordless phone.
when I make a call with the a...
Hi
Is timer ,gpio ,and spi pheripherals are accessible while bluetooth stack is enabled.
and if it is yes , these are directly accessible or we need to use soft device...
But in button event handler.
i want data to read from eeprom through i2c bus. and send it
through bluetooth stack for every press of buuton 0.
but in master control...
Hi,
Is it possible to start a Timer in an other Timeouht Handler?
Or Do i have to use something other to do that?
i use app_timer and Softdeive on the 51822.
best...
Hi,
i need to add a logfile System to my application so i thogut i could use the nrfUart example is this possible ? I looked in the code of Master Emulator nrfUart in C#...
Hi 'Nordic' guys,
splitting the original S110 hex file provided by Nordic , version 5.2, there is an error extracting uicr section.
Now is only 20 bytes and not 32 as...
Hi,
Is it possible to wakeup nrf51822 without using the GPIO peripheral's (i.e configuring a gpio button as a sense enabled)?
how to do soft reset?
Actually my requirement...
Hi,
i need to make pulse with one of my Timers. Timer0 is used by the softdevice, and Timer2 is used to make PWM. I need to make a Pulse wich is 100us long, every 250ms...
Hi,
What is the procedure and source code required to enable Device Firmware Update over BLE and USB. We are using nRF51822 chipset. Assume that our requirement will be...