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 have written an iOS application that is connecting to the BLE UART example (...\nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_uart) running on an nRF51 DK. I am...
If I understand it right, in java you cannot define a value as unsigned int. So the MSB of a Byte will decide, if the value is positive or negative.
But I have to use all...
I am trying to use the nRF51822 to capture all Bluetooth Low Energy packets on a channel. In it's final application environment the chip will have to fulfill several functions...
I performed flash read using nrfjprog --readcode . here the snipped of the output file
:020000040000FA
:10000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
:10001000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0...
Both nrf51 & nrf52 SoftDevice specs say that this can be done:
infocenter.nordicsemi.com/index.jsp
infocenter.nordicsemi.com/index.jsp
There have been a couple of...
So, I am having a nRF51822 application that I used to upload via wired interface. Now I want my application to support so called DFU over BTLE, enabling software upload from...
Hello,
I'm trying to use nRF51 as bluetooth communication module for LPC1769 communicating over SPI, so I use connectivity firmware in nRF51 and now I'm trying to access...
Lets just stick to GPIO
I am trying to initialize multiple input buttons and multiple output LEDS.
I am trying to glow the LEDS with corresponding buttons...
Hello,
I need to know does nordic S120 stack gives the RSSI value on receiving data from peripheral? Currently I am able to get the peripheral RSSI on peripheral device...
I can not compile the example project 'ble_app_uart_s132_pca10036' ,in nRF52_SDK_0.9.2_dbc28c9\examples\ble_peripheral\ble_app_uart\pca10036\s132\arm5_no_packs.the error given...
The Nordic UART code was built for the UARTE using the following definitions:
#define UART0_CONFIG_USE_EASY_DMA true
#define UART_EASY_DMA_SUPPORT 1
#define UART_LEGACY_SUPPORT...
I add my own codes in nRF51-ble-bcast-mesh-sdk-8-support project,
then I find that if device_flash_init() is compile to this project,
the program cannot finish rbc_mesh_init...
Hi,
I have app + bootloader in one packet. On Android nRF Toolbox both can be updated in one step using Distribution Packet option. Is this possible on iOS?
I know it...
The BLE Central tutorial (S130 based) does not connect to my peripheral. My peripheral connects fine to the Android MCP and the 128-bit service UUID is what I expect.
I...