Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Is there any more information available on a release date for the next rev of the 51822 which is supposed to have better handling of concurrent A/D and radio operations? ...
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...