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...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
For a customer we're trying to see if we can build an IoT solution with nrf9160 to periodically send a status update to the cloud. Unfortunately, the devices are typically...
Hi everyone,
I suppose that this is a simple question but I cannot figure out what I am doing wrong. I am trying to set up an interrupt for a GPIO
I call the createInterrupt...
Hi ,
I am working nrf9160 project. I am facing error while downloading the project.
I followed the ticket - https://devzone.nordicsemi.com/f/nordic-q-a/50422/how-send...
Hello together, I am trying to work with the SEGGER software and would like to test it with a Sample from the nRF Connect SDK.
I've installed it over the Toolchain application...
Hi, I want to transfer 900KB file from mobile to NRF52.
I am using nRF5_SDK_15.3.0_59ac345. - Can you guide me for that? - How BLE receives a bin file from DFU via the NRF...
Hello, Following is my development environment IDE: Segger SDK: 16 SoftDevice: S132 Right now, we are trying to merge the following two examples. - examples/peripheral/nrf5...
I'm looking for a simple demonstration application that can run on the nRF52 Dev board and communicate with the default Thingy52 firmware. My plan is to get this working on...
I'm trying to read the Device Name from address 0x21 on a BQ40Z80 fuel gauge, using my nRF9160 chip, connected via SMBus.
When polling the address space, I nicely get an...
I'm using Ubuntu 20.04, SES 4.52c, SDK 16 nRF52840 DK board.
I'm going to need to use the PWM driver to supply clock pulses to an I2S microphone and the I2S peripheral running...
Hello all, I've run into a weird problem that hopefully someone has a clue. My environment: - PCA10040A, nRF52832 - sdk 17.0 - softdevice s132_nrf52_7.0.1_softdevice.hex ...
Hi:
I have a set of 2x Thingy:91 and 2x Thingy:52
I want to make a setup where the devises work in line over a longer distance. T91-T52-T52-T91 is that possible all working...
I want to run the realtime counter RTC2 with softdevice S132 WITHOUT an interrupt handler. I have no purpose for an RTC2 interrupt handler in my code, as I simply want to...
Hello,
i have issues getting the new softdevice into my product.
nRF52832 with 512kB Flash and 64kB RAM.
Currently i use s132_v6.1.0, a bootloader and an application...