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 get answer from msromero that If zigbee network is open, then new zed can join this network.
What means that nework is open ?
I want zigbee netork is silently joinable...
HI, i would like to get device name and print to uart, but when i try to print the device name i got error character.
Here my snipet code and uart result
Hi.
My target device is nRF51822 and SDK version is 12.3.0.
I try to add Device Information Service to example "ble_app_uart_pca10028_s130"
---------- main.c (added...
Hi,
I am using NRF52832 sdk 15.2.0.
I am trying to do a device firmware update by following this link: https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting...
Dears
I listed my questions below. Thanks.
1. About GPS searching and fixing, I tried Thingy91 outdoors.
- When Thingy91 connected to LTE, did LED shall blue color?...
I have a nRF52810 project which initially used the ble_peripheral/ble_app_hrs from the enRF5_SDK_15.3.0_59ac345 as a starting point. I have changed to a custom service and...
I am programming using the glucose service example source. The example source does not send any context data, so I added However, when testing with nRF toolbox, I noticed...
I'm trying to connect to my local LTE network but I can't pass the yellow and blinking LTE step. I couldn't also run the Asset Tracker project. Please tell me if you are covering...
Im trying to connect Thingy:91 and Thingy:52 to my mac book pro using USB cable to use AT config commnads. In both cases I'm getthing the following messages in the log window...
Hello there!
I was trying to look up some default values to take an RF measurement and I was wondering what the default Tx power is for the Advertising portion of the app...
I've finally worked around some funky bugs that only appeared after updating to 15.3. In my app, I had to change my clock source to RC or SYNTH to make it work (was hanging...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Ok so I am trying to integrate SPI master and slave initialization code. I am very confused about legacy and non-legacy drivers and HAL. I am getting strange compilation and...
Hi,
i am working with nRF52832, i need to us sleep.it may be do somthing and sleep 40ms,rtc wake up it and do somthing and cycle.
i see the rtc example but it may be some...