Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
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...
Hello,
We're currently developing PCB with nRF5340_CLAA SoC. For specific reasons, main supply voltage was changed from stable 3.3V to 3.5V that comes from DC/DC converter...
I recently followed the instructions laid out in the "nRF Sniffer for Bluetooth LE" User Guide version 4.0.0 and having trouble seeing the nRF Sniffer interface in Wireshark...
Hi,
I am trying to implement bluetooth uart peripheral for nrf52811. I try to learn the code from example and want to check the result on my board.
When I build the...
Hi,
I'm on NCS 1.9.2, and I'm having a unexpected behavior on the consumer thread of a k_fifo. The documentation states that the k_fifo_get routine removes a data item from...
Hi all.
I was planning to build ble example and combining it with I2C, but I found this error
I check several previous posts on this forum before and solution...
Dear Nordic,
I am a beginner. I would like to transmitt the sensor data from a Lora32u4 board (End-node) to an nRF9160 Thing Plus (As a gateway) connecting to Lora SX1276...
Hello Nordic-Support Team,
i have a question regarding the Application Timer as said in your documentation here:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom...
Hello,
i would like to ask you for advice how to correctly process the connection status information from the modem. Our application is sending telemetry data to the cloud...
Hi
1. Longer build(pristine) time
When trying to build the application on vscode, the build(pristine) process is taking more than 5min during each time. Is this the expected...
Hi Team,
The nRF5280 dongle stops capturing BLE packets. If I remove the device from USB port and reconnect in this condition the device stops blinking also. Then if I...
Hello,
I used the apps from nRF Connect for Desktop for a project half a year ago. Today I started nRF Connect for Desktop and did the updates (automatic update for nRF...
大家好,
Currently i am working on nrf51822 for multi touch HID.For that i have chosen mouse HID example as a reference,I refer to this example( ),
I have been able to test...
Hi,
I am discovering the nrf52 software with the Segger Embedded Studio environment. I have developed an application derived of the ble_app_uart example.
I have many events...