Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
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...
(I understand my question is similar to devzone.nordicsemi.com/.../ , but I would like some additional clarification not provided in that post.)
Hello, I've been developing...
On a BLE_GAP_EVT_CONNECTED, I'll send some data to an attached microcontroller via UART. The code will expect a response of that data, all while being inside that BLE_GAP_EVT_CONNECTED...
My application involves the Nrf52 using softdevice and a slave only SPI ADC running at approximately 26khz. The ADC has a pin interrupt to indicate data ready. There seems...
Building nrf_delay.c (or anything else including nrf_delay.h ) with NRF52 defined produces:
arm-none-eabi-gcc -I C:\Nordic\nRF5_SDK_11.0.0-2.alpha\components\device -D_DEBUG...
Hi, someone know whi when i press disconnect on iphone the nrf51 restart from the mail?!
Why if i disconnect android device the chip does not restart as the iphone?! is normal...
I'm trying to build BLE driver 0.5.0 for 64bits.
I've downloaded:
MinGW 4.8.2 64bits
boost 1.56 and compiled it using address-model=64
CMake 3.4.1
Python...
Hello Nordic community:
I've read about Serialization in the nRF51 SDK doc and would like to prototype an example with it.
I saw a notice of it being removed post 7...
Hi,
Is it possible to get a more detailed description of the GPIO block than what is available in the reference manual? Specifically i'm interested in how the disconnect...
Hello Everyone,
I want to run a couple of test on the nRF51422 radio. However, how do I go about checking the firmware on these devices without the use of a motherboard...
Our device fetches fused quaternion from MPU and transmits via NRF 51822.we are using 3.7v li-ion battery.we are using Non-volatile memory.
Currently we are facing these...
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...