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'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
My project is working but nRF connect does not seem to show it properly when advertising. It shows up for a moment then dissappears then shows up a while later on the RSSI...
I did try to SPI example in nRF5_SDK_11.0.0
But, I saw print in serial terminal only one-byte log which is NRF_LOG macro.
Basically, It SPI example included app_uart.c in...
Can't transmit a modulated carrier for FCC testing
part: nRF52832
We are writing our own firmware to support FCC testing. We have been successful at controlling the chip...
Our project use 51822 and another MCU stm32 to transmit heart rate data by uart. then 51822 SPP heart rate to smart phone APP. Now, We meet a issue that 51822 UART will crash...
Hi,
I just found what looks like a bug in ble_nus.c in SDK12 - not sure how to report it so I'm just doing it as a question/answer combo.
Basically:
Connect to...
Hi,
I'm developed a custom nRF52 board, and the main method to reset is via power cycling the power source (battery). Using GCC, should I still keep:
CFLAGS += -DCONFIG_GPIO_AS_PINRESET...
Now, I'm using the SDK12.1.0 and the device is NRF52832, I trying to use the secure DFU bootloader, when I open the Project Nordic provided(PCA10040 Debug) and build it, the...
Hello,
I have a PCA10028 that I want to use as a sniffer using the NRF Sniffer firmware. I tested it in macOS and it's working. The problem is that I also want to connect...
I put my code before ble_stack_init()
reset_reason = NRF_POWER->RESETREAS;
NRF_LOG_PRINTF("reset_reason: 0x%08x.\n",reset_reason );
//NRF_POWER->RESETREAS = 0xffffffff;...
Is it possible to receive connections without setting up a GATT service
For security reasons, I would prefer if generic apps and also the new Web BLE API could make connections...
Hi,
I loaded the code available at github for system on wakeup on gpio current and measured the current in low power mode by connecting a multimeter to a nrf51 dk.
The...
hi,
I am working with nrf51822 board using softdevice(s130).I am making ble initialization and continuously calling the power_manage() function in which sd_app_evt_wait(...
Before post this question. I post the MY QUESTION in stackoverflow forum.
but I couldn't find solution.
I know that Nordic board set Bluetooth Low Energy(BLE) multiple...
hi everyone.
we designed a custom board for nrf 51822QFAA chip and we flash the chip by using nrf51 DK debugger with tag-connect cable. when i flash the chip(using keil...
Hello,
I have a serialized app I'm porting to SDK 11 and the S130 SD.
This is an STM32 serialized to an nRF51.
When I call sd_ble_enable(...) for the first time at...