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 like to implement transfer layer on UART communication, since data error is possible on UART.
I read this " UART HCI protocol" document on Nordic SDK.
https://infocenter...
Hi all,
I think this question is generic and covers all Nordic chipsets. Anyhow, I'm planning to use a nRF52810 but I don't have a board to confirm this yet.
Question...
HI i am working with the nrf 52833 dk board using nrf connect and trying to implement SPI ,
#define SPI3_NODE DT_NODELABEL (SPI_3)
static const struct spi_dt_spec* dev_spi...
For some reason when we build a MESH enabled app we are getting a resulting hex file that includes complete file paths names. This is not occurring in our builds that do not...
For my application, most of the time, the device is asleep with the exception of sensor reading and logging every 5 minutes and occasional (and infrequent) beaconing so the...
Hello to all,
I countered the follwoing issue at starting debug phase of my project:
In details:
I think that I have to update the GDB to version >=9.
Could...
Hi,
In my application, I want to read some sensor data through SPI Communication in nrf52840, can you please provide some code or please tell me how to implement the program...
Hi,
I am using nrf connect sdk V2.0.0 and nrf5340 DK.
Using fat_fs and uart examples, I managed to get the SD card and UART work individually. For SD card, I am using...
I have build many applications using the NRF5 SDK. I have a custom service that works fine on all my applications written using NRF5.
I am now trying to port these applications...
Hi,
I want to do full modem update. https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/http_update/full_modem_update/README.html My device...
Hello,
I am working with nRF5 SDK v17.1.0 and using nRF52832DK board. While working with SAADC module I found that nrfx_saadc_sample_convert() API is taking almost 35us...
Hello, when I try to debug ncs1.9.1 using vscode in Windows, it shows that "ERROR: GDB major version should be >= 9, yours is 8; GDB could not start as expected. Bad installation...
Hi All,
I modified ble_peripheral UART example to support 4 peripheral links instead of one by referring the bel_app_multiperipheral example, I am able to connect four...
Hi everybody,
I would like to make my nrf52840dk communicating with an external ADC. As the ADC communicates only using SPI, I need to use spi_write and spi_read functions...
I have enabled UART_1 but cant seem to send any data or receive any, I have hooked it up to logic analyser and cant see any trx data coming from the board.
If i set my...