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...
I'm using
HID keyboard example (SDK 7.2), Softdevice S110 7.1 , IAR for ARM 7.1, J-Link,
on my custom board (with NordicSemi nRF51822-QFAA MCU).
/***************...
I am designing a product with the nrf8002 chip and have a question on Power consumption. Lets say I leave all the default ratio's alone and use a CR1620 battery which has...
How can I read the Bluetooth clock (piconet) which is synchronized between the master/slaves in the piconet ? I need a constant (micro second accuracy) time from when I do...
Hello,
Is it possible to know the preamble , data format and the CRC calculation to interface a radio system ( GFSK Manchester) with NRF905 ?
Thank you
I'm wondering if the port and pin function can be used together to configure a set of pins.
For _port_dir_set, I assume it sets the whole port to the designated direction...
Hey i was using the code from developer.mbed.org/.../main.cpp
I am using this chip ( http://i.imgur.com/q8EM4uq.jpg ), it is nordic nRF51822 but i exactly do not know its...
I am using spi_master.c for spi communication with nRF51822EK.
And i had sent and recieved data packet successfully for 1st time with spi_master_send_recv(). When i sending...
Hi All,
I can compile and flash examples with my nrf51822 SDK on linux. I would like to use Code::Blocks as IDE.
Code::Blocks is transparent to run debugger. I try to...
I bought a blend micro to learn about arduino and BLE. I am a complete newbie in this field.
This is what I want to make happen,
I want to install my Blend Micro inside...
Hi All,
I am new in nrf51 development. I have a nRF51-DK kit. I would like to make development in Linux (Debian) only.
I found a lot of documents and I can compile examples...
My nRF Studio can not get nRF6130 board info,just show "Boards connected:".
But I can download fw to nRF51822 chip on the nRF6310 board.
The Application "ble_app_hrs" is...
What is the cleanest way to expose a dynamic (non-fixed amount of entries) through BLE?
One way I thought of is to create a service for a single table entry and go through...
Hi all,
I have an nRF-DK (the new one that's mbed compatible: developer.mbed.org/.../)
I have managed to completely brick it by copying the wrong file onto the BOOTLOADER...
Have tried to use an external interrupt coding.
/*------------------------------------------------------------------------------------------------------------*/
#define...
Hi, I'm a bit of a newbie to C and embedded programming. I'm using the ARM Crossworks IDE right now and trying to get the HRM_RX example working on my PCA10028 board. I've...