HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
Hi, I want to test sending multiple packets of data with each packet having the maximum possible size of 247 bytes. I am currently testing with nRF Connect app. When i try...
I use nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac.
Example nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\thread\cli\uart\pca10056.
define BOARD_PCA10059.
...
I am using nrf51822. Separately BLE and flash are working perfectly alright. But when I comment err_code = ble_advertising_start(BLE_ADV_MODE_FAST); this line flash is working...
Hello,
As per my understanding, SPP was supported by BT Classic and no more supported in BLE. I have a device, which runs SPP. It has to be connected to the BLE client....
Hi, I am now developing a product which uses nrf51422 chip. In this product, I use buttons to turn on and off (since I don't have hard-power cut off circuit, we use system...
Hi
I wonder if the SDK DTM example can be used with a Rhode & Schwarz CMW500 unit. Are the commands compatible with each other, i.e. expected by the CMW500 and DTM example...
Hi,
we're evaluating NRF52 as a platform for a project in the agricultural space and I have some beginner's questions:
Is it feasible to use a timer firing at 100kHz...
Hello,
I created a custom board with the BMD350 module (it has a nRF52832 chip), and I a trying to program it with the BMD300 eval board.
The module on my custom board...
I am using a nRF51422 device with the SDK 11. The task is to transmit battery service data to an application on the phone. I was wondering if there is a tutorial available...
Hi,
I used "ble_image_transfer" sample code and can get the all the stuff I want and now I'm implementing the central device for it,
but somehow I always got the "cccd_configure...
SDK 14.0.0/S132 5.0.0
When a whitelist is in use and during a connection, a call to ble_start_advertising is made to change advertising to a non-connectable type
since...
This keeps happening every time I stop the program for a while and then resume execution.
N.B. I did put a breakpoint trying to catch the problem.
Softdevice s132 6...
Hi All,
I have more boards on which I have loaded the code ble_app_uart_c (nRF5_SDK_15.2.0_9412b96) which I use as central devices and I have other boards on which I have...
I need to send the following sequence of bits through TWI
start bit | 7 bit address | write | slave ACK | stop bit
I looked through the twi_hw_master.c and it seems...