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...
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 Nordic-Team,
I've spent a while trying to figure this out but I couldn't. I need your help.
I want to load the S310 softdevice to the nRF51422 chip + the blinky example...
Hi,
I am using the ANCS experimental library and am experiencing a very strange bug.
I am requesting to attributes: APP ID and Title whenever I get a notification source...
Hello,
i have some trubble with my current power consumption. I have already read other user question and solutions but nothing works for me. To reduce the power consumption...
I have built and installed bluez 5.21 on ubuntu 14.04 witout problem (see for example this recipe ).
My nrf51822 EK dongle PC10000 is not recognized by hcitool:
hcitool...
What exactly is block size in pstorage?
Desired block size for persistent memory storage, for example, if a module has a table with 10 entries, each entry is size 64...
I'm looking into using the CMSIS RTOS on the nRF51822 with the S110 softdevice which I've used successfully with other Cortex M0 MCUs. I realize the S110 isn't well tested...
Hello,
I am new to BLE shield and arduino stuff. I am working on a project where I have to send the sensor data i.e. temperature sensor, humidity sensor and pressure sensor...
Hi,
I'm using the nRF51822 and pCA10001 as SPI slave.
For reasons beyond my control I have to read the Rx Buffer before the CSN is released.
Yes, I know I shouldn´t do...
Hi!
Could I find somewhere (I was trying in Nordic docs and in previous posts but everything refers to previous versions of softdevice) how to perform bonding with key...
Hello,
When designing a 4 layer board with the nRF51822, should I connect the chip and impedance matching circuit to analog ground and keep the other digital chips isolated...
use nRF51822_Evaluation_Kit
I want to auto bonding by peripheral ,once peripheral connected with center(android app).
Is there have any API to send pairing request?
Hi, I tried uploading the example code from \nrf6310\spi_master_example to nRF51822 evaluation kit board, but no matter what I do, I always get SPI error. Not compile or upload...
Hi,
is there a nRF Master Control Panel equivalent App for iphone?
I'd need an app where I can set custom characteristic. The background is to update the device using...