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,
Based on other discussions of encryption etc , I created a function to encrypt all the data, so that whenever I call the function It encrypts.
But I am not able...
Hello,
I’m struggling with a problem and need your help. I have an application where a nrf52840 communicates with another nrf52840 over BLE using nus and some services....
I am about to follow the steps here https://wiki.segger.com/Open_Flashloader to be able to program an external flash. However if there is an easier method I would prefer to...
Hello, i would know about the IDE avaiable to develop codes for SoC Nordic nRF52840 and where i can find/download it
Moreover, where can i see examples code about BLE Client...
Hi
I'm working with FreeRTOS with Tickless (RTC) and I was wondering what one should do in order to avoid the FreeRTOS Idle Task to be waken up every time an Interrupt Service...
I have installed SES 5.10a and imported ouf Keil project. There are several issues when I try to compile. This is interesting since I am using the "external" build which should...
Hello,
I have products based on NRF51822, that are central and peripheral.
These products use Softdevice S310, bootloader and application code. It use peer manager, fs...
Hello,
I'm pretty to new to developing with the NRF52 and the NRF52-DK and have a couple of questions.
I have a custom board which has an integrated NRF52832 chip. Now...
Hi,
Recently, I've found a reset issue with my device by ble_nus_data_send error when ble is working.
But the error code is 0x3401(Please, refer the picture). What does...
I'm working on augmenting an existing product that is based in the nRF52832. We've been using a handful of timers for some time without apparent issue. I added another timer...
Hi,
We are using the modem firmware V1.2 and source code ncs v1.2.0. Problem: we are using the TLS connected socket to amazon cloud and after about 12 minutes of doing:...
Hello,
I'm a beginner in NRF52832 module.
I want to test saadc + bluetooth communication.
So, I searched
https://github.com/NordicPlayground/nRF52-ADC-examples
this...
Hi,
Is there any way we can measure performance on nrf5340?
We have an IRQ event handler for ISR and we see that whenever the event handler is invoked, main function...
Hello,
i have a strange issue with my analog input. Every few seconds (not the same database) my signal is getting pulled low.
But i dont know why. The external signal...
I been having an issue using the ZB_ZCL_REGISTER_DEVICE_CB to know when the ZC writes to an attribute that is of type 0x42 String type. It seems that the callback id changes...