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,
I've implemented a buzzer service with the following code:
m_top is 1880 such that I get a C note/tone at the buzzer.
I also use the following evt handler function...
To the kind attention of Nordic support team,
using Nordic ble sniffer, I can see these notifications, and there is sometime this bad MIC packet.
Our connection is not...
Hi, I am calling sd_ble_gatts_hvx() api every 100 milli second. but BLE_GATTS_EVT_HVN_TX_COMPLETE event is coming a little late. Initially, for few seconds, this is not observable...
can you please help me to connect without error
example code ble peripheral i try all examples but get same error, i use sdk v15.3 and segger embedde studio v 6.32
Hello! We are trying to sign our data using ECDSA ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/ecdsa/README.html ) . We are comparing the...
I am developing a time sensitive application using multiple peripherals that are sending sensor data to a central using softdevice 15.0.
Every connection interval I should...
Hi,
I have an environment variable with newlines and that is messed up by the VS Code extension. It seems that the extension tries to parse and rewrite the whole environment...
We're evaluating options regarding pre-certified modules. Usually modules are certified using a specific SoftDevice. The module we liked to use is FCC (and more) certified...
Hi Nordic team,
I’m testing neighbor cell measurements with 9160DK and see completely different results with 2 SIM cards:
Google Fi SIM (T-mobile): 1 neighbor in most...
Hi, We are using NCS v2.0.2 on nRF52840. I have a question: what is the best practice to re-configure uart/gpio at runtime? What we need: 1, Configure 2 IOs as UART TX/RX...
Is there a way of visually verifying if you're programming an external board with the nRF52840DK? Sometimes I'm not sure if the pins are wired up correctly, in which case...
Toolchain Manager reports "VS code not detected..." when I try to "Open VS Code".
This problem started after I upgraded Toolchain Manager to v1.1.3.
The log file follows...
The 15nH inductor specified in your example designs Taiyo Yuden's HK100515NJ-T is not available. A recommend replacement is Johanson L-07C15NJV6T (Digi-Key). Is this part...
Dear Community, Where can I find/download the very cool VScode color theme ? I mean the one that is visible on Nordic's screenshots on the website: https://nrfconnect.github...
Hi,
I am trying to create 2 elements with the same vendor model implemented.
My vendor model enables to switch on a pwm_led at a particular power during a given time....