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...
Hello everyone,
I am encountering an issue that i have downloaded the ble_app_gls example after that it asks me ato enter password i have entered the passkey: as a password...
I'm working with a BLE central device using S120 which is base on ble_app_multilink_central source code.
My problem is that I cannot connect to the peripheral ble tag device...
Hello all,
Before making deal with advertising in my project I read the tutorial and it helped alot.
I need to develop application with 2 cases.
In some way I prepare...
Hi,
I've finally managed to create a functional app for nrf51822 dongle which sends and receives data via BT and UART.
But, I have low transfer speed over Bluetooth...
hi all:
Recently, I develop with nrf52832, the softdevice is nRF52_SDK_0.9.0_0c82e3e.
We want modify the example \nRF52_SDK_0.9.0_0c82e3e\examples\ble_peripheral\ble_app_hrs...
This should be simple, but I just can't get it working.
Many examples show setting a flag before calling the pstorage clear/store/load functions and then looping, waiting...
I use spi_slave with SDK 9.0.0. SPI slave is working, but there is some current leak when it become system off mode. I think the reason is that MISO is HI-Z at that time....
Hello,
I have a nrf51822 chip that I would like to flash using Segger Flasher in Stand-alone mode. When I am trying to load the program to the chip I get the following...
I'm trying to add DFU service support to my application on an nRF51 development board, using the instructions here: Adding DFU Service support to an application . I'm using...
I am not a native English speaker, I am totally confused with this line of code where I have found in many samples
#define APP_ADV_INTERVAL 300 /**< The advertising interval...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hi,
I have an issue in using GPIOTE_IRQHandler.
Let me give an explanation about our implementaiton.
we have nRF controller which is connected to STM32 controller...
Hi
Is possible to use GAP White-list to restrict connections without the bond manager system ?
Just by save the white-list with pstorage.....
for exemple, first open...
Hi,
I'm using S110 on PCA10028, I have problems with byte receiving on UART and can't make it work.
I can easily send and receive data over terminal using UART. I can...
Hello,
i use notifications with sd_ble_gatts_hvx. If I push a lot of data, are notifications overwritten or do they are fifoed ?
How to do a kind of flow control to...