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 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...
Hello,
I have a problem using the radio notifications. I use the softdevice V. 15.3.0.
I would like to have an interrupt every time I send an advertisement, which I can...
Dear Nordic,
I am using nRF52832-XXAB, SDK 15
I am aware that in order to enter SYSTEM OFF Mode and woke up by an GPIO event,
I have to set "nrf_gpio_cfg_sense_input...
Hi, I am trying to enable TPS on an application I am staring. I have got it enabled and when I connect to the device using my phone TPS is visable, but I cannot read the value...
Hi all
I have problem with uploading app to this module. On Mqtt_simple I added
CONFIG_BOOTLOADER_MCUBOOT=y
Compile program in Segger and i got app_signed.hex. Im using...
Hello everyone,
I'm trying to make a PWM signal that fires an interrupt at the end of each PWM period. I've had the same question here:
https://devzone.nordicsemi.com...
Hi, All
In our product development, we finally found that our products need to work in long range mode to improve the communication range, and keep the connection with...
Hi,
I am a EE with a lot of background in nRF52 devices. But this is my first software venture with this device. I am familiar with the soft stacks used and have flashed...
Hi!
We develop our product on nRF52840 using S113 softdevice, version 7.0.1. From time to time, we need to erase some part of flash, so we use sd_flash_page_erase() function...
How could I rebuild the code for an NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION?
static void ble_stack_init(void)
{
uint32_t err_code;
nrf_clock_lf_cfg_t clock_lf_cfg...
Using Mesh V.4.0 and Stack 16.0.0
I have created simple message model in light_switch _client code.All I want to do is call status = simple_message_client_set(&m_clients...
Hi,
I have a simple question. How should I handle situation, when need to collect data and process them before the computed data are sended via ANT+ profile which runs on...
Hi,
I'm working with the nrf5340 and I'm trying to perform a FOTA upgrade over BLE. After initiating DFU with nrf Connect for Mobile the process crashes right after...
Hello,
I'm working on a HID BLE device and it seems to work good with iOS devices. It fails to pair with Window. I'm adding what I can see with the sniffer. Basically after...
I am read the datasheet of vl53l1x ,can anybody help on connection of vl53l1x to nrf52832 and how to use sensor vl53l1x ....any driver code for vl53l1x sensor
I want driver...
I have the following trivial program which has almost identical functionality to the connectivity/ble_connectivity/pca10040e example:
int main(void) { uint32_t err_code...