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...
keil uvision
Hello. I don't know how to get away from the warning "last line of file ends without a newline".
I added new line, but nothing change. It happened with my own...
Dear Sir,
Here I would like to disable the Adversting idle power down dynamically but in some situation it will fail.
The APP_ADV_TIMEOUT_IN_SECONDS is 180 seconds as...
I implemented a custom Bluetooth service on the nrf52_sdk similar the BLE LED project in the mbed site however when I copy the hex file and look at the debug output at the...
I am trying to setup a couple systems to use the Nordic rf sniffer. I have a pca10000, a pca10001 ver 2.0, a pca10001 ver 2.1 and a pca10031.
I loaded all with the rf sniffer...
Hello,
I am sending below setup packet to nRF8001, and i don't get any response form nRF8001. ACI as such works fine, i tried sending diff commands and able to receive...
Hello,
I am using Lenovo (late 2015 release) with android 4.4.4.
Got my nRF51822 Bluetoot Smart Beacon kit and downloaded the applications that are available on Playstore...
I have some very basic code that does not appear to be executing correctly.
There are two versions of code that I would think should have the same result. They do not,...
I am having trouble with setting priority of ADC_IRQn.
void ADC_init(void)
{
nrf_adc_config_t nrf_adc_config;
nrf_adc_config.reference = NRF_ADC_CONFIG_REF_VBG;
nrf_adc_config...
I'm using the nRF52-DK (SDK11.0.0+s132) and added in some example code from the RTC example (the RTC2 tick interrupt with prescaler=0 to toggle a GPIO) to the ble_hrs example...
Hi there!
I don't know much about FCC, UL, CE certification and want to learn. I am using the blend micro module which uses nrf8001 chip in my project. How do I get my...
Hi, i've just started to use the nRF8001, so forgive me if this is an obvious problem.
i'm using the nRF8001 with a microchip PIC processor.
i'm using the ace_tl_demo...
Hi,
I have read ANT Message protocol and Usage and tried to implement shared channel according to section 8.2. I am using nrf51422 and S210 and SDK 10.0.0
My master...
I'm trying to use TDD for my development of a BLE peripheral application, but I'm running into some problems. I'm using Ceedling, CMock, and Unity for my TDD environment,...