Hi all,
We've followed the reference EVK designs closely and are now in the Pre-Production phase.
The initial development board was intentionally large to accommodate...
use "nrf5340 cpuapp" to compile project, flash statistics as follows, see blue color
[3/11] Linking C executable zephyr\zephyr_pre0.elf
[6/11] Linking C executable zephyr...
Hello,
I want to set my TTL value in a node (nrf52840 dongle) that i use as a relay node.
In prj.conf file I set the node in this way:
CONFIG_BT_MESH_RELAY=y
CONFIG_BT_MESH_RELAY_RETRANSMIT_COUNT...
Hi,
I tried to change security level, but it's not changing.
When i set CONFIG_BT_SMP_SC_ONLY =y, it's working well with security level 4,
but i want to change mode1...
I have followed the instructions in the DevAcademy Cellular IoT Fundamentals Lesson 3 Exercise 1 exactly, (whilist filling in the gaps from the cloned cell-fund repo) and...
I'm working on a IoT device that leverages the AWS IoT and AWS FOTA components from the nRF Connect SDK. The device is battery powered, and so I want to limit the connection...
Hi all,
I may have encountered an issue with nrf9151DK board.
When I only set LED1 with dk_set_leds (DK_LED1_MSK) the LED1 and LED2 are both lit.
Setting other leds...
Hello once again Nordic Pro's,
My latest issue, I believe to be related to stack/heap settings, but dont have enough information to track/correct.
I have a couple int...
Hi,
I am working on nrf52840. I am using SDK 16.0 version.
I have issue while compling example code of blinky_freertos( nRF5SDK160098a08e2\examples\peripheral\blinky_freertos...
I am working with an nRF52810 and nRF52832 (SDK15.3.0), with an Android app based on Android BLE Library 2.1.1. In both cases sdk_config.h has
#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
The link provided on this page, while selecting "macOS" from the left, and clicking the first link ( v10.6 ) provides the following link:
https://www.nordicsemi.com/-/media...
Hello I try to open a nRF project on a MacOs with the correct installation of all the toolchain and zephir. However during the configure I have always problems one solved...
I see that a lot of things are changed in SDK 15 about BLE. I wonder if it is because of Bluetooth5.
But, the problem I am having is that I cannot find an example that shows...
Hello,
For a new project, I'm looking for examples / reference design to developp a classic wireless (proprietary 2.4GHz) keyboard with nRF52 series. Does a such thing...
Hi! Can anyone help me send values of temperature over ble? I tried and it appears like this, Capturar.PNG .
I'm using the code on the examples, ble_peripheral\ble_app_uart...
I am using the nRF5340 in our project. I am using both ports completely and I was unable to use the GPIOs after P1.11. When I debugged the issue I found that the GPIOs are...
Hi
We are using nRF9160 DK and I am able to transfer my data to BL652 via UART with P0.10 And P0.11 with use of This Example
But I get only One byte at a time so I read...
Hi,
I'm in the debugging stage for the beacon example on the nrf 52840. I have been assigned a task to measure the current on the SDK when the beacon is transmitting....
I am trying to enable ble_nus for wireless uart communication so I can send data from my device to a phone with the nordic app installed. I looked at the UART example and...
We have an nRF52-DK devboard and I have downloaded SDK 16 (nRF5SDK160098a08e2), and I am trying to build the project examples\ble_peripheral_ble_app_uart\pca10040\s112\arm5_no_packs...
Does the nRF5 SDK Scanning module support scanning extended advertising packets? For example to discover a Peripheral advertising using the Coded PHY?
When I try this, I...
The Problem
We have been struggling with what appears to be a rather fundamental issue using MQTT and eDRX on Verizon. We've investigated this quite heavily, with traces...