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...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hello. Got such a problem. I use nrf52832 Adafruit Feather board. While working with BLE examples (Softdevice and app.), debug via serial works fine. Can see all the text...
Hi,
I have a desig where the space is minimal and I have one nRF52838 and one nRF52840 microcontroller. Is it possible to place them at the same coorinates, but on oposite...
Hello everyone and Good day
I am a fresh graduate and its my first assignment at my job. I have to flash an LED at 1 Hz using NRF52810 BT 5 chip.
There are so many development...
Hi,
I am using nrf51422 interfacing with Ti's CC256MODA Bluetooth so here can you plz tell me how to do pairing with the TI's bluetooth .How to give passcode to the device...
Hi,
for my nrf52840 based project, I need to following peripherals :
2 X SPIM Master
2 TWIM Master
1X TWIS Slave
Given the resource sharing constraint, is this...
Hello guys
The nrf52832 uses 32 Mhz oscillator but I couldn't find much information about the oscillator in the chip document.
Can you give me a datesheet or something...
Hello,
when i try to flash code after loading s132 softdevice using nrfgo studio, i am getting erase failed,cortex-M4 error . but the fresh ble_peripheral alone is working...
Hi,
My goal is to send raw frames to some external device which is not nRF BLE example but commercial used device.
It is using some fixed service with fixed UUID and I...
I doubt Nordic developed a brand new GPS receiver for the 9160. Where does it come from (manufacturer and model)?
The Thingy91 Asset Tracker out of the box example has some...
The Thingy:52 Environment Service uses this structure to represent Temperature.:
This is wrong - it cannot correctly represent temperatures below zero but above -1 ...
pls advise if nrf9160 DK can work in RDP protocol , say the board is in US to work on NBIOT carrier or LTEM carrier . Can it be configured in some way to do evaluation remotely...
Hello!
It seems to me that GCC compiler optimization (-O3 -g3) somehow break the SAADC.
When enabling said optimizations the SAADC no longer gives me valid measurements...
Hello,
I'm developing a gateway and i would like to use advertising packet on sensor side to transmit data but it suggests that my gateway will be in permanent scan. I know...