I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
I am a college engineering student. I currently have the NRF51 Bluetooth beacon along with the dongle I am in need of help uploading my code to the beacon via the dongle....
I have just bought an nRF51 Dongle and want to use it like a normal USB Bluetooth Adapter for my Windows 8.1. I have read the Getting Started Documentation, but there are...
I am struggling measuring time between two events. I thought to use the timer driver and the nrf_drv_timer_capture_get function and start/stop the timer with nrf_drv_timer_enable...
Dear Nordic,
I am try to implement RTC(nrf calendar implementation) in BLE example(SDK 13.0). both are working independently fine but combination of works fails RTC when...
My nrf51 SDK version is like this, nrf51 9.0 softdevice 130 chip:nrf51822_xxAArun ble_central_and_peripheral connectivity example, The nrf51 board is controlled by host MCU...
Hi All, the I/O mapping is correct as per the Ref Eval schematics. We are using a J-Link programmer to program it. The IC is not being detected in NRFgo studio. Can anybody...
Hi,
I was wondering if there is some documentation relating to pairing and bonding.
What BLE events (BLE_GAP_EVT, ???) are to be expected?
What do we need to observe...
I use ble_app_uart(sdk 14.2) + light_switch(mesh1.0.1)
Questions are as follows:
1client + 1server is ok, but in the second server there will be network failure!
log...
Hi,
I'm trying to get the tftp example working from the sdk iot examples. When I try it out following these instructions ( http://infocenter.nordicsemi.com/topic/com.nordic...
Hello,
i'm using the BLE Nano v2 with the nrf52832 on it and a DAPLink USB-Dongle. IDE is Eclipse with gcc and SDK v14.2. My current aim is to do an OTA DFU so I tried the...
I have a custom board, that basically consists of a nrf52832 module (ebyte), a button and a LED. The LED is connected as in pca10040: VDD->220R->LED-> ground to p17.
I assume...
Hi, I'm attempting to run the Proximity example ("ble_app_proximity_pca10028_s130") on my nRF51822 dev kit using the S130 SoftDevice. I am able to connect to the dev kit ...
Hello DevZone, I have few questions relative to the design of the PCB antenna for a nRF52840 chip. I'm going to use the Eagle library find on the github. But... 1) Why the...
It'd be great if the Nordic nRF5 SDK team had a bit more time to test the code under C++, to shake out a few smaller issues.
Here are some changes that needed to be made...