Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hello,
I saw that in nrf52_erratas.h.
This Macro must be ebabled for the functions to be enabled: NRF52_SERIES.
Also, there are other macros in the file such as:
#if...
It's a related issue to my previous question Error set-value failure in a Nordic sample . " west flash --erase " command solves the problem for one time. It erases all data...
Hello,
I am developing a product that uses an external flash chip and we are using SPIM3 at 32 MHz. In addition we have been attempting to utilize the SoftDevice in order...
What is the unit of period and update_interval members of bt_mesh_sensor_descriptor structure struct bt_mesh_sensor_descriptor ? Is it seconds or milliseconds or something...
I raised a github issue to show you where exactly got a HardFault exception. Seems that there is something wrong with the provided SD132 v4.02 especially in function at address...
Are there any issues with calling zb_secur_ic_add multiple times with the same address and install code? IE: Does the ZBOSS stack check if an address already exist in install...
Dear Sir/Madam
I am using multiperipheral example. I can connect to multiple phones. I added NUS example in it.
I am using package nRF5_SDK_15.2.0_9412b96.
I do not...
Hi,
I'm trying to run the https_client sample on an nrf9160dk, and it's giving me the following output:
*** Booting Zephyr OS build v2.3.0-rc1-ncs1-1440-g"020" !$#a 1...
Hello,
I have purchased this device to use as a BLE sniffer. I have followed this manual to configure the device as a sniffer:
https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_BLE_UG_v3...
Hello.
I'm using a nrf52 dk (nrf52832) + GCC 9.2.1 (9 2019 q4 major) + WIN10 + CLION and I'm trying to build an example project using GCC.
I get the following error: ...
Hello everyone ,
I have question about saving the configuration of Friendship so-that after rebooting the SOC, the friendship's configuration restored without applying the...
Hi, I'm HongJae.
I'm developing a Bluetooth peripheral program with nrf52.
Briefly,
if I send a hexadecimal message(e.g 0x35), GPIO's are ON.
After 1 minute from...