Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
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 am in a process of pre-manufacturing for NRF52832 and have a fully working application containing
softdevice: s132_nrf52_6.1.0
secure ble bootloader
application...
As i understood by reading the forum and documents, the maximum advertisement packet length is 31 bytes. That means that devices with custom UUIDs (128bit = 16bytes) may not...
Hi,
I am a hardware designer. I have little knowledge about firmware or software.
Now I want to apply the nRF52832 to an ultra-low power application as a beacon.
I...
I have recently ported my nRF52832 application from SDK 12.3 to SDK 14.2 and have been disappointed to find that the preripheral is locking up after a period in operation...
Hi,
My product have to pass SRRC certification,but the pre-test is fail. The certification lab need to test RF frequency at 2402MHz, 2441MHz and 2480MHz separately,and the...
I have a nRF9160 DK that I am trying to get on a network. The iBasis sim does not appear to be in the coverage area, the SIM activated, but has not had both LEDs 3 & 4 blinking...
Hi,
I have nRF9160-SICA Modules with me and I designed a custom board for them. I do not have the nRF9160 DK.
I want to know if there is any way to program nRF9160 using...
I have two TIMER instances, TIMER1 and TIMER2, both setup to Clear Mask on timeout (aka restart). I use TIMER1 and PPI to trigger ADC measurements every 5msec. In the ADC...
I've been documenting this issue and asking questions here:
Intermittent device reset in modified ble_app_beacon example
Since I need to post a proprietary schematic,...
Hello,
I was examining the power supply part of the Thingy and I noticed that the charging current is set to 0.5 C, wich is 720 mA (checking XR6804's datasheet it seems...
In order to evaluate the nRF9160 for coming projects, I need to know if it is possible to use Keil as the development platform for the device.
We have a very large codebase...
Hi, May be it's some what basic but I'm not able to update my pwm value. I'm using sdk 14.02 with softdevice in SES. This is my code:
PWM Config:
PWM init:
Update...
fds appears twice in ble_ots:
1. In ble_ots_init:
err_code = fds_init();
2. on_disconnect
err_code = fds_gc();
It does not look like fds is really used in ble_o...
Hello!
I use Segger Embedded Studio. Ubuntu 18.04 I'm trying to build mqtt_publisher project from zephyr samples. And get error: undefined reference to `sys_rand32_get'...
Greetings,
Here are the details:
IDE = SES v4.12
SDK = v15.2.0 and v15.3.0
Hardware = Nordic nRF52 DK (PCA10040 v1.1.1) * 2 and Rigado BMD-300-EVAL * 2 (vB)
I connected...