Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi, I need to use UART0, UART1 and I2C0 in my application. I initialized these in overlay file (attached). When, debug is run, it is observed that the I2C binding is not successful...
Working on a proof of concept demo that will use bluetooth mesh (Proxy and relay nodes). and want to select the right development kit. Was looking at the nRF5340 DK but the...
Hello. I am using NRF SDK 1.9 version + VS Code to process accelerometer data. NRF52840 + ADXL375 The accelerometer is configured to issue an interrupt under a certain condition...
Dear Nordic Engineers
I would like to sample the ADC between advertisements or connections, that is when the RF is sleeping, so I want to use Timeslot, I see there is a...
I am trying nrf52840. The conditions are as follows. -The development environment is SEGGER. -nRF5_SDK_17.1.0 -The evaluation board is a DK from Raytac. There are two identical...
Hello,
I'm starting a new project on a NRF52810, and i need to use the pairing feature in my application. As a result i need to compile the FDS driver. If i'm doing so,...
Hello,
I have setup a single master and multiple slaves (10 in number).
The master has master TX channel and the slaves have slave RX channels.
The slaves send data...
Hi, I am working on ble_app_uart_c_pca10056_s140 project. I have changed the following for power saving. Is this the right way to achieve this mode? After how much time it...
I used this code to convert my analog sensor data to digital with 5 khz continuous sampling and after that i want to sent my data to pc via BLE. In this code, NUS was used...
I'm using a custom battery operated board with the nRF52840, when there is no GPIO events for a specified time period, the device goes to a hibernate mode using the __WFE...
I am currently working with a dvk-bl653 working on increasing the speed of the DFU. I have a max packet size of 251 and have tried different connection intervals but only...
Hi again
I have used nrfConnect to create an application from sample, the sample being peripheral_hr_coded
I have placed my custom service into the app, and it works...