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...
On SDK 16.x.0 only
Please Do not judge the quality of SDK based on number of entries here. This thread should be considered as part of Nordic effort to find issues and possibly...
Hi,
I am trying to interface MCP7940 RTC with nRF52840 DK. Initially, I am using a twi_scanner example from the SDK v16.0. Using the same example it is expected that I should...
Hi, I am working nrf52832. I want to send the string.
#define APP_ADV_DATA_LENGTH 0x1F /**< Length of manufacturer specific data in the advertisement
uint16_t length;...
I spent some time trying to combine example project ble_app_hrs_freertos and ble_app_uart so that I have a project with FreeRTOS that uses NUS bidirectional - without success...
I have received a dev kit and am trying to connect with it over JLink. I have connected it to my computer via the J2 micro-USB port. SW6 is set to default and Power Source...
nRF52840-DK (PCA10056) when connected to laptop, LED 5 blinks very fast and LED1 also blinks(slower than LED5) and board is not detected by the laptop. could any one please...
Hi,
We have encountered an issue where we are transferring data using our custom service back and forth from the nrf52811 to a remote test device and the radio becomes unresponsive...
I am attempting to write a basic I2C program using Zephyr, but I am currently unable to sent a single byte over I2C. Am I doing something wrong? I'd prefer not to use the...
Hello!
I have a characteristic defined to be in user memory by the BLE_GATTS_VLOC_USER flag.
The initial length is 0 and the initial value pointer is NULL.
Now I...
Hello!
I am currently trying to use the watchdog driver from the Zephyr library. I have enabled the CONFIG_WATCHDOG and set it up similarly to the asset_tracker application...
Hi,
so far I have been programming my custom nrf52840 device through the debug out connector of the nRF52840 DK and a custom programming connector.
Now I would like to...
Hi,
I'm using nrf52832 to interface RTC using nrf_calendar.c file.
I have start the RTC at 8:59:00, it will reaches 9:00:00. After that automatically it will resets and...
I haven't been able to locate any NAND flash libraries or examples in SDK 15.3.0
To be clear, this is NAND flash, not NOR flash (examples are Toshiba TC58CYG2S0HRAIG and...
Hello!
We are trying to make a family of devices that would be based on nrf52840. The devices would communicate between each other via Bluetooth Long Range (CODED PHY)....
Hello,
I have a problem using the radio notifications. I use the softdevice V. 15.3.0.
I would like to have an interrupt every time I send an advertisement, which I can...