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've been trying to get a simple blinky program to compile for the better part of a day now. The makefiles are outdated and so are the keil projects. Is this SDK no longer...
Hi ,
I have a code like below.
__attribute__((used, long_call, section(".data"))) void function_1()
{
unsigned int a;
unsigned int b[10];
int c;
c= a-(...
I currently have an application with DFU bootloader that runs on s110 5.2.1 on a rev1 nRF51822. If I upgrade to the latest rev3 chip, can I just flash it and everything will...
How can I compile a simple blinky program for the PCA10024 with the IOT SDK, and using the (iot modified) s110 softdevice?
I've been trying to get a simple blinky program...
Hi all,
I am facing a problem with pstorage_init() function. In fact after enabling the softdevice (S130), I am calling the pstorage_init() function. When debugging, the...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
Hello,
I am new in this using of this RF module. I have tested it in many ways. But I'm using this module with pi16f72 So, it has " SDO,SDI,SCK" I have crossed the cable...
I'm working on a project where we're having mulitple nRF51822 chips communicate in a multiceiver way. When we bought the nRF51822 chips, the technical sales rep claimed that...
Hello, we have kind of an in-house serial command protocol that we have used over Rs232, sockets, wifi, etc, and we would like to implement it over BLE. I am inheriting a...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi I'm confused by this statement... Can my characteristic size be more than 20 bytes?
Each outgoing data packet can contain up to 20 bytes of user data (set by the specification...
Hello! What is maximum number of bytes can I send from Central/Peripheral to Peripheral/Central device in one packet? Can I send more than 200 bytes in one packet? I want...
Can anyone point me to sample code that exercises ANT's "advanced" burst mode? I have sample code provided by the Keil SDK that contains a prototype for function sd_ant_adv_burst_config_set...
I'm actually writing some data to the flash. I'm using pstorage api interface.
But whenever I flash the new firmware, I get some garbage data.
in my main function I would...