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...
I want to creat a hci vendor-specific command of zephyr using nRF connect SDK, based on hci_pwr_ctrl bluetooth sample.
At first, I think just using follow steps in hci_vs...
Hi,
Recently I have heard that there are license restrictions on using DKs for production programming. Is this only for production programming? Can I still use the DK to...
Hello, im trying to implement the UARTE Driver for simultaneous Use of Bluetooth and asynchrounos Uart TX/RX on a nRF52840 and nrf9160. The Problem is that neither RX or TX...
Hi
i want use a nRF52840Dongle as a Zigbee end device, when power up, i get following message:
I: nRF5 802154 radio initialized ***** delaying boot 5000ms (per build configuration...
Hi, I have just started evaluating nRF52840 using the dongle and Development Kit. I have successfully tested the Openthread network using CLI project. Now I want to try out...
Hi experts, The situation is following, the NRF53 shall receive multiple packets. After the reception of one of the packets the next one shall be received at the same frequency...
Hello,
I am struggling to commission a light bulb matter sample device (nrf52840dk) with the CHIP tool running on my Linux laptop. I set up an OpenThread Border Router with...
I had configured zephyr.dts file for UART and I2C pheripherals. And when I tried to build an application it is giving below error
Board : nrf5340 Application name : SHT...
I implemented the nRF52840 (auto)upgrade with an nRF9160 on the nRF9160DK. I did my development with the Serial Modem LTE application from nRF Connect SDK 2.0.0. I noticed...
Hey All:
I'm trying to install V2.0.0 of the NRF Connect SDK on a fresh Ubuntu 22.04 VM, and the whole thing seems broken.
Here's my steps:
install the nRF command...
Hi, I have found several aged topics on Devzone but need this feature and would like current state. If it still not supported, is there any example implementation on how manage...
Is there a way to rebuild (clean and build) a project in Visual Studio Code with the nRF Connect Extension? A web search shows how to do it with the CMake Extension ( https...
I am using the Connect SDK v2.0.0 and attempting to use TCP in the stock CLI example to mimic the demo shown here . When I flash the v2.0.0 CLI sample on my nRF52840dk, "...
Hi everyone,
I have some devices that are communicated through RS485. nRF52840 DK supports RS485 communication?
Do you have suggestions of how should I connect those devices...
I have a custom board with 8 LED's and I use pwm API led_on(), led_off, led_blink() etc, to turn them on, set brightness and blink and everything works fine except one case...