Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
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...