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...
In SDK source code of S110 SOftdevice, I'v found two events for which module is registered and waiting using "softdevice_sys_evt_handler_set" & "softdevice_ble_evt_handler_set...
Hi,
I'm working on getting our product through BLE certification and they are asking a few quesion's that I'm not sure about.
1: Pairing. Is it using a fixed PIN or...
Hi,
Routine running normally in low power mode with power_manage() .
but after sd_flash_write/erase current consumption goes high(almost 20mA).
If anything is missing...
Hello,
i want to update the softdevice S310 V1.0.0 to version V2.0.1. My applicatio based on SDK 6.1. With S310 V1.0.0 all works fine. But i can't update to S310 V2.0.1...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hello, I have a problem with GPIO Input control
My sensor work on special clock generated by MCU
I've controlled this sensor by Arduino like this
//SCK digital pin...
We are using the NR51422 to develop a BLE application. We reused the project “ble_app_hrm” from the SDK v6 and ran it using the NRF6310 board, everything is ok.
We just...
Hello Everyone, right now i use nrf51-dev kit and i want blinky code for that, in Keil i compile code and load in kit and it work fine but now i want to make code in eclipse...
I'm trying to debug the blinky example with SDK 7.1 using Eclipse Luna. Going through several threads here I could figure out configurations needed and build the app. I can...
Hi,
I have been trying to study how to implement support for over-the-air (OTA) updates in my current S110-based project. But I'm already stuck in the very beginning. How...
I am using softdevice and RTX at the same time.
RTX is using RTC1, softdevice is using RTC0, so no problem there.
But sd_softdevice_enable require a clock source as one...
Hi,
I have problem with nRF51 antenna orientation. I used nRF51 developement kit (mKIT) board and I had problem with communication if I just change a little inorientation...
Can I change the shared channel address (first one or first two bytes in the message) when the channel is open?
The manual says after opening the channel, send a broadcast...