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...
Where can I find a working application that has an observer callback function (not a beacon) .
this application must have also the broadcaster callback function.
OS: Ubuntu 14.04
IDE: Eclipse, installed as per tutorial.
Board: pca10040
When trying to debug esb prx and esb low power trx I get the following error:
No source...
So I'm only use to programing PICs with mplabX
I've designed my board and am ready to dive into programing the Nrf51822
I'm a little overwhelmed by the different information...
Hello,
I have build a gatt server device and my application is setup following the tutorials, which are really helpful by the way.
Now I want to check if the notifications...
I'm doing a more complex application than what I'm showing here, but I've reduced it to the minimum. I'm initializing the RTC subsystem, creating a timer, and starting that...
Hi all:
I use the softdevice 2.0.0 and compile bootloader example with "dual bank" on the nrf52 DK,
Running a system that can using DFU from app then jump to bootloader...
Hi ,
I search and found some of questions on this forum wich speak about enabling and disabling peripheral.
I'm ok with that but i have a question about there initialisation...
I am testing the Nordic nrf51822 chip.
I have rewritten a bootloader example allowing firmware updates via Bluetooth LE (FOTA). A mobile phone will sent the update package...
Hi,
I'd like to transfer some data from my App (using fstorage) to the bootloader (using pstorage).
Given that that the two storage mechanisms are different, how can...
Hello, I've been working on porting a bit-banged control of a peripheral to use nRF51 SPI--which is just SPI rather than SPIM (therefore no DMA). Observe the SPICLK waveform...
Hi guys,
I am developing a project where I have a large group of NRF52 chips together in one room. In their normal state each chip is paired as a BLE peripheral device...
We are working on a NRF52 DK. In the data sheet of NRF52832, there is no mention of enhanced shock burst mode or dynamic payload or multiceiver. Do I need to refer additional...
we're using Mbed for NRF51822. our board using 2 GPIOs interrupt.
problem: the Rise edge did not generate the Interrupt event: set EVENTS_PORT.
I try uisng while, but...
Hello,
I will explain my setup:
I have 2 nRF51-DK each one of them connected via I2C and SPI to two different custom boards. One being the central(nrfA) and the other...