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 was considering the following scenario and didn't find an answer. Could you please help?
Assumption:
There in a BLE peripheral (e.g. nRF52) and central ...
Im using sdk 14.0 and s132 When i add flashwrite codes to my project which has bluetooth communication ,it does not work I wanna send data to flash and i wanna read/write...
I do not want to use SoftDevice, I want to write new application from application to Code Area(0x00 - 0x80000).
Can I use fds without using SoftDevice?
Also, Is there...
Hello,
I am using SDK 12.2.0 with s130_nrf51_2.0.1 softdevice and running ble_app_hrs example.
My FLASH and RAM settings are:
FLASH (rx) : ORIGIN = 0x1b000, LENGTH...
Hello,
I am using sdk12.2.2 and pca10040. I want that my beacon advertises continuously for 10 sec and then it stops advertising for 5 secs. Do I need to use rtc for this...
As i am migrating to 52 and tuning the ble app, i realized by reading many posts here that:
external HF xtal is not recommended
external LF xtal can be replaced by...
Hi Nordic,
I am trying to implement DFU-OTA in beacon. For that I am trying to make beacon connectable. My requirement is to work the beacon in non-connectable mode during...
Im try to read the RPD register, but always get the same value RPD=0
uint8_t channel=0;
int index;
hal_nrf_set_operation_mode(HAL_NRF_PRX);
hal_nrf_set_power_mode(HAL_NRF_PWR_UP...
Hi ,
I need the BLE peripheral to have 'name1' at the start up and change it to 'name2' when a button is pressed. I want to do this without disabling and enabling the softdevice...
Hello,
I'm in the process of updating our codebase to SDK 14 and am facing some problems getting the CLI to work. My goal is to get CLI and logging to output on the same...
[nRF52840 + SDK13]
On the hardware that I have, the UART driver is hitting a communication error because the RX line is low. This only happens when the UART lines are disconnected...
Hello,
I try to achieve maximum data throughput using pc-ble-driver 1.0 and nRF51(with ble_connectivity) as BLE dongle.
First problem I encountered was the bug with...
Hi,
we are currently testing the nRF52 DK as a reciever for several BLE devices.
For a fist test we implemented some datarate measuring in the:
PC -> nrf Connect -...
Hello,
I am using ndk52 (nrf52832) as peripheral and central in my system. I did some changes on ble-app-uart example for both. Now i can send my packets continiously....
Hello,
I am using ndk52 (nrf52832) as peripheral and central in my system. I did some changes on ble-app-uart example for both. Now i can send my packets continiously....