Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I have two nrf51 devices one is the master and other a slave device. I need to lock these two devices permanently. What I mean is that these two devices can only connect...
Hi All,
I would like to setup my Eclipse and GCC for compiling and debugging C++ & mbed projects on nRF51 DK. The setup procedure explained in tutorial Development with...
Hi, I use SDK 10.0,
SoftDevice S110 8.0, S120 2.1, or S130 1.0, (I test various examples so I change SoftDevices)
iPhone 6 Plus (iOS 9.2.1), and Nexus 5 (Android 6.0...
Hello, i have a Nordic Nrf51822 ,PCA10001 V2.0.0 EVkit. I am desperately trying to run a beacon code in my EvKit. Since the PCA10001 V2.2.0 is old version ,it only supports...
Hi, i try to understand how to use power down modes. But i have a problem in the example ( nRF24LE1 REGISTER RETENTION TIMER ON ).
while(1)
{
// Register retention mode...
Hello,
I've created own characteristic and send it from proprietary board acting as peripheral to the Client in form of notifications. I use sd_ble_gatts_hvx() function...
Does anyone know of a good tool(s) for prototyping proprietary services and characteristics for App development? Our App dev team is ahaead of our firmware team and they want...
Hi,
I'd like to know how tp estimate of the best "timing accuracy" I could expect to achieve between an iOS device and a peripheral device. The objective is to make a specific...
Hi,
In my application I want to communicate nRF24L01+ with nRF51822 with dynamic length. Some settings are:
In nRF24L01+ side (reference: devzone.nordicsemi.com/.../)...
Hi,
Now I use these fun in ANT SD210 like below:
void MyFlashWrite(ble_ant_csc_t* cscdata)
{
uint32_t addr;
uint32_t patwr[3];
uint32_t pg_size;
uint32_t pg_num;...
what information does the nrfjprog.exe write to UICR(User Information Configuration Registers) register??
==========Tutorial of Flashing dfu bootloader to the nRF51 DK...
I want to use the ble sniffer to capture two peripherals connected to the master control panel.
with the ble sniffer I can only select one peripheral for capturing packets...
Hey there, I've posted this issue on the tutorial website and I came across a post stating that posting here will get me a quicker response. Here's my problem, when I tried...
In my application need to nrf8001 connect(bond) to e phone in a specific duration (for example 1 hours )and then disconnect and in one hour later bond again. In this duration...
Hi,
I am developing a Heart Rate application.
I need to ensure that i am flashing correct softdevice file through my application.
How can i do that?
Regards,
Sum...