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...
I am using ble_app_blinky_c application for my project. I want to update my central's default MTU size from 23 to 150 and I know my peripheral device supports MTU size of...
hi,
currently i am using maste r(nRF5_SDK_15.3.0_59ac345\examples\ble_centra\ble_app_uart_c) and slave (nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ ble_app_uart ) example...
Hi
After migration from SDK 14.0.0 to 15.0.0 our FW crashes during SPI session
We use EasyDMA , so we use SPIM driver directly without wrapper nrf_drv_spi
The crash...
Hi,
The central part of multirole example is not able to connect to peripheral (other board with ble_app_uart peripheral) and error returned is in the on_ble_central function...
We're using LTE to communicate somewhat large data packets over MQTT, and we'd like to build in some robustness in case the link goes down or a publish fails to receive an...
as soon as I built and run my firmware program on SES ARM 4.22, RF connect scanner can find the ble device (NRF52832). But after 10 seconds later, i do rescan in RF Connect...
Hi, I need to activate uart on pca10059 i can't find where pin TX and RX in pca10059. i already read the schematic and try uart example but end up with can't send or receive...
Hi,
I get an error saying that size_t is an unknown type name when I include at_cmd.h. I checked the source and at_cmd.h include zephyr/types.h, which includes stdint.h...
I want to assign NCP /dev/ttyNCP and CLI /dev/ttyCLI port. I tried this by changing udev.rules. Sometimes usb info command returns ATTRS{product}=="nRF52 USB Product" and...
When I do a "git checkout master" and a "west update" I don't seem to get all of the latest files on the nrf playground.
I can see that there are new GPS drivers in the...
Hi,
I'm trying to generate a ZIP file for DFU update of the bootloader only. I'm using nrfutil 5.2.0 (but also tried the master branch of the github repository pc-nrfutil...
Hi,
Say we want to migrate from the nRF52832 that we're using currently to the nRF52833, what are the implications, i.e. are they "code compatible"?
Br, Ask.
Hi,
I'm working in NB IoT (AT%XSYSTEMMODE=0,1,0,0), trying to communicate with our private UDP server using the UDP_with_PSM sample. After configuring the main.c file (changed...
I have successfully setup the build environment for SES using the NRF Connect Getting Started Guide. I verified operation of my board with the at_client and mqtt_simple projects...