Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
HI,
I am using nRF51822 S130, SDK12.3.0
I created private key for application code and public key for bootloader. Just few days ago, the zip file can upload to the device...
Hi,
I use NRF51822 + S130 + SDK12 platform, my device work in CENTRAL mode, I want send data to peripheral every 10ms, code like this:
while (1)
{
while (m_free_tx_packet_count...
Hello,
I am currently working on nRF52840PDK baesd project, where I want to use BLE using RIOT OS. So, please can you provide any example for RIOT OS based BLE or any details...
Hello all ,
I am using nRf52832 and i found PWM conflicts with Softdevice: We were able to create a sample PWM application which works fine independently. When we merge...
I'm developing a system which consists of 1 or more remotes (3 or 4 max) that have to communicate with a single host.
I need a fairly simple protocol, low power optimised...
hello all,
I am using nRF52832 and blow is my querry.
Implementation of power ON/Off feature:We are able to put the board to system ON low power and System OFF low...
I am using radio notification to change every advertisement packet. Here is my code:
static void on_ble_radio_active_evt(bool radio_active) {
if (radio_active) {
advertising_data_init...
Hi all!
I'm trying to move to SDK 14 with some project.
if NRF_SDH_BLE_GATT_MAX_MTU_SIZE = 23..70 all works good.
if NRF_SDH_BLE_GATT_MAX_MTU_SIZE > 72 exception happens...
Hello, I am investigating the possibility of integrating the DTM functionality into our app (which uses the softdevice) to allow us to use a single image for production testing...
Hi,
I am using the SAADC example in SDK 12.2.0 together with SoftDevice (S132, v3) and its working fine without any problems. As a modification, I want to uninitialise...
After calling sd_ble_gap_connect() at an arbitrary time, how does the central actually connects to the peripheral?
Assuming the client probably listens only at certain times...
Hi all,
Is there a way to change the UART pins configuration to bypass the segger jlink debugger on the nRF51/52 devices? I would like NOT to use this debugger chip for...
I am trying to receive a string of 708 characters via BLE. As BLE cap a maximum of 20 bytes per transmission, at the mobile app side I break the data to be send every 20 characters...
Hi All.
I wanna to continue Advertising during peripheral connection due connectable ADV prohibited if Peripheral connection established for nRF52840.
Is it possible to...
I'm trying to print a 20 byte array over uart before sending it on BLE. My array contains:
{0x34, 0x12, 0x00, 0xFF, 0x00, 0xFF, ..., 0x00, 0xFF}
However when I try...