I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
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...
Hello, I am trying to measure the input voltage on an nRF52833 and it is not behaving as expected.
The following code is taken from here and works as expected on any nRF52832...