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...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi,
I am planning to develop the customer application on window's platform. I am using the customer USB dongle board via COM5.
when i call the function
var devices...
There are a bunch of questions ( 1 , 2 , 3 ) about handling the NRF_ERROR_INVALID_STATE code returned by the soft-device. This code is returned when the stack is in an "Invalid...
Hi
I have working application on SDK 11, contained with bootloader, softdevice 130 and application using BLE. Is it possible to upload new application and softdevice from...
Hi,
There seems to be some pieces of new code (updated example and some components) for ble_app_mtu_throughput example embedded in the softdevice packet 5.0.0-3.alpha....
I've recently migrated from SDK11 to SDK12.3 to take advantage of the low power option. However I still am having weird issues with power consumption. I have a feature which...
I have merged all the 4 file's together (app.hex, app_valid_settings.hex, softdevice.hex and dfu.hex).
Then I uploaded the custom app with dfu services enabled using nrfgo...
Hi there,
I'm porting an app from NRF51 SD130 to NRF52 SD132, both with sdk11. I do the usual stuff, like changing includes, freertos ports libraries, etc, and everything...
Just a general resource question. The Softdevice uses RTC0, FreeRTOS (by coded default) uses RTC1. So in order for the SDK ble_conn_params.c to run properly I have to link...
I was able to add the Device Information service as well as a proprietary service using a 128 bit UUID. I modeled after the ble_peripheral uart example. However when I try...
Nrf52/Kiel/SDK11
My application was at the point where I needed to add DFU. Following the examples and SDK doc, I added the files and code needed. It would NOT advertise...
We recently moved from SDK11 to SDK13. We run out of memory when adding custom services & chars to the S132 v4.0 softdevice. Increasing the app start address in the linker...
For the record I have been struggling with migrating a project from S110 @ nrf51422 to S140 @ nrf52840.
Quite by accident, I found this "nrf51_to_nrf52840.h", what does...
Hi , Everyone!
Now i have the board nrf52832 and i'm conducting my DFU.
My DFU is to update softdevice and application.
Here is detail about my problem:
softdevice...
Hi
From s140_nrf52840_5.0.0-3.alpha_migration-document, it is mentioned that the L2CAP API has been completely removed. Are there plans to re-expose the API? We have exposed...