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,
Our product is based on nRF5340 and will run DFU over BLE.
Now I am testing the DFU function via the "Firmware Upgrade" in device manager APP.
In the current architecture...
hi, could you tell why I build SDK17.1.0 (nRF5_SDK_17.1.0_ddde560\examples\peripheral\csense_drv\pca10040\blank\arm5_no_packs) demo code, it appears that mistake (.\_build...
I am trying to send data in peripheral but my central connected to other peripheral .
So I decided to add whitelist in central.
In which function to add whitelist
...
Hi!
I would like to add into my Zephyr project a library called Vanetza , which depends on Boost++, Cryptopp and GeographicLib. I am still learning CMake and I don't know...
Hi
sdk : ncs v2.1.0
example : serial_lte_modem
I used the following command to test and found that sending the character "failed, how should I set it so that I can...
Hello,
I'm working on an application that uses the aws_iot_send function ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/networking/aws_iot.html...
How to make nRF Connect SDK submit to other code management servers (such as bitbucket,Not github), And continue to use Git to manage this code?
I will modify the content...
Hi all,
I recently installed the nRF Connect SDK and have had some success. Very snazzy.
I have seen some issues with the JLink on the DK resetting during firmware validation...
I cannot seem to get floating point supoort for printf/scranf
It works for LOG_INF
I have tried the following .conf settings:
CONFIG_NEWLIB_LIBC =y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF...
Hi All!
I am trying to program the external nrf9160 SOC using nrf9160 DK using the following connections. Before that, I tried the same connections to program the nrf52820...
When I set CONFIG_LOG=y, CONFIG_SERIAL=y in prj.conf, the UART streams out diagnostic message from my application code as expected, but I also get this endless I2C error message...
I am using NRF52832 for my project.
Refer the following Softdevice and SDK versions.
Softdevice: S132_2.0.0-7.alpha
SDK Version: 4.0.0-2.alpha
Question 1:...
I am using nRF Connect SDK 1.9.0 and the NRF52840.
When building samples/keys/hw_unique_key you get this warning:
----------------------------------------------------...
Hi,
My nRF52840 dongle which was working fine in the past doesn't seem to be responding properly. Is there anything I can do?
Some background:
1 - I have used it...