Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
I am not sure, but i think we found bug or some interesting feature in sending notification values.
Here is the code i used:
uint32_t ble_meas_on_ext_adc_change(ble_meas_t...
Hi,
I know s110 doesn't support HFP and HSP.
So I want to know if there has a another way that nordic51822 can receive mobile phone sound and translate sound to mobile phone...
Hi
Maybe this is a silly question, but I'm getting into desperation!!!
The problem is that playing with the LBS example ( github.com/.../nrf51-ble-app-lbs) , I've noticed...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
Hi,
I am interfacing a TI TM4C123 microcontroller to the AddiCore nRF24L01+ Transceiver Module. I can consistently transmit and receive data with the microcontroller/nRF24L01...
Hi,
We are using nRF51822 in our custom board.
nRF51822 is interfaced with a MCU using UART.
We want to load firmware image in MCU which will then flash nRF51822...
Hi,
I have a nRF51822 Development Kit and a nRF51822 Bluetooth Smart Beacon Kit. I want to run on the nRF51822 Smart Beacon Kit the nRF-Sniffer (v1.0.1) application. The...
how i used central send data to peripheral.
one broad use S120and other broad use S110.Now i see explame is nrf51822\Board\nrf6310\s120\experimental\ble_app_hrs_c..have another...
In ble events handler after connecting to peripheral device i handle BLE_GAP_EVT_CONNECTED event and try to identity connected device:
case BLE_GAP_EVT_CONNECTED:
{
...
Use "nrfjprog.exe --eraseall --programs s110_nrf51822_7.0.0_softdevice.hex --program app.hex bootloader.hex --verify --reset" to flash my device, return a error "write_and_verify_hex_file...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
As I've seen many others have done, I bought the nRF518822 Development Kit not seeing that I needed the $400 nRFgo motherboard.
Searching around reveals that shouldn't...
I am trying to get the Arduino DUE up and running with the Redbear v2 BLE shield, and SDK 0.9.3.
It was a pretty trivial operation with Arduino YUN, but I not so much for...