Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
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,...