Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
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...
hi,
I want to know why app_timer and nrf_drv_timer conflict。App_timer is used to broadcast data。When App_timer time out ,timer1 start.
Cannot broadcast data after initializing...
Hello everyone,
I generate an interruption when an rising edge is detected on one of my I/O.
It seems that the interruption doesn't trigger correctly for an input frequency...
Hi,
(SDK 14.2, S140 V5.0-2.alpha)
I'm working on a ble project that includes to verify mac addresses.
For the Bluetooth SIG specs, when a device has a public adress...
I just update my sdk to 15.0.0, which use the softdevice s132_nrf_6.0.0. but when I try to generate the application package, I found the nrfutil do not give the sd-req code...
Hi,
Where the Firmware is being stored in the flash??
In which address of the flash the firmware is being stored when i flash the code??
In what file type ,the firmware...
Hi.
I am trying to set up a simple Ble beacon on a PCA10040 and a sniffer on another PCA10040.
IDE = Segger Embedded Studio for ARM (This works fine)
The beacon uses...
Hello,
I'm trying to start working with the NRF52832 Dev board for quite some time and can't manage to get anything complex done other than blinking an LED and even that...
We are using a TI AIC audio codec interfacing with the nRF52 over I2S.
The TI codec specifies the following expected clock frequencies for a sample rate of 16KHz and sample...
Hi
We are trying to find a solution to connecting a BLE peripheral to a "preferred" or "primary" central. We are considering having the peripheral connect to multiple centrals...
Hi,
Probably the answer to this question is no, but I can't seem to find any reference in the standard and/or your SDK documentation that proofs that the same relay message...
Hi,
In the Release Notes of SDK 14.2 the following issue (for an emulated NRF52810 project) is mentioned :
*** Known Issues
****************
** BLE **
- When working...
Hi,
Is there any API in Softdevice S132 v5 production to set up advertising extension?
In migration notes of SoftDevice S140 v5 alpha3 I can find annotation:
A new...
I have read the nAN24-13 application note as well as the crystal selection portion of the nRF24LE1 and nRF24LU1 data sheets and I am still undecided about this crystal
https...
Our intention is to wake up the nRFLEI from power-down using the external interrupts, perform some actions and return to power-down. There are three external control signals...
Dear nordic employee
when I use the spim to send 1 byte address to read it's value(4 bytes)
nrf_drv_spi_transfer(&spi,headerBuffer,(uint8_t)headerLength,readBuffer,...