Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
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,
we are trying to get FOTA via memfault working on our nrf9160 device.
We are using NCS 2.0.0
We updated memfault to 0.33.0, since that is the latest version and...
Edit -
Didn't notice I'm on 'Server setup' tab...
Problem solved
---
Hi,
Just updated to the latest standalone nRF Connect for PC BLE app.
Not sure what exactly...
Hi. I am currently working on a project where I need to measure the current/power consumption of a software running on a Rasberry PI mod 4 (RPI). The datasheet informs me...
Hi All,
I've tried to port and adjust TimeSync peripheral to my project. We use NRF52810 so I had to use TIMER1 and TIMER2 instead of TIMER3 and TIMER4.
I also "reconnected...
Hi dear all,
I testing smp_svr example on nRF5340DK board , I add bluetooth dfu in project and download into the board .
Use nrf connect try to update, the two update...
Hi, I was trying to test the location sample on my custom board that has an nrf9160 chip. I did everything in this link: https://docs.nrfcloud.com/Guides/GettingStarted/Devices...
So we have our own bootloader project, was trying to get this to work in Segger Studio v6.34 Mac OS Apple Silicon and it would always fail to boot the DfuTarg, the BT would...
Getting linker error "undefined reference to `nRFInitialize'"
Any help would be appreciated, thank you.
T he file 'ses_startup_nrf_common.s' included in project .
Contains...
Hi All!
I tested the central & peripheral_hr_coded examples.By using Nrf connect sdk version 2.0.0 /2.0.2 ,nrf52833DK's. Is it possible to add a feature in the example that...
I am working on implementing a BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED advertising setup.
I would like to minimize the current spike transients...
Hi Team We are working on NFC for our new product. When we measure the power level each GPIO we don't reach more than 700mv. Changing the antenna to a larger antenna did not...
Hello,
I have enabled NRF_LOG over RTT but I get flooded by the same message until my application crashed.
For example:
I get continuously:
what am I doing...
Hello List,
First some context: I am working with SDK 17.1.0 on a nrf52840 (arduino nano ble).
Created a variant of the ble_app_uart example and want to add pairing/bonding...
Hi,
I am aware, that I the PDK is deprecated and I plan to use a nRF5340-DK in the near future.
However, I would like to make use of the PDK I have sitting around and...
Dear Mate,
I am trying to build and flash a program by using (+) Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com...