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...
In SDK13, the initialisation of the low frequency clock used to be done within sd_softdevice_enable . In the SDK14 version of nrf_dfu.c , the LF-clock is already initialized...
Hi, I want to use the AES-CCM of nRF52832. But it can not work with the softdivice. I have read the following question and answer.
https://devzone.nordicsemi.com/question...
Hello All,
I have a peripheral device where one service with 4 characteristics is implemented.
Out of these 4 in 3 services notify is enabled.
Now I want to subscribe...
I have a situation in which a central device (A) must be able to receive from a power constrained peripheral (B) with very low latency, but likely at long intervals.
To...
Dear Nordic,
I tried to download the new SDK nRF5-SDK-for-Thread from here:
www.nordicsemi.com/.../60504
However, when I clicked on it I only got the TTM 0.11.0.
...
Hi every one ,
I am using NRF51822. I download the code
from this link. github.com/.../nrf51-ble-tutorial-advertising
I able to flash the hex file & see board are...
hi~
i am working with nrf 51822 with custom board and softdevice s110.
i am using is7020-a20 temperature / humidity sensor via twi (i2c)
i tried 2 versions of twi example...
I followed this guide , I'v managed to run make files and flash them using the terminal, then when trying to build the project in Eclipse, I get this :
Make: no rule...
Hi,
I am following the "Bluetooth low energy Services, a beginner's tutorial", however, this tutorial is written for SDK V11.0.0 and I am using SDK14.1.0, softdevice 5...
Hi there!
I've followed the guide to Eclipse GCC (using OSX) from here: devzone.nordicsemi.com/.../
I had to add some stuff to main.c to have it built (e.g. BSP_LED_APP_TIMERS_NUMBER...
Hi, I'm having an issue with some PCBs I've designed with the NRF52832 on a module. When I first connect the board through a j-link, the device is not detected in NRFgo studio...
Hi,
I wonder CRITICAL_REGION_EXIT() in app_sched_event_put() have to be moved to the end of function.
CRITICAL_REGION_EXIT() is called after proceeding index in current...
Hi everyone,
I am trying to port freertos on the nRF52832, but it is blocked in the vPortSuppressTicksAndSleep function. Below is the code for configuring the system and...
I am writing a program that waits for Button 1 to be pressed. Once it is press, then it will call the function blecomm() in another c file. My code is as below:
#include...
I'm currently working on an application using the timeslot API to be able to use the radio while it is idle. It is based on the nrf_esb shockburst implementation from SDK13...