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...
Hi,
In my project, I have finished the application core code.Then I need to debug net core, but when I selected the "hci_rpmsg" target,and click the debug button.The debugger...
Hello my question is I am giving supply with lithium 18650 battery whic voltage is 3.7 to 4.2 volt but the battery falls very much below .
My question is when using HIGH...
Hello,
I'm working with NUS service and the nRF Toolbox app. I need to send multiple messages from mobile app to DK. How can I do that?. Is there a macro/script example...
I'm currently evaluating the nRF52840dk using the nRF Connect SDK to determine whether or not to port over our codebase to it from a Xiao nRF52 module I was using KVStore...
Hi,
I am trying to flash nrf52840 dk board with open thread binaries.
I see that, sporadically the device gets readback protection enabled.
I use the following command...
Hi
I have two PCA10121 and followed the instructions here to get the demo audio application to work.
The output of:
python3 buildprog.py -c app -b debug -d both
is...
I am writing my own code (no libraries etc.) on nRF52832.
For new i still have softdevice and bootloader in flash, and store my program using bootloader protocol, but my...
Hi There!
I'm using the dimmable light bulb example and have extended it with the color control attribute list. I'm using the zb_zcl_color_control_attrs_ext_t in combination...
Hi, I am working with custom board in that, trying to read NTC sensor value using 2 (NTC+ and NTC-) ADC pins. Applied Steinhart formula to convert temperature. In that, After...
We have a product that uses an nrf52832 module (vendor listed on the 3rd part modules list) and have shipped ~30,000 units using the current circuit design. We are using SDK...
Hello,
I used 3 nRF5340 Audio DKs (1 gateway and 2 headsets) as BIS and confirmed simultaneous playback.
Is it possible to increase the number of headsets that can be...
Hello, I am using the nordic nRF52840-DK with the package pc-ble-driver-py and the example heart_rate_collector.py.
My problem is that sometimes the Bluetooth connection...
Hi,
1. Please help me complete example pca10100e_uart
2.I am testing the nRF52820 UART DFU example
3.The example is named pca10100e_uart based on example pca10040_uart...
Hi,
BLE Blinky example handles only 2 states "on", "off" to control the single LED.
How can I modify the code to receive and handle arbitrary byte from Android app?...
Hi,
I am currently working on creating a BLE central using nRF52840 with SDKv2.0.0.
For this, I am started with the example code ble_central_hr. I have set up a peripheral...