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'using PCA100566 BLE DFU example and Nrf Connect desktop or NrfUtil to program/update. The actual solution needs to use NRF USB Dongle for connection. It's possible to...
I try to combine SPI master and ADC sample code, I add below code to my spi master example, the saadc_init() is called in the main function. However I found that the saadc_callback...
I am using the FDS library to write a struct to flash. Lately I sometimes get FDS_ERR_NOT_FOUND in the event handler as a result of a fds_record_update call.
I've only seen...
Hi,
im trying to turn on LEDs on my custom nRF52 board. Im using LEDs on 13,14,15 pins. I config pins in pca10040.h to my LED pins, but they dont work. Also if i try to...
Hi,
I would like to use the SDA pin for i2c to be pin 7 for nRF52. I did the following change to my code, but it is still not working. Note that CTS pin is by default mapped...
Good day,
I have a problem with connecting to nRF51822 via nrfjprog with error (nrfjprog.exe --recover --log ):
nrfjprog.exe --recover --log nrfjprog verion 9.0.0 FUNCTION...
Hello,
I am using the nrf52832 ,with the soft device s132nrf52600 and the SDK nRF5_SDK_15.2.0_9412b96.
i am trying to run the ble_app_hrs example code from the \examples...
I wonder if someone can help me locate the reference layout for the nRF52840 in the new documentation structure.
In the manual i can read the following:
Documentation...
Hello,
I am using Nrf52382. From the manual I see that it supports low frequency of 32Khz.
When I enable low frequency, which module will use this low frequency. Nrf...
I need to add a clock function to the ble_app_uart example (SDK12). Where can I find a hint on how to do it? Do I need an external 32768Hz quartz? I wanted to derive from...
Hi All,
I am beginner for nrf52, and trying to flash my first program, i am using nRF5_SDK_14.2.0_offline_doc and JLink_Linux_V632c_x86_64.
while flashing, i am getting...
Hi,
I'm trying to process a zb_zdo_node_desc_req following the exemple of the documentation but could not find the reference to functions ZB_GET_NODE_DESC_APS_FLAGS nor...
Hi,
I am trying to Run my task Every 10ms , and when subscribing to a service(BLE) that suppose to notify every minute ,the notification appears after 58.6 seconds ,
For...
Hi,
I have implemented to the Master serial DFU. I able to send .dat file and i'm reading correct CRC .
I'm sending .bin 4096bytes and making 64bytes in a each packet...
Bluetooth Mesh specification uses the concept of composite models that "extend" other models. I am having trouble understanding the scope of this concept within the Mesh specification...