Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
Hello,
I want to supply the nRF52832 with a power supply of 2.2Vdc. The uC has to measure an analog voltage between 0 to 2.5V using the internal reference.
Is it possible...
I am trying to set up usb cdc and use the virtual COM port for logging. Please find my code below.
Issue - The LED part of the code works fine but when dongle is connected...
Hi,
I'm testing a prototype with the nRF52840 where I drive a buzzer in the following way:
When I play a signal, I see that the current through the buzzer is about...
Dear everyone,
I'm new to Zigbee and Nordic development. I'm currently working on Zigbee on nrf52833. I must implement a mesh topology to prove self-healing and self-routing...
Hello Nordic team,
I'm looking for some help about Thread creation ... I try to start a Thread when my nrf52840 receive a particular message. This message is sent with BLE...
I am working with the nRF5340 development board. I got the multicore example from the SDK to build without an issue. I then copied the source code and CMake scripts into a...
Trying to get the entire set of v2.0.0 software development tools to install on our Ubuntu 20.04.4 LTS x86_64 system for my nRF9160-DK.
Following the [DevAcademy nRF Connect...
Hi Team,
I am using nRF52810 gpio to power gate (gpio connected to VIN) ADXL362 . But the ADXL362 recommends a switch(SHUTDOWN) as shown below to discharge the capacitors...
Are there any plans for updating the internal CoAP buffer sizes to support 511 OpenThread children? There are two cases where the number of maximum OpenThread children is...
I have an OpenThread application that worked on NCS v1.9.1 and after updating to NCS v2.0.0 (nothing in the source code or kconfig was changed), the application fails to build...
Hi
I need to read the Drive mode of how an output pin has been configured....
I see that there is an API to read pin's Pullup, Direction, Sense, etc configuration.....
Hi,
I've managed to find a franchised source of nRF52840-QIAA-R processors at low volume and I'm advised they have a date code of 19+.
Is there anything that I should...
Hello,
I would like to add buttonless DFU to my project.
This is so that in the field our mobile application will be able to push new FW to the device upon connection...
hi, i just ran into a problem that i'm not familiar with, so I post it .I want your help and guide to clear me out if demo is supported with 2 PCA10040, or I did something...
NCS version 1.9.1
nRF52840 DK
I have a task that waits on a semaphore with a timeout. Sometimes the task gets stuck in the k_sem_take() call, even though there is a timeout...