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 have three new nrf52840 dongles and I am not able to provision any of them. I load the code nrf/bluetooth/mesh/light (SDK v2.1.0) in one of them for the first time...
I am using the nrf52833 dk board with vs code , I have tried all the solutions that I could find on the already available asked questions, example https://devzone.nordicsemi...
SDK: nRF5 SDK v17.0.2
use example SDK17\examples\ble_peripheral\ble_app_uart to add DFU over BLE
SoftDevice: ANT_s332_nrf52_7.0.1.hex
MCU: nRF 52832
windows application...
Hello, guys.
I just wondered why use LTE Link monitor from nRF Connect make nRF9160 scan lte-m networks and even connects to it.
And when I'm trying to use external MCU...
Hello,
We are using this module in our new product and are in the process of Bluetooth certification. The BMD-350-a-r lists QDID of 101018, but the nRF52 family lists...
Hi,
We are using nrf5340 and nrf connect SDK V2.0.0
Using below code, we are able to scale up/down the processor frequency.
However, in our application we want to...
Hello,
I want to specific a hci event in zephyr RTOS when using nrf connect sdk. But I don't know how to achieve it.
In Bluetooth Core v5.2, vendor specific events have...
Hello,
I would like to create my beacon application to publish periodically (e.g. 10sec) data related to three temperature sensor.
What're the possible solution to implement...
Hi Team,
I am using nRF5340 dev kit and NCS(Nordic connect SDK 2.0.2)for my DFU POC purpose. I want to perform DFU update of nRF5340 through nRF USB port instead of the...
Hi developers,
Now, I want to get a correct Tx power value. I printed out the value from "ble_gap_evt_t->params.adv_report.tx_power" and could get only 127, even this...
Hi,
I am using 5340 but it's uart consumes a lot of power 2.01mA
SDK: NCS2.1.0
project: peripheral_uart
I have disabled all other peripheral equipment,put all...
when I open nrf connect for desktop i got blank page,
and there nothing in the console:
I've installed/am using:
nRF Connect for Desktop v.3.11.1
J-Link V7.68b...
Hello,
we are using the nrf9160 in one of our products. Our assembler has used old nrf9160 SICA B0 chips on our first protoyping round. When we run our software on the nrf9160...
Hello, Guys.
I had problem that if I config nRF9160 through UART0 (default) it works and I receive IP address and can make MQTT connections.
But when I use UART2 (external...
Background:
I seek to interact (human and/or additional MCU) with both UART peripherals (uart0 & uart1) in the easiest manner possible - issue commands, pass traffic, etc...