Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
I am trying to run BLE central peripheral dual role on nrf52 pca10040 with nrf_uart as service. Also, I have redbearlab BLE nano as peripheral (nrf51822 based).
I am getting...
Hi, I would like to ask that, whenever I put my function in main.c, the borad become undiscoverable.
I'm using nRF51 with ble_app_uart_s110_pca10028, and below are my function...
use nRF Toolbox APP to bonded peripheral device even disconnect and connect don't need input PIN code again, but when I turn off BT the APP lost bond information. next time...
Can the S120 work without RTC XTAL?
Iam using SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION, false);
but it still hangs in the softdevice_handler_init...
Hello,
I am attempting to implement the TWI drivers from the SDK for a nrf52832 chip for a pca10040 board. I am using the twi_hw_master files to drive my TWI and insofar...
Hello.
Since i migrated from 1 to 2 SPI bus, IRQ Handler at completion is not called. Can I use 2 easy DMA SPI ?
1 bus was working fine.
here is my config
/* SPI...
Hello Nordevzone:
8.0 multilink example
I tried to use this modified handler to receive notification data from a s110 based application. The centerpiece of the handler...
Hello! I have been playing with this example and got some LEDs blink here and there, but would very much like to have UART working as well. The documentation states that ...
Hi,
I'm using the nRF51822 for a beacon and following the ble_app_beacon example (SDK 8.0.0) with some modification in order to measure the battery level through the ADC...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Hi,
I have some questions regarding connecting multiple (as many as possible) BLE peripheral devices to a single central (simultaneously).
1:
Does anyone know of any...
Hi
I now is developing Android apps on the basis of NRF UART v2.0.
My s110 NRF51 device will switch two modes for differnet 128-bit UUID. These two modes have independent...
The Bluetooth 4.2 specifications allow for an L2CAP MTU size of up to 255 bytes. It looks like the CC2640 already supports the maximum MTU size of 255 bytes with a 248-byte...