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...
Hi,
In SDK15.3 USB MSC example can't work.
First, the computer does not recognize the USB MSC device and initializes it normally after calling nrfx_systick_init.
Secondly...
Hello,
What is the best way to prevent a client from writing wrong values into a characteristic? For example, I created a writable uint8 characteristic on a nRF52832 that...
I have a custom board SDK 15.2 API 6.1
I have a simple PWM going but it seems to just turn the low and set it high when i turn it on. It does not however seem to pulse according...
I've been trying to add a new BLE service to my device. I've followed the instructions in this tutorial , up to step 7 (so no characteristics or anything), but the device...
Hi all,
I have a theoretical question. What is the bearer layer? There are up to 4 bearers defined in the bearer layer: Advertising, GATT, PB-ADV, PB-GATT. How to make the...
I have gotten mqtt_simple working with iot.eclipse.org:1883. I am now trying to adapt it to use TLS. From other questions I have made the following changes:
diff --git a...
Hi
I had this problem. In my program, I send an archive with various data. I send the data using the notification. The central device is a smartphone with Android OS. If...
Hello,
I want to add another custom BLE service (custom 128 bit UUID) including its 4 characteristics (no separate 128 bit UUID / 20 byte characteristic value length), but...
Will Mesh DFU overwrite the mesh provisioning data on my device? Let's say I have a device that has been provisioned for my mesh network. If I issue Mesh DFU for the Bootloader...
I'm having issues trying to program a custom board with NRF52832_QFAB in DC/DC config. I couldn't reach a complete programming because I'm getting an error in open ocd with...
I'm trying to accomplish two things: 1. Write 2 values to the UICR (2 arrays actually - a serial number and encryption keys). 2. Flash the device in such a way that the information...
Hi,
I was looking at the --help command of nrfutil pkg generate and I noticed that there is an application version string option.
What is the use of this option? I know...
Hi,
I try to run nrfutil from source code but it fails.
I clone the master branch of nrfutil (v5.2) from github, and run it by this command: py -2 .\nordicsemi\__main__...