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,
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...
Hi,
I'm trying to communicate the nrf52832 with a LIS2DH accelerometer and when I'm trying to read 192 (32*6) bytes of data (to empty the entire accelerometer's FIFO) my...
Hi,
I want to know what is my execution time for each function.
I am using nrf51822 chip and the IDE is IAR Embedded Workbench.
How can i calculate the execution time...
Can I detect overflow on RTC1 when using timers with S130?
In my App, I use timers but also count time with NRF_RTC1->COUNTER. I need to know If overflow happens.
It seems...
Is it right that this flag BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED , prevent my device to be discovered by classic Bluetooth stacks?
Which of these flags do I need to use...
Dear Nordic experts,
After experiencing a lot of random issues when retaining bond information during a DFU on some mobile devices, we've decided to choose the safest route...
Dear friends,
I'm developing a prototype which use two NRF24L01+ and the auto ack and Enhanced ShockBurst only works with symmetrical data pipe address numbers.
Per...
Hello,
I want to try out the FDS according to this article .
My base project is the ble_app_uart (periph) from the SDK13 and I am using PCA10040 DK.
I enabled the...
The NDEF message is slightly different between Type 2 and Type 4. Type 4 has a 2 byte length field at the very beginning of the file, called NLEN. The NFC Type 4 example code...
Hello,
I saw that there is now serial dfu option enabled and Id like to make a serial DFU bootloader, however its a bit hard to read this Python code. Would be amazing...
If I want to use official devkits (like nRF51/2-DK) for a project do I need to test and certify them for FCC/CE?
Does FCC apply even on the software running on the device...
I just got nRF52 DEVELOPMENT KIT and NRF51822 BEACON KIT.
Can you tell me that where I can find the reference design for them and what could be the good starting point...
Hello, I am trying to program an BMD-300 using the NRF52-DK on a custom board,
The BMD300 is powered by the NRF52DK
BMD300 -> NRF52DK
SWDIO -> SH_SWDIO (pin 4) on...
Hi,
I just read IoT-MQTT example and have almost exactly the same problem but with the Publisher.
I am running a PI with Raspberian 4.4.34-v7+. I have installed mosquitto...