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 all, I'm working on creating new model for sending a byte from proxy client based on Generic On Off model. For working with light-switch proxy example , I used NRF Mesh...
Hi,
I am developing a sensor application with the nRF52832 on a custom board.
Therefore I designed a GATT with nRF5_SDK_14.0.0 softdevice which exposes 3 custom characteristics...
I’ve downloaded nRF5_SDK_11.0.0_89a8197 and starting with examples from \examples\ble_peripheral\???\pca10040\s132\arm5_no_packs\
I would like the other device to request...
I want to interface ADXl345 with nrf51 SDK. suppoose my device address is 0x53 and register address is 0x2D and i want to write value 8. now nordic i2c has function nrf_drv_twi_tx...
Hi We have a generated a key pair using ECDSA secp256k1 ```
err_code = nrf_crypto_ecc_key_pair_generate ( NULL , & g_nrf_crypto_ecc_secp256k1_curve_info , & private_key...
I'm trying to run a project baset on the ble_app_proximity example project . When I trying to call a nrf_sdh_enable_request() function library goes into an infinite loop....
Hello,
I would like to know if you can point me where to find the electrical characteristic of the module nRF9160. I'm looking for :
- Then maximum current the module...
I work on your new Mesh SDK 3.1.0 and I have some questions for you.
First it is about DFU over Mesh. I think your documentation is very weak. I understand that they are...
Hello Nordic, we use the nrf52 proprietary protocol in the project, it will send 200 data per second, and no ack confirmation, the application data length is 25 or 32 bytes...
SDK 15.2
Segger Embedded Studio Release 4.12 with DEBUG on
Segger Ozone V2.60k
FreeRTOS 10 from SDK (same issue with FreeRTOS 10.1.0 source files and original ported...
What is the exact sequence when reading a characteristic with variable length and authorize required.
When I have a actual data length of 14 I can read with offset = 0 and...
Hi All Team Members,
Using Nordic Development Kit of nrf52832 I am able to write and test basic application using UART and BLE
using this kit I get the following error...
Hello, I use a custom board with nRF51822QFAA, with two buttons (left, right) and uart for printf/debug. The idea of the project is to have the board always sleeping, it wakes...
Hi,
I have a project which need to use two UART interface at the same time.
As well known, there only have one hardware UART interface in nRF51822/nRF52832. If I want...
Hello, DevZone,
I have programmed an nRF52-DK with the unmodified SDK's ble_app_hrs_pca10040_s132 (heart rate monitor) BLE peripheral application. I also have a Power Profiling...