Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
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...
Hi,
I can use the DFU bootloader via HCI/UART to update the application image.
Reference DFU init pakcet . The init packet contains a 4-byte value identifying the version...
I searched the database but did not find an answer to my question.
My environment is as follows:
Keil uVision v5.18a
Nordic SDK 11
nRF52 PCA10040
Softdevice S132
...
Hello,
I am trying to write data to flash. I did successful write data to flash, but I need delays between erases and writes. I tried to avoid the delays with the NRF_EVT_FLASH_OPERATION_SUCCESS...
Hello,
I am currently using Renesas RL78 BLE chip and the UAP & NAP address is as follows 42-00-DE.
Now, for better performance, I migrated to Nordic nRF51422 and am...
Hi all,
I have to transfer a lot of data over the UART channel, and run into some problems...
First problem was/is the UART FIFO Size.
There are three different defines...
Hi.
I'm currently working on hrs_scanner example and have a question.
I'm working on latest nrf5 sdk11.0
and hrs_scanner example is in the 'ble_peripheral/experimental_ble_app_multiactivity_beacon...
Hi, I'm using a nRF51422 with s310 sd on sdk 10.0.0 and I have two different behaviours that are cousing me some problems.
I'm testing it with a DK (board 10003) and a...
Hi
I use the softdevice s110 with a nRF51822
I am trying to update the characteristic value using a timer.
But i have gotten this error BLE_ERROR_INVALID_CONN_HANDLE when...
I have a problem with the new SDK11 Bootloader. With SDK 0.9.2. everything worked fine, but with SDK11 not. The strangest thing is that if i use the precompiled hex file in...
Hello, Dear Nordic Development Team.
Recently I made the Android app using nRF nordic SDK to detect BLE beacons(iBeacon and Eddystone).
(no.nordicsemi.android.support...
I have to implement high throughput and I plan to use L2CAP. My transmission has to be reliable so I need flow control functionality. In API, I can only see functions for...
hello.
i have microsoft mouse using 24l01 ic its usb receiver is lost. i have them in bulk quantity is there any solution for usb receiving end?
thanks
Hi, being interested in proximity apps - I played for a while with the nRF51-DK kit when I came up with the nRFready proximity app page.
I looked at description and video...
Hi all,
I am new to nordic. I have two pca10031 dongle. First of all I had programmed example codes (one as peripheral and other one as central) and tested, it works fine...
Please suggests...
I want to send parameter like this ...
uint8_t val = 0x00,0xff;
NSData *data = [NSData dataWithBytes:&val length:1];
[proximityPeripheral writeValue...