Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
Hi,
I tried to build a BLE sniffer environment. And it works well to capture the LE secure connection air packet after Eable Secure Connections debug mode (uses the debug...
Hi,
using:
SDK for thread and Zigbee 4.1.0
NRF52840dk
I am trying to add UART (for my custom application) to an existing Thread example with CLI. (e.g. ble_thread_dyn_hrs_coap_srv_freertos...
Hi,
I'm really struggling with encryption, kind of lost in the woods of libraries, api's and documentation. Can anyone point me in the right direction?
Config: I have...
Hi support team,
i'm trying to build sercure bootloader on beacon nrf51822xxaa. I used SDK 12.3, here is my config
and i use nrf program to read flash infor
when...
Hello,
I am working on a Proteus III module which work with a nrf52840 SoC. I am using nrf52840 DK to test and develop code and at the same time testing the codes in the...
Does the nrf_cc310 support interrupt operation? I want to start the calculation of a hash/asymmetric signature but don't want that the CPU busy-waits until the calculation...
Hello,
I am trying to do make a connection with sd_ble_gap_connect();
First i am scanning all the devices arond and i am filtering with my functions using with ble_gap_evt_adv_report_t;...
Hi, I'm using nRF52832 Software Development Kit, PCA10040, S132.
I'm trying to connect the hrs central to my device and read the data from that. But the feature of my...
Hello, I am writing the firmware to the product in the J-Link and nrfjprog. The command is used in the same way as described in the Makefile, and is used in general. Normally...
Hi,
I'm trying to integrate the USB CDC ACM example into a project that I'm currently running on an NRF52840 DK with SDK 16.0. My PC is running windows 10 and python 3...
Hey, I'm trying to set up a simple timer that fires an interrupt every so often (100-200ms), but I'm having trouble. My interrupt keeps firing continuously, but I think I...
Hello,
I have been trying to program my own Provisioner. While testing I accidentally had a nRF52840 Dongle plugged in with a client running on it. It automatically connected...
I'm working on a cli_uart application on a PCA10040 board using SDK 17.0.0. I started out by using the SDK peripheral example for twi_master with twis_slave as a base for...
I'm trying to implement CLI over BLE UART for one of our company projects. I started from the experimental ble_app_cli example in the SDK. I'm using SDK 15.3.0 on the Nordic...