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...
Hello .
We have an issue with the SPI channel.
We found out that when our GPIO config as SPI the CS drawn a lot of current when it connect to the slave device device AD7770...
Hello,
I am working on pc-ble-driver-py to design a central (using a DevKit with a nRF52832). At this point I am trying to perform a phy update procedure but I see it is...
Hi Everyone,
I am using PSM mode in my program and want to send data everytime when modem wakes up from sleep(PSM mode). I also want to turn off/on UART only when required...
Hi,
During startup the nRF sniffer extcap script does the following:
Which (at least on Linux) breaks applications having open serial ports.
Why not instead use...
Hi all,
I have mqtt sample on my board, after I added MCUboot module from Configure nrf Connect SDK Project, when I try to debug, it gets stucked at :
#elif defined(CONFIG_ARMV7_M_ARMV8_M_MAINLINE...
hi,
nrf52840 BGA footprint P0.22 config as UART0 RX mode, don't receive any data, but config as other pin P1.06, work normally.
and I also test QFN footprint with nrf52840...
I have nrf52832 platform and my version of softDrive is (nRF5_SDK_15.3.0_59ac345). I red a lot of documents and tech support like these links but couldn't find my problem...
I have another MCU on the same board as the Nordic 52832. The firmware update image for the MCU is about 50kb in size, so instead of adding a parallel DFU for the MCU through...
So currently I am using a 5 second repeated timer to run all my operations but there is a draw back to this that the max accuracy I can achieve is of 5 sec, like if I want...
Hello!
I have 18-bit sensors with SPI and I2C , which I intend to use in a wireless array.
I need to choose equipment and topology (star, scanning mode?), enabling data...
We had a custom board made with the nrf9160 and I noticed I was having trouble communicating with the sim card on my board.
We have been testing i2c, spi, number of peripherals...
I am trying to run the hci_uart sample on my 9160 DK but I am facing problems uploading the code. I am able to run the AT client and Asset tracker just fine. As soon as I...
I've been attempting to optimize my scan and connection intervals in order to maintain the highest percentage of time scanning while maintaining connections, following the...
Hi,
I am developing a Linux PC application (central) connecting with nrf52840 dongle with s140 v7 flashed on it (for long range support). I am using pc-ble-driver v4.1.1...
Hi everybody,
I'm having a problem with the advertising function of the SoftDevice.
When the application starts advertising the function "sd_ble_gap_adv_start()" returns...