I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
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...
Hello world.
I wanna ask about how to convert arduino code possible for mbed compiler for arduino. first of all, I have tried to use this guy program knn arduino code ....
I'm attempting to build a project to use easyDMA with PWM, but as there are no applicable examples in SDK 15, I am working on it myself. I originally asked for help here:...
Like the subject says, when I attempt to search at http://infocenter.nordicsemi.com, the search results show the following forever. The browser reload/X button keeps flashing...
Hi,
I created a mesh network with a mesh model which allows me to send a string message over it.
I use one board with a provisioning role and 3 others as provisionee....
Hi team,
Let me confirm what's C0 in the nRF51 32MHz XO spec. It specifies as following but C0 definition cannot be found in the PS. I assume C0 is the load cap where C1...
Hey,
I’m using Arduino IDE to program my nRF52832. I want to connect two nRF52832’s using BLE for master-slave communication. Eventually I want the master to control multiple...
Hi,
I am using nRF52840 DK, and I am creating my program starting from the basic UART example. I am not using threads, just plain sequential execution. I have a chain...