Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
I am using nrf51_sdk_v6_0_0_43681 and s110_nrf51822_7.0.01 wiht nrf51822, and I modifiy code based on ble_app_uart.
Here I am trying to launch a continous ADC sample with...
Hi,
whenever i try to program the PCA10000 ( USB dongle) using MASTER CONTROL PANEL(3.4.0) i'm getting log messages like as below,
"...........
Successful flash!
Enabling...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm following nAN-29 and when I go to import the Eclipse project file for ble_app_hrs I get a message "No projects are found to import". I've pretty much followed nAN-29 to...
I've been working on an interrupt driven I2C driver. I have the basic driver working, but I'm hoping to squeeze a bit more speed out of it.
I'm mostly doing fairly long...
This is an howto on restoring your nRFgo motherboard firmware.
Error code can be similar to this from nRFgo Studio:
Starting bootloader on board 0
Could not start the...
(I also posted this on the mbed BLE_API forum)
Hi all,
Sorry for the long post, I'm starting yet another discussion on BLE throughput, but I feel this merits a deeper...
I'm getting an event when a write long is completed (the line with BLE_GATTS_OP_EXEC_WRITE_REQ_NOW):
static void on_write(ble_mlbx_t * p_mlbx, ble_evt_t * p_ble_evt)
...
Hi
I'm using sd_flash_erase to clear a page in flash. The event NRF_EVT_FLASH_OPERATION_SUCCESS comes to my sys_evt_dispatcher. After the event has arrived I continue with...
Following along after my nrfjprog mini-tool for OS X, I've just released a plugin for Eclipse which exposes a template for setting up projects with the right settings for...
The nRF51822 BLE stack API source for the above question ...
fp_handler = conn_mw_item [i] .fp_handler; For fp_handler function pointer, I want to get information about...
Hi
I defined an system id in nrf code & am able to access in the android app after i set service discovery & bonding.Is it possible to view the system id during advertising...
Hi,
I was measuring the speed using the NORDIC android application. But problem is that I cant measure accurate speed. It is showing me less speed than the actual speed.
Hi
I'm using two different designs using nRF51822 as SPI Slave.
One is using p0.07 as CLK input and the other is using p0.06 as CLK input.
I'm using the code from spi_slave...
Hi,
I get strange error.
p_evt_write data array should contains 3 values but contain only one (first).
Please take a look:
What can be the reason and how to fix...