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...
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 am developing on a nrf51822 based board using s110 softdevice v. 6.0.0.
In my program I need to change the bluetooth GAP device name in runtime
during connection...
Hi,
I compiled the nrf_heart_rate_collector. Apparently, this program only works once, between each run, "remote device" and USB dongle has to be resetted (unplugged from...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi ,
I am trying to set up event using GPIOTE. I want to implement reading of sensor data and sending over BLE when an interrupt is generated due to activity on a particular...
Custom Board with MCU NordicSemi nRF51822-QFAA
Softdevice S110 7.1
IAR for ARM 7.1
SDK 7.2 using a merged service (HID keyboard example + NUS example...
Hello,
I try to add the Device Name to the ble_app_beacon example but it does not work.
First, define the Name:
#define DEVICE_NAME "MyBeacon"
Next, add GAP Pararameters...
First, many thanks for the great DFU recipe in the latest SDK!
I've ported OTA DFU to the IAR tool chain for both s110 and s310. I can flip back and forth between the two...
Hi,
I'm using IAR ARM Embedded Workbench (v7.20) to build my Nordic applications. Recently I enabled optimizations (in Project Options: C/C++ Compiler:Optimizations: Level...
Hi,
I am new to Keil and nrf51 development so please forgive me if I ask a stupid question.
I have followed the steps from the user guide and installed Keil (version...
I have scoured the internet for solutions, and documentation. Everything that I've found has to do with ADC, so I thought that I would just convert it to the LPCOMP(they're...
Hi all,
If I want to send a table that contains a structure in each of his cases using sd_ble_gatts_hvx(), can I get it ?
Knowing that the second parametre of sd_ble_gatts_hvx...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
S110 8.0.0 was just released allowing a larger ATT table, which is something we need, but is there a corresponding SDK update for this SD before we spend the time upgrading...
I am a very beginner on embedded field.
I have a nrf51822 and tmp 102. I follow this direction on mbed site
link text
and it's actually working. The code provide...
Hi,
I have a similar problem as described in
devzone.nordicsemi.com/.../
I have eliminated my program to be:
int main(void) {
setupLEDPins();
BluetoothPeripheral...