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've the nRF51 DK which works fine because I managed to upload BLE Softdevice and application with nRFgo Studio. But I cannot get the MCP (Master Control Panel)...
Hi,
I'am working on a project that use the NRF52832 and i can only use P.23 and P.12 on my custom board because they are already wired to a connector, others pins are not...
What is pinout for nrf51822QFAA ?
Everywhere is description Generals Purpouse and I don't know which pin is I2C or SPI.
I don't want long find in example source codes.
Am Working on android application where the Requirement is User will get a Notification about firmware update having YES or NO options.If the user selects the YES options...
hello,
I want to make a beacon with NRF51822 chip.
But now i have a trouble:
In normal working mode, after i stopped the advertising with sd_ble_gap_adv_stop() ,i cann...
Hi,
I am working on one project.
The background I use now is using SDK14.1 and SDH version 5.0.0-2.
The tool is using Keil.
I wonder if I can use two USB descriptors...
There's a serialization library for the soft device, but it's not clear whether the NFC library can be used via this interface: github.com/.../pc-ble-driver
Hi,
I'm following instructions for testing Thread Secure DFU example and I can't get this working. I think there's a problem with client application. LED3 starts being...
Hi,
I want to change my gzll receivers from NRF51 to NRF52. But I've done some performance testing to see if it is really necessary. And here is my problem:
When using...
Can we update DFU firmware through cloud. without selecting the zip file present in Internal Storage of Phone.
In nrf connect app present in play-store its asking ZIP file...
Hi! I use ICM-20602 motion sensor that is similar to MPU6050. Its communication type is also I2C.
I made I2C wrapping module for ICM-20602. In the module, I added i2c_write_byte...
Hi,
I searched devzone and it looks like the Nordic mesh PB-GATT will be available sometime this year. However I'm wondering if it's possible to use Silab's BLE mesh Android...
Hi,
I am using nrf52832 sdk11.0.0 s132 v2.0.1.
In my code app_timer uses RTC1.I want to use RTC2 for counting 1 minute without disturbing the ongoing functionality....
I'm trying to send a string of bytes from nrf51822 to an android device.
I'm using notification.
There will be potentially thousands of data to be sent from nrf51822...
Hi All,
In our use case ,we have connectable and non connectable mode(beacon). As i understood we have to use 2 different channels to advertise the data. can any one help...