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...
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.
It appears that the common gcc makefile in the current SDK does not work for S120, or S310. Please see the patch that fixes the problem.
Tested with S120 and blinky...
We are looking to add some device info into the advertising package, or scan response package depending on space. When looking for a way to do this in a standardised way I...
Hi.
I'use nrf51822 beacon kit and android nrf beacon app.
I'm modify nrf51822 beacon example source code,
I hope
1.I eliminated the button
2.After I turn on the...
I'm new to nRF51822 Evaluation Kit. I was able to build the hex from "ble_app_hrs" example with GCC and Eclipse. However, it won't allow me to flash it by drag and drop to...
Hello, I'm an developer using nrf51822.
I have the same problem with this.
devzone.nordicsemi.com/.../
But this problem has no more discussion...
Here is my problem...
First I load soft device through nRFgo.
Then I run debug with eclipse.
I then step through code in main.c ...
(I'm using QFAAG0 chip)
Stepping worked fine when I used...
Hi,
I use a system with BLE softcore running - and can generate highly precise pulses with the gpio pins using Timer1+2 with interrupt service routines. Jitter might be...
Hi,
I want to use nRF51822 to do some development in the eclipse.I follow the document(nAN-29 nRF51 Development with GCC and Eclipse Application Note v1.1) step by step,when...
Using PCA10001 Evaluation kit, SDK v6.1.0_b2ec2e6 and SD s110_nrf51822_7.0.0
IOS app nrf Toolbox HRM on iPhone. Everything is working fine, get the advertisement, connect...
Hi all,
Short version: I want to make 200 devices using nrf51822 (and S130 v0.5.0-1alpha), all advertising/scanning at the same time, and process RSSI readings for proximity...
I am trying to find out what is the difference between nRF51822-mKIT and nRF51822 EK . Visually both of the boards look identical and the only noticeable difference is an...
I just tried setting up on Windows8.1 but can't see the "nRFgo Studio".
I got as far as step 4 on page 9 of "nRF51822 Development Kit User Guide v1.4",
but it doesn't...
I have a RedBear Blend and I want to talk to it from iOS.
I'm currently using the default setup provided with the Blend and RedBear's library over the top of the Nordic...
Hi, after a deep study of Datasheet I was finally able to have two 24L01+ talk to each other with a PIC18 program.
Now I need to make a step further using ACK Payload since...