Hi! i have some problems with extension, i cant see action bar/boards. I had no problem with v2.5.2 of sdk and toolchain but when i bumped it to 2.7.0 in manifest file it...
When running example code which involves BLE on nRF52840-based boards, the devices (which have assigned names in the example code) don't show up on the iOS nRF Connect scanner...
Hello,
In my experimentation to update advertising data during runtime, I am following the example @
It is using the ble_advertising.h library module
However I would...
Hi all
I'm working on custom board build with an nrf9161. Right now I'd like to use a gpio as input with interrupt for i2c captor icm20948. So for I've searched and I think...
We need to issue a command to an nrf52840 device :
nrfjprog --program file.hex --chiperase --verify.
everithing is working with [nrf-command-line-tools-10.24.2-x64.exe...
These are customized UUIDS declared by me
/* Custom Service Variables */
#define BT_UUID_CUSTOM_SERVICE_VAL BT_UUID_128_ENCODE ( 0x821675c3 , 0x4046 , 0x45f9 , 0xb8df...
Hello,
My board contains nRF9160 and nRF52840. The nRF52840 is a HCI controller (based on HCI lpuart example). nRF9160 communicates with nRF52840 over UART. I want to perform...
I have included the reference design for the nRF52840 in my project. Unfortunately, the VIAs in Pads have a hole diameter of 0.15mm and a diameter of 0.35mm and are also still...
Hi,
I checkout v1.0.0 and try to build the at_client-sample but it fails. I cannot see anything I did wrong. I'm attaching the exact steps to reproduce the behaviour.
...
Hi nordic community
I am trying to send stop command to my device(which is connected to my NRF 52840) from my ble module(NRF 52480) after my android disconnected from the...
Hi Nordic engineer:
When I used examples\multi protocol\ble thread\ble_thread_dyn_mtd_coap_cli, I found that the device could not automatically assign LEADER, Router, and...
Hello and Thank you In Advance for Your Assistance. I have been working several days just to get a UART running for interface to a peripheral.
I am trying to connect a UART...
Hi,
As per the document(nrf91_at_commands_v0.9.1) for GPS SNR testing command "AT%XRFTEST=2,1,0" output is single integer as below .
but i am getting output like below...
We are using nRF52832 in our design. We want to collect sensor information along with time stamp. So I took nRF calendar application and tested the same. It was working fine...
I have developed an application that reads data from an analog sensor and transmits data with UART. This app is based off the SDK v14.x uart example, and SAADC example. While...
Hi.
I am developing zigbee product with security function (using install codes).
1. function cmd_zb_install_code in zigbee_cli_cmd_bdb.c, there is a comment as bellows...
Hi, I'm using proxy_client and proxy_server from light_switch examples of mesh sdkv2.1.1. The provision process gets successful with android mobile using nRF Mesh App but...
1. Do I need to make hardware changes when I want to change my SoC chipset with nRF 51 to nRF 52? 2. Does the nRF52 Series require hardware changes when it needs to change...
Hi,
There is a Demonstration about zigbee joining networks by install code.
But how to know if it using the install code instead of the default TC link key?
1. I run...
Hi
I am working on cryptography algorithms. I am trying to write my own implementation of main function. Inside the main function, I wish to call AES functions. I want AES...