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...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hi,
My application has 2 service. 1 service requires encryption but the other does not. As per my current implementation (ref from example code), the peer always performs...
I'm a beginner, the question might be simple but its really important for me.
where does this error codes get store??
How to make use of err_code and whats the best way...
Hey everyone,
I'm getting a really weird error. I'm using two dev boards for my application: a PCA10001 board (MBED enabled) and a PCA20006 beacon board with Segger's j...
Hi, I am using pstorage to store and read back data in Nordic 51822 platform, with SDK5.0.0 and SD6.0.0, here is the code how I use the 'pstorage application':
// Initialize...
Hi,
I'm moving form using the driver twi_master (hardware) to nrf_twi/nrf_drv_twi.
I can't find any sample code?
Does anyone have a nrf_twi example code?
Thanks
Hello!
I'm working with nRF51822-mKit for my project. I've been using mbed IDE, but since they don't support central role, i had to switch to keil. But i have some problems...
I have situation as follows:
I have HOGP mouse device that does pair with Host (Linux, Windows). After pairing also the mouse does work. Now if I power the mouse off suddenly...
I am using the eclipse/gcc toolchain as explained in this tutorial . I am able to generate and flash my application code and softdevice separately using hex format.
I am...
Hi, I programmed my nrf51dk with ble_app_beacon and I see a blink every two seconds on the board's led. I started the nrf Beacon app in my iphone 6. I first added a beacon...
I have two questions:
Question 1 :
What is the timer timeout limit on nRF51822?
The reason I ask is that I want to update the advertising packet periodically. Below...
Hi,
Here is the issue details.
I have my application loaded on the nRF51822 controller and it acts as a peripheral. The IOS device acts as a central.
The connection...