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...
Hello .
I am looking for a way to pass the calendar time from the PC by the emulator to the MCU on first run.
I am using Segger Embedded studio 4.12
Is there a function...
I get the following error when launching the app, and the "Start scan" button either doesn't do anything or can't be clicked.
Error while probing devices: Error occured...
Hi
I am measuring the current consumption (with an amperemeter) of the nRF52 on the PCA10056 Devboard. The nRF52840 is supplied directly by connecting the external power...
Hi,
I have a problem when I do a write request on a 20 bytes characteristic from a custom service.
The funtion sd_ble_gattc_write return error 0x7 but I can't find what...
I want to stream a mono audio signal with high bandwidth (20kHz) from a remote device to a base device.
Need to A2D signal on remote and D2A the signal on the base. Low...
Hi,
The SEGGER have released a JLink software version that support to use JLink on ARM Linux platform。
I try it on raspberry pi, and it work well. But when i use pynrfjprog...
Hello.
I have a project that use the NRF_LOG_INFO for printing messages, and it is work O.K.
Now I add a part that need also to get parameters from the terminal.
I can...
Hi
Please advise when I can find firmware for nRF52840-DK which can send advertising packets or any data packets at data rate 125Kbps and +8dBm output power
I have two...
Hallo Everyone
We have developed a firmware for our systems using the nRF52832 with BLE 4.0.
Now we need to move to BLE 5.0. As far as I know the nRF52832 works with...
I get a strange error message reading from my hdc 1080 temp/rh sensor:
[00:08:38.013,916] <err> i2c_nrfx_twim: Error 195952641 occurred for message 0
I csnnot find any...
Hello Everyone,
I am working with nRF52832 chip on our custom board. I am using SDK 14.2 and SD v5.0.0 for development on a windows platform with Segger ES.
I am looking...
Hello all, I'm using nRF52 DK.
I'm going to use this DK as a master of BLE, and send information which is from BLE peripheral device to another board using SPI.
Anyway...
I am trying to implement the MAX30105 pulse oximeter sensor along with the Nordic Thingy 52 application source.
I referred the sample ADXL375 code provided by Simon here...