I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
SDK v11.0 & NRF51822 QFAC
I encountered a problem. In the process of pstorage processing flash data, a serial port interrupt came in, resulting in a system reset.
I used...
Hi,
I have discovered a (rare) problem where the S132 stack get stuck in connected state when it is not actually connected anymore.
This behavior was first reported by...
Hi,
SDK - nRF5_SDK_15.2.0_9412b96
HW - nRF52840 connectivity chip, other controller for application chip
We are tried to port serialization application on other than...
HW - nRF52840
SDK - nRF5_SDK_15.2.0_9412b96
We are running connectivity example in nRF52840 and connected UART with serialization application over UART which is different...
First proof-of-concept super-simple nRF51 board. When we load software onto this board, will we have to tailor or configure the software to bypass or disable any functionality...
Our application is similar to a wireless keyboard. The events are very sparse but we need low latency (~50ms). If I understood correctly, BLE is a synchronous protocol, meaning...
Hi I am working on nRF52832 using SDK15.02 i have below query:
During discovery I am connecting each device which is advertising and then discover for services offered by...
hi,
i am doing a project where i am using nrf52810 SOC which acts as ble shield for out customer.
customer's master device also has wifi connectivity.
the nrf52810 will...
Hi,
I had a meeting with one of our customers and was asked if any of Nordic products support ToF. I briefly looked through DevZone and found that it was not supported....
I have problem with BLE connection being constantly disconnected after 30 seconds. It is always disconnected by central device. It doesn't matter if it is iOS, Android or...
Hello,
I`m trying to run the example in the light_switch after i download the "nrf5SDKforMeshv310src"
When I tried to build Provisioner or Client ,for example this project...
Dears,
I have nRF9160-DK and nRF51-DK(PCA10028).
I have used nRFgo Studio with nRF51-DK(PCA10028) to firmware download.
And I have used nRF Connect - Bluetooth Low...
Hi.
How could I set extended advertising through the 37 secondary channels as default, in an nRF52840 module which is using PHY_CODED modulation and running a ble_app_uart...
When working on adapting the bootloader for NRF52832_XXAB I noticed that -DNRF52 seems to define NRF52832_XXAA and later defining -DNRF52832_XXAB does not override it. I suppose...