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 exploring BLE and I am using bt_gatt_discover in my zephyr-based central device (nrf9160) to list the services on a Thingy:52. I am getting the callbacks as expected...
Summary
I'm running into an issue where in certain cases peer manager reports the presence of peers, but when those peers are added to a whitelist I get an NRF_ERROR_NOT_FOUND...
I defined an integer value _ALIGN(4) uint8_t sixteen = 16 and assigned sixteen to a FDS record that is later assigned to the p_data of a custom characteristic. However, when...
I updated to v10.3.0 of the nrfjprog and mergehex tools and I've noticed that the behavior of the page erase command takes far less time when it gets to a certain region of...
Dear All,
I am trying to interface my nRF9160 sensor with the LIS3DH accelerometer.
What I have done so far are the following:
I am trying to use I2C_2
In my prj...
Hello Nordic Support,
I am using nRF9160-DK with the latest module firmware: 1.0.1, board version 0.8.3
I followed the instruction and it only works for tag v0.4.0, I...
Hi devzone!
I connected my flame detector sensor(szh-ek086) which sends data analog value to my nrf52840 DK.
To receive the analog value from sensor I used saadc module...
Hello, I'm trying to set up a series of remote scripts to test functionality on my hardware. The idea being that I can run a handler on the Nordic device and then control...
Hi,
is it possible to read/write the MX25R6435F external SPI NOR flash using Indirect Mode ( https://wiki.segger.com/Programming_External_SPI_Flashes) with Segger JLink...
Dear,
I am doing some range tests with the nRF52840 and saw that the RSSI value of the PCA10059 (USB dongle) can be more than 10dB lower than the one of the PCA10056 ...
Hello everyone, I am trying to implement a blocking wait using the app_timer.
To do this, I am starting a one-shot timer whose callback function sets an initially false...
Maximum current consumption for each of the pins in the respective modules of PWM, TWI-I2C, TWIM-I2C, TWIS-I2C, SAADC, UART, SPIM, TIMER, RADIO-2.4GHz under the operating...
Hi,
I'm trying to run the gps application off the master branch on the thingy91 and it dies like this:
It's built using the Nordic SES on windows.
Any ideas? ...
Hi all,
I am trying to connect to device with specific UUID. I am not sure what have I managed to do, below are some logs from NRF Log.
Did I connect properly?
I am...