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...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I'm migrating to SDK14 currently. My program seems to hit an infinite loop (or something of the sort) after I call my_service_on_connect() from my_service_on_ble_evt...
Hi all,
I have a custom board with a nRF51 and a DSP connected to eachother (SPI, UART and I2C) and since I have no connection to the nRF directly or any buttons I need...
I want to change the light-control example given in mesh SDK such that instead of using buttons to trigger messages, I want to connect client with mobile and control servers...
Hi, I am working with app_uart module and during the reception process sometimes there will be APP_UART_COMMUNICATION_ERROR event generated, my question is why there is such...
Hi,
I am testing with ble_app_uart code for handling UART data. If the data is more the device is getting disconnected from the central device. I am thinking that, BLE...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
I have the test that spi communication between nRF51 DK(Master) and nRF52 DK (Slave).
use the example projects in SDK 12.2.
success build and writing but i have got...
I would like to utilize six Sampo S1 readers (yes, I only read for now, I know they can do much more) to count people entering and leaving a conference.
I am looking for...
I implement it with sdk 11.0 and a third party board.Firstly,I program s132_nrf52_2.0.1 SoftDevice by nRFgo Studio,secondly,i program dfu_dual_bank_ble_s132_pca10036. then...
Hi experts
I am trying to interface an external ADC to NRF51-DK i am presently reading SPI ADC code values on BUTTON press event. I am able to read the values from ADC...
Post in reference to link
After flashing light control server or client app on PCA10028 app crashes with HARD FAULT.
Steps how I built the app:
Using freshly downloaded...
Hello,
I find that some examples such as ble_app_uart uses a GATT_MAX_MTU_SIZE of 158, and it has initialization in function ble_stack_init().
// Configure the maximum...