Hi there,
We are using for BLE communication a nRF52832 chip with random static address configuration (shown in the UART). Can we be sure that the address of a chip will...
I am building an application for the nRF52840 on Linux just using west . I have been struggling with this issue for some time now. The linker can't find any mbedtls_ccm functions...
Hello, I am experiencing issues with the current measurements taken by the PPK2 when using the nPM2100-EK to power a device. The current drawn from the 2.7V power source ...
I have been trying to get MQTT+TLS to work on the nRF7002 DK and haven't been able to get the samples to connect to the MQTT Broker.
Is there a working MQTT TLS example...
Seeing the failure below and wondering a couple things:
How did the device get into this state?
How do I disable AP protection? The Kconfig GUI seems to indicate that...
Hi all,
I'm working on a custom board based on the nRF9160 and using nRF Connect SDK v3.0.2. We’ve developed the board in-house and integrated the npm1300 PMIC as part of...
Hello,
For our emission tests in an anechoic chamber we need to be sure that the BT antenna is up and running. Of course we cannot connect via BT from outside the chamber...
Looking around to develop hardware/software using the RAK4600 module!
RAK4600 (lora Node) uses Lora as its main way to communicate with my Lora server (normal flow).
Consider...
Hello,
I would like to switch on a led of a nrf52840 dongle by pressing the buton of another dongle. I don't know which example to use from SDK 17.0.2 to make a master/slave...
Pairing is rejected after setting,
i)APP_ADV_DURATION to 0
ii)adv. flag in adv. init from BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE to BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE...
Hi,
I tried to implement the UART in my code, based on the UART example code. Just as in the example, I first define the struct with the pin numbers:
The pins in this...
I found there was a example in "nRF5_SDK_15.2.0_9412b96\examples\dfu\secure_bootloader\pca10056_uart\arm5_no_packs" .
Is there a applicaion example that when it recv a specific...
Hi
I need to connect to perticular central and i know the central MAC address. So i am using whitelisting in peripheral.
I made below changes in my code in ble_app_uart...
I am trying to use the gzp_dynamic_pairing example in SDK version 16 with Segger Embedded Studio and the PCA10040 dev board. There is no project for SES so I copied what I...
Hi,
I am working on nRF5_SDK_17.0.0_9d13099\examples\peripheral\uart project.
How can I increase the UART buffer? like if I have to receive 100+ bytes data how can I read...
I am using a nRF9160 DK. I'm using a Windows 10 system and setup the SDK using nRF Connect.
I've started to experiment with the serial_lte_modem project -- version 1.3.1...
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrfutil%2FUG%2Fnrfutil%2Fnrfutil_intro.html links to two pages which cannot be found: https://infocenter.nordicsemi...
Hi,
I am able to transfer data from my custom peripheral device with nRF52840, but data is moving much slower than it should.
I am writing 244 bytes into NUS within...
Hi,
I am trying to use Cbor library provided the SDK version 1.3.0, I have added the module in my prj.conf file, however the documentation (at the top of cborencoder.c)...
This is the name that is advertised when the device is in DFU bootloader mode.
I've copied the bootloader_secure_ble from /examples/dfu/ but I cannot find where to change...
Hi every body,
My system was able to wake up on gpio on dev kit but after adjusting pin , my custom board is not able to wake up.
I'm in debug mode, it was also working...