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 everyone,
Environment setup: - I am using Zephyr OS 2.5.0 running on nRF52840 board. - MIRA mesh integrated in the application.
Problem description: - Firmware A has...
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...
I converted a project from uVIsion to IAR, and I get an error when I use app_timer_start(); the error says: Error[Pe167]: argument of type "void ( )(void)" is incompatible...
I don't need to connect the master with the peripherals, but i have to know how is the maximun quantity of scan response that can accept the master.
In the example ble_app_multilink_central...
In trying to move to SDK 12.0.0 from 10.0.0 I get the error:
"...components/includes/app_error.h:33:23: fatal error: ant_error.h: No such file or directory
#include "ant_error...
Hi,
I want to run BLE mesh network example on my Dev board to understand it better.
I am running it on SDK v8.1 and using ble_app_proximity example S130.
Following...
Hello,
I'm using the "experimental_ble_app_blinky" on the nRF52 DK, and I would like to reduce the power consumption during the advertising.
Indeed, during the advertising...
Hi,
I am currently designin one of our product with a nRF51822 QFAC included, and I need to store 17k-bytes in a non-volatile memory.
I am writing the firmware using...
HI,
I am reading LIS2DH accelerometer sensor data to nRF51822 MCU and displaying on hyper terminal. The LIS2DH sensor gives output in the
form of digital through SPI or...
Are there plans to create a nRF5x micro that has finer control over the RF power output? I'm currently using an nRF52, and the 4dBm steps are pushing the limits of our intended...
Hi. I'm using PCA10028, SDK10.0.0, S130.
Q1. I want UART to start or stop whenever I want. It's to save current consumption.
There is "uart_init()" for reference, but...
Hey folks,
i need to programm a nRF52 dev. kit to advertise data and receive advertisings sequentially, without connecting any device. It means that i need to advertise...
Hello everyone,
I have inherited a project from my coworker. It uses NRF51822 QFAAH0 , SDK 4.4.2 and S110 5.2.1 . My device is scheduled to: advertise, collect the data...
We are developinga product for a customer they want a secure connection and I'm trying to get my head around a certain aspect of the security:
If we choose to use a private...
The nrf905 has a CD (carrier detect) pin that is pulled high if the nrf905 detects another device communicating on the same channel. This can be used on the MCU for collision...
Hi,
In my application I am using Multiple App timers. Is there a way to prioritise these timers. Are there any draw backs in using multiple timers in "ble app".
Regards...
I want to set the resolvable private address ( RPA ) manually instead of letting softdevice do it. I went through documentation but I am not sure about it. I know that I can...