The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
Hello
I'm trying to implement the click and double click and long click of a button in sdk v17.
Click and long click work fine. But double-click doesn't work.
Code...
Hi,
We are currently porting our code to the newest nRf5340 chip.
Everything goes fine when the target is secure (not ending with "ns" and not defining "CONFIG_TRUSTED_EXECUTION_NONSECURE...
Hi,
I am working on a device that has nrf52 as an additional BLE chip that does not run the main logic but provides UART over BLE to the application processor (NUS). In...
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...