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...
Hello,
I'm using the UART0 in nRF52840-DK for debugging purposes and using the ble_app_uart_c example as a basis.
Now, I need to activate and configure the second UART...
Hi guys
I'm just want to know, is this situation can occur if my application size will grow so high that it could be overwritten by the flash data storage module?
...
I am developing for a Thingy91 and NRF9160 DK
NCS v 1.9.1
I am using the LTE_BLE_Gateway sample using the NRF9160 as the Host and talking over HCI to the NRF52840 as a...
Hi
I'm working with ringbuffers ( docs.zephyrproject.org/.../ring_buffers.html ). I'm using the data item mode. Periodically I put data into the buffer (if I'm correct,...
Hi there,
We are trying to integrate an nRF21540EK shield onto our nRF5340DK. Following the instructions on the following link ( https://developer.nordicsemi.com/nRF_Connect_SDK...
Hello
My production ble performance is lower then nrf52DK.
How can I impove ble performance?
And I think there are two ways.
1. redesign PCB antenna (currently...
So, I'm trying to debug some code I've been working on, so set CONFIG_LOG=y in my prof.config file.
Now, when I try and builld, I get this error:
Error: Image size (0x36c54...
Hello everyone,
I am using the nrf52840 on the CDEBYTE E73-2G4M08S1C nRF52840 BLE 5.0 Wireless Transceiver. robiz.net/e73-2g4m08s1c
There are two device. One of them central...
nRF52840, SDK version 17.0.2_d674dde, SD140.
Our code uses the PPI extensively to manipulate some GPIOs and start SPIM transfers from peripherals using EasyDMA to store...
Hello all! I am trying to interface MPU6050 with nrf52832 dk using the following code. On the LOGGER, I see that the MPU isn't detected, despite I replaced the MPU. The if...
I wrote a reply to a 5-year old question which appeared to be related to my needs but the answer was not what I was looking for.
The case is very straight forward:
The...
Good morning Sir/Mam
i want to read data on serial using nrf9160 by segger. i have pic a sample from devzone "Uart". i have successfully build it and Run on board , but...
Hi,
I am having problem with UART on both NRF52 Devkit nad NRF52480 dongle. If I start from the example:
nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart...