Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
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...
Hello, I'm using the nRF6310 board and tried the HID Keyboard Application
(S110, ble_app_hids_keyboard) example.
The nRF51 SDK version is 6.1. I use IAR for ARM 7.1. ...