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...
I'm facing problem while program custom board. I'm using nrf51822 module( link ) & j-link EDU 9.3 version. I think there is some connection issue. Here is my connection
...
Is there any reason why no error is returned when app_fifo_get() fails in app_uart_put() (SDK 12.0.0). Couldn't the lines below:
if (app_fifo_get(&m_tx_fifo, tx_buffer...
Hello,
I'm facing some problems when trying to migrate from secure dfu debug to release mode.
I set the nrf_log to use uart instead of rtt in both debug and release...
Hello.
We are building our project based on nRF52 chip and BLE beacon firmware. Do you know if we need to buy some MAC address range from "provider" or we can code some...
Hi I know i have just asked this question 2 days ago.
and it works 2 days ago.
Thanks to Terje Schjelderup, he solved my last similar question, and kindly reply my problem...
I've tried to use stdlib's random generate function.
and as usally all of the basic C language's random generate functions does, I've used srand with Seed based random...
Hi...
See my advertise_init function to add custom 128-bit UUID.As seen in the answer of this post devzone.nordicsemi.com/.../ i have changed uuid_type but still receiving...
i am using sdk 13.0.0 for nrf52840 running on IAR compiler. I am trying to create new project for AES but i am getting error as no definition for :
Error[Li005]: no definition...
Hi,
I am working on an application which sometimes needs to send a buffer of a couple of KB to a connected smartphone using the nordic uart service.
The function used...
Hello all,
I'm currently modifying my Analog Input circuit schematics to improve precision.
I'm adding after my voltage divider, an opamp as a voltage follower to ensure...
i have 3000 bytes of data placed in flash from 0x20000. i want to calculate hmac for the same data.First, can we calculate hmac for such huge data?If yes, then how can i calculate...
I'm using SD 110 and the PCA10001 board.
I make the call to:nrf_gpio_port_read(LED_1), where LED_1 is on, or high. This call always returns a 0. How can I read the state...
Hello!
I'm trying to advertise my custom service. After setting everything up, when calling ble_advertising_init I receive error 0x7.
static m_adv_uuids[] = {0x1523...