Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
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....
Hello,
We developed a system that consists of 1 central and 10 peripherals, all are based on nRF52840. Below is the configuration of the system:
Central: AWSFreeRTOS...
So I've been reading and re-reading all the guides and white papers for the last week, and I think I almost have my head wrapped around everything, but am struggling with...
I have a code build on top of nrfx 2.0 and after a few received bytes I get NRFX_ERROR_INTERNAL back from nrfx_uarte_rx call in blocking mode.
So I can process around 20...
Hello, I want to get information list about BLE GATT services and characteristics of a device.
I want to connect to a peripheral with a specific name, then get all metadata...
Hello,
I'm evaluating NRF Connect for potential use in a project and so far I've been quite unsuccessful. I'm using NRF Connect for Desktop v3.11.1 and my toolchain manager...
Hi,
I am trying to send GPS coordinates over HTTP, but get some problems when is comes to the use of lte_lc functions: lte_lc_init(), lte_lc_psm_reg(true), lte_lc_connect...
I am using the DK PCA10041 with SDK 17 and mesh SDK 5.0.0. I have run into an odd issue. I set up the dimming mesh example with a client and two servers and provisioned them...
Hello,
I have created a standalone application using the NCS nrf SDK and Zephyr. I do manage all my project dependencies using West. I have some questions related to the...
I referred to the following sample.
\ncs\v1.4.2\zephyr\samples\subsys\nvs\src\main.c
void main(void) { int rc = 0, cnt = 0, cnt_his = 0; char buf[16]; uint8_t key[8],...
good day, we plan to create a device which will send button status and the ble_blinky example seems to match our requirement. is it possible to add pairing/repairing option...
Hi
I have managed to get a SNTP client working. I want to update the date-time clock with the SNTP timestamp. From the SNTP client I get a sntp_time object:
While the...
Hi,
We are looking to purchase the nRF52833 DK. The data sheet says it supports an RX sensitivity of -95dBm. Does it not support up to -103dBm as quoted on the data sheet...
Hey,
I would like to know if its somehow possible to rebond if the central device (nrf52) has deleted the bonding information about a device and then this deleted peripheral...
I'm trying to implement a timer with 1ms resolution that my application can use externally using a callback function.
The idea is to
Implement the timer as a 32-bit...