I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
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...
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...
Hi everyone.
We plan to work with nrf51422 and we need two BLE devices, One implements Peripheral role, another one implements Central role.
I would like to know if...