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...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi,
I am working on the our customized board nRF52832 , interfaced with MAX30205 temperature sensor . I am advertising the data only when it reaches the below temperature...
Hello,
We are planning to use the accelerometer in the Thingy91, we have some inconsistent results when configuring/reconfiguring, we have 2 questions:
- When we, for...
Hey,
We've been having issues with a subset of a batch of devices produced recently, with an unacceptably high failure rate when switching to DFU from firmware (the switch...
Hi everyone,
Is there a function like APP_USBD_CDC_ACM_GLOBAL_DEF or APP_USBD_MSC_GLOBAL_DEF that allow to define a custom class?
I want to define a custom class using...
Hello there,
I am using the nRF52832 and I need to talk to 2 different UART based peripherals.
In order to do that I was thinking to use the libuarte module in time...
Hi
There are already several questions regarding UART clock source, e.g. that one for nrf52 where it is stated that the peripherial always take the 16 MHz clock.
Is this...
Hi, the nRF21540 FEM is out for quite a long time. However, there is still no direct support in NCS. Fortunately. some work has already been done. This PR introduces the FEM...
I want to add some logging to my nrf5340 net application and I'm having some troubles.
I have the following in my main.c: #include <logging/log.h> LOG_MODULE_REGISTER...
Its clear there is little interest in this DK compared to the nRF52 version. I got instructions for that platform that actually worked.
Not so for the nRF51 DK. But I am...
I am using FreeRTOS and some of the commands there have two flavors: for using in regular code flow and when are executed from an ISR, but in nRF SDK components and examples...
Hi All,
I cannot get the NRF_LOG messages via RTT to the debug terminal in SES or RTT Viewer.
My setup: HW: PCA10040 SDK: 17.0.2 Project: nRF5_SDK_17.0.2_d674dde...
Hi,
I followed all the steps to get NCS up and running with SEGGER Embedded Studio. However, when I try to open an example, I get this error:
Including boilerplate ...
Hi all,
I am currently working with nRF52832 boards, and I am trying to save some values in my flash memory. I have already created a code for this purpose and I am able...
Hi, I'm currently trying to understand multi-Link and Immediate Alert Server Application (ias) examples in SDK 17.
While I'm analyzing them, I got some questions:
Q1)...
Hi,
I am working on the nRF52832 ,why i can't able to set the low 7.5 ms interval . I am getting the error at ble_advertising_start . Do I want to change anything else?...