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...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
Hi. I'm using nRF51822 as Peripheral.
To init the service for example "NUS", i have to call NUS_BASE_UUID as below..
#define NUS_BASE_UUID {{0x9E, 0xCA, 0xDC, 0x24, 0x0E...
Hey guys,
From what I understand, the minimum connection interval on say, an iPhone, is 20ms. Also, you can send up to 6 packets of 20 bytes within a connection interval...
I have established a ble connection between two dk boards, the code I based on is the ble_app_uart_c and ble_app_uart, and try to detect some rising edge delivered from the...
It's kind of relative question with my previous question.
"When smartphone range is shorter than a peripheral(nRF5X), is there any way to receive an advertisement from the...
Hi all, I tested the example: Experimental: LE Secure Connections Multirole Example with my smartphone and it is working fine, but when I tried use LESC on my peripheral device...
I can't open a com port after starting the nRF Connect app. This happens in Windows (native) and also a Linux virtual host with the com port passed through. I'm using a nRF51...
I found strange behavior when using back-to-back packet transmission.
Configuration of PTX/PRX is:
No Auto-ACK (disabled)
CRC 2 bytes
Packet length 13 bytes
Addr...
I have the blinky examples working, but have not been able to get any example code using any gpio input to work. they compile fine but the buttons done seem to work. I'm using...
Hello,
I'm using the sample project from this post .
Following the steps and using nRF52DK, one for server and one for client. I've modified the server count from 3...
Hi all , I has 3 board : 1 board central connect with 2 board peripheral . I want to send string from peripheral 1 to central , then from central to peripheral 2 . Please...
Hi All,
We have a data logging application, where our typical data packet is small -- roughly 20 bytes. I've been experimenting with FDS for storage, with one record for...
I'm having compilation error, and got a couple of errors similar to the examples below:
Error[Li005]: no definition for "sha256_desc" [referenced from C:\Users\..........
I need some parameters of the BLE s140 stack for my project.
Including duration of an advertisement event (beacon) and the maximum random slack for an advertisement.
I...
I've recently upgraded my IDE to use Crossworks v3.6.2 which uses a GCC ARM Embedded 4.9-2015-q3-update compiler. it has by default many of the code clean up featues turned...
How do you do
Now use the Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ ble_peripheral \ ble_app_uart this plus
Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ peripheral...