Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I'm using nRF51822 in my senior project (some kind of BLE wearable device).
I'm trying to call my function inside the ble_evt_dispatch() function but it doesn't...
SPI Slave configuration On nRF52
Hi,
I am trying to configure the SPI slave peripheral for interrupt based communicaton with a SPI master
In previous work with ARM...
Hi,
Can any one tell me about all the security features provided by nrf51822 s110 for secure communication?
Share me some example that implement encryption durring communication...
I have a problem with bonding with a static passkey. I have some sensors, which have a static passkey hardcoded in them. If I want to bond with them, I have to provide this...
Hi, I'm new with BLE applications and I'm designing a wearable.
This wearable will be powered with a CR2032 coin cell battery and I'm wondering if you recommend to use some...
Hello
I have a problem with the power of my modules nRF24L01
while awaiting the arrival of data consumption varies between 15mA and 20mA , I am feeding with 9V batteries...
Hi!
I'm using the RNG to encrypt data that I must send via SPI to another module. I'm using the function "sd_rand_application_vector_get", because I'm working with Soft...
Hello,
I'm just getting started with my nRF52832 and I am still trying to get the first example of the tutorial page running ( Getting started with nRF5 DK .
I did everything...
Hello,
I am doing a project that involves getting data from 2 PTX nodes from the slaves via ESB and sending the data obtained to my android phone via BLE. I am doing so by...
Hi,
We have created a new button events for our application in which it will record total time/ticks that the button is presses.
When you press button for 3-4 sec BLE...
Hellow,
I am trying to add different UUID bases for every characteristic.
I add the service like this:
uint32_t ble_service_init(ble_t * p, ble_write_handler_t write_handler...
I see at infocenter.nordicsemi.com/index.jsp a note how:
Missing feature: Serialization of the latest S132 SoftDevice v3.0.0 API (work in progress)
My questions...
Hi All,
It seems that my question may be repeated but I went over almost all similar posts and followed the suggested resolution, however no luck :(
I downloaded the...