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 have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
C++ BLE_API of mbed, which I want to use offline with Keil-MDK, looks really well-thought & coherent to me, but I am not a guru in SW development.
Since the mbed-platform...
The NRF51822 PWM examples I have located work by toggling GPIOs. Does the device have a more sophisticated mechanism than this for generating PWM signals? More pecifically...
Hi all
In my application where I'm using the Soft device 6.0, I have a simple function which is very time critical. However, this function is not called very often, but...
Hi,
Please can you send me the ble_app_uart source code as it is missing from the latest 6.1 SDK.
I have the PCA 100003 & PCA10000 boards.
Many thanks.
Hi,
In my application I use 5 devices and 1 host to communicate.
I have only a few packets to transfer so the data rate can be low (22Byte/transmission).
The devices...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
I have implemented a boot loader for DFU based on the sdk v6.1 DFU project.
After a when an upgrade is triggered within the application soft reset by the application:
...
Any idea how I can control the TX power within the Timeslot API in SDK v6 SD110 v7?
Are there something similar to "sd_ble_gap_tx_power_set(tx_power)" in the Timeslot API...
Hi All,
We are running some data throughput test on Samsung S3, Note2 & S4 with 51822 and have seen some interesting phenomena as describe below:
1> On both phones,...
Hi,
I couldn't able to program my custom board using both nrfgo Studio and keil. Actually i have two laptops with different versions of j-link driver installed, but suddenly...
Currently I am searching for s130 example code. I know it's in alpha stage, but I think it should be possible to start to experiment with it, isn't it?
In the past I've...
Hi,
I tried following code to close the ANT+ channel on channel not connected to the other ANT+ device:
#define CBSC_TX_ANT_CHANNEL 0
void ant_adv_timeout_handler(void...
We have a DFU which uses a different set of of services than the main app.
Both of them share bonding information which is create by our main app.
Once we switch to DFU...