Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
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...
AN36 refers to the Send Update button on Master Control Panel(to toggle the LED). I can only see a "Write" and "Write Long". Am I doing something wrong, or does AN36 refer...
This may be the most commonly asked question but I'm new to this embedded devices.
I'm trying to develop a nRF51422 based sensor network which operates using CR2032 battery...
Is there a firmware I can download to have nRF51 Dongle working with ANTWARE II?
I plugged in nRF51 Dongle (PCA10031 V1.0.0 2014.30). I can see it in nRF Studio.
When...
Dear Sir,
I'm studying S120 and S130 soft device.
However, the document inside SDK dose not explain the detail of connection procedure.
I'm interest in the device how to...
I have one task to send image to nordic device(BLE device), But i am confuse to where to start,
Is it Possible to send image to Nordic device Using BLE?
Any guidance on...
Hi! I've never worked with bluetooth before. I am using a Blend micro arduino-based board to send to the computer some different values (for instance an array of 10 float...
Hi,
I have a question related to GATT Services in BLE, so not strictly a nrf51 question although it's related to one of the examples. The example for the (Human) Thermometer...
I have a BLE wearable (Pebble watch) that I wish to detect using the nrf51822 evaluation kit. I can use the Control Panel to see the pebble. I would like to be able to us...
When I put the ESB lib into my BLE Soft Device the MDK tell me that it have some error in it.
What's wrong in my project? if I need ESB+BLE what should I do?(NRF51822+SDK6...
So I installed the Master Control panel software, plugged in the PCA10000, whereupon I was advised to update the firmware in the PCA10000. The firmware update apparently failed...
Hi,
I am trying to get the s130 example to work on my PCA10028 board nRF51.
First I had to change the starting adresse from 0x1C000 to 0x1D000.
I guess that this is due...
There are only the last version nRF51822 Product Specification V3.1 on the web. However, I need a V2.0 PS. So, where can I download the nRF51822 PS V2.0?
Hi,
I wrote a very simple program which compare the analog reference input 0 (P0.00) with AIN0 (P0.26) and generate an interrupt on cross using Low Power comparator on...