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 have recently upgraded from NCS 1.5.0 to 1.8.0 and noticed that the native TLS stack (vanilla mbedtls) was no longer being used for TLS based sessions.
My use case requires...
Hi,
I found the online power profiler for BLE ( Online Power Profiler for Bluetooth LE - opp - Online Power Profiler - Nordic DevZone (nordicsemi.com) ), it helped me to...
I was working with VS code just fine and then upon booting it up today suddenly nothing will build anymore including sample projects. the only thing that i could tell that...
hello Nordic
i am working with nrf52840, with zephyr 2.6.9, ncs 1.7.1
i want to have an interrupt on a pin toggle and have a callback for up and one for down
i configure...
hello,
i had read mac id of nrf52832 using python and adalink. Now my window is updated from window 10 to window 11
so i have to reinstalled all setup while reinstalling...
Hi,
I have been using the PPK2 with older software (nRF connect for desktop 3.7.?) on Windows 7 64bit.
Initially all was working correctly then on the next day, the Power...
Hi
I just started using VS with Nordic and keep getting the error below can someone please assist.
Debug session did not terminate cleanly TypeError: Cannot read property...
Hello i am using nrf52810 with SDK version 17.0.2 , i want to add custom service to the ble_app_template example and i followed this tutorial link https://github.com/edvinand...
Hello, I've been trying to run both Blinky & Hello_WORLD examples given with NCS 1.6.1 on an NRF9160-DK but I don't see any output. I was able to build & run successfully...
Hello,
I found that the 9160 is certified with Verizon based on this page: https://www.verizon.com/about/sites/default/files/Nordic-Semiconductor-IOT-device.pdf . The Fanstel...
Hi
When DC/DC is used with REG0 or REG1, an external inductor is required.
The recommendation is "10 µH Chip inductor, IDC min = 80 mA, ±20%".
However, the lack of information...
Hi All,
I've run into a weird issue where my SPIM rx buffer remains empty (it's not even filled with garbage - just empty). Am I operating the SPI drivers properly? My...