We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
Hi guys and gals!
I recently got Evelution kit nRF51822 and I'm working on custom application with SoftDevice s110 on Peripheral side. I was looking in "nAN-36" documentation...
Hi,
we have developed a product based on the nRF51822 using Nordic SDK v6.1.0 and S110 v7.1.0.
Now we are on production and we are obliged to use the nRF51822-QFAA with...
Hello! I'm trying to program nrf51822 like a BLE device.
I'm using QT Creator + GNU Compiler + Open OCD + STlink(debugger) to create and program.
If I choose "gcc_nrf51_blank_xxaa...
I have a program based on some of the examples which runs in peripheral and observer roles. When either role is running alone it works without issue but if advertising and...
Hi,
my task is to develop a "repeater" and I have three nRF51422 evaluation kits.
For example, one of them sends a file, the second one receives it and then sends it to...
Hello,
Using the "simple_uart_get_ with_timeout",I cannot receive a "frame" bigger than 6 bytes.
Why?
while(simple_uart_get_with_timeout(1, &UART_RX[receivedBytes]...
I have a simple app that send button press/release events to a smart phone. One of the buttons doubles as the wakeup button. I would like to qualify the wakeup button press...
The documentation for S110 v7.1.0 sd_nvic_ClearPendingIRQ implies that it works with any valid IRQ.
I find that (using S110 v7.1.0 with SDK 7.1.0):
sd_nvic_ClearPendingIRQ...
Hello,
I'm currently reading nRF51_Series_Reference_Manual_v2.1.pdf. On page 28.9.9 there is the UART CONFIG register documented. Two bits of configuration for the Parity...
Hi,
Tried to develop an application to read current time characteristics from central device (ios app) by using nrf51822 peripheral device(s110_nrf51822 v7.0.0.). After...
Dears,
There is a problem as the subject. I am using the reference code of ble_app_hts to add an app timer for a service. the device of nRF51822 can be searched and connected...
Hi,
I'm really new here, sorry if it is a beginner question.
Our company wants to start developing a RTLS (Real Time Location System) to track mainly person (patients...
There are a few threads on using the AES module and there is a lot of confusing and somewhat contradictory information.
I want to do the following:
generate secure...
Hello,
i have an application that sends periodically sensor data from one sensor network (6 sensors - 16 Bytes) to a host f = 1/4 - 20 Hz.
I read the s210 and s110 SDS...