Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
I have been successfully using the Peripheral UART example on a 5340DK board. I tried rebuilding for the 7002DK, and am getting runtime errors. The UART initializes, but the...
Hi all, I am trying to understand the different Access Port Protection mechanisms on the nRF52840. From several tickets, own experiments and from the data sheet I was able...
Code runs fine in v2.53 but when running in v2.6, we get a kernel panic at the exit of a delayable workqueue function.
Tracing the code and line number, it dies in Zephyr...
I made a device based on the nRF52832 and am developing an app to control it. The control works great, I can send and receive BLE signals with react-native-ble-manager. I...
Hello,
I am working on creating a custom board using BLE BE33 module based on the nrf5340dk_nrf5340 board.
Previously i tried the peripheral uart and central uart to transfer...
The drivers in the paths
/opt/nordic/ncs/v2.6.1/nrf/drivers/sensor
and
/opt/nordic/ncs/v2.6.1/zephyr/drivers/sensor
are different.
I'm using NRF52 and VSCode with...
With nRF as advertising peripheral, is it possible to measure RSSI of active scanners' SCAN_REQ packets. `bt_le_ext_adv_cb` has a `scanned` callback, but it looks like it...
Hello,
I try to implement little fs to my external flash memory. I am using nrf52832 board and my memory is IS25LP128.
Without the connection of the memory the nrf board...
I wanted to change the Peripheral UART program in the nrf samples to the host_only version, and I made some attempts. I added the following code to the prj.conf file:
...
I am trying to get hello world to work:
/*
* Copyright (c) 2012-2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h...
Hi,
Im just starting to use the nRF9160 with the SLM application flashed. All the samples and articles I found were always using stuff like the LTE link control library...
Hello,
when I play around with the matter template example, I always get a thread child device. How to get a full thread device with routing etc?
Thanks, Edi
Hi,
I'm using a Azure IoT Hub to connect some devices to the cloud and then uses the Direct Method to send messages to the devices. I can send messages and receive the response...
Hello,
I want to work on NRF52832 using VL53L3CX. When I look at the SDK, there are source files for VL53L0X and VL53L1X. I have previously worked on VL53L0X using this...