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...
I'm downloading a firmware image from AWS via cell onto the nRF9160. I want to perform a serial DFU over UART. The DFU target is the nRF52840. Are there any existing samples...
Hello DevZone,
I want to send a simple AT-Command like: AT\r\n from the ESP32 to the Fanstel BC805M (nRF52805M) breakout board.
Problem : The Esp32 does not get a...
When handling a `BLE_GATTS_EVT_WRITE` from a queued write, the write event has the characteristic handle set to zero. How can I identify what characteristic is being written...
Hey there!
I'm new in the development with the nrf9160dk. And I wanted to connect the Murata SCL3300 digital inclinometer to the development kit via the SPI lines. However...
It's been a while since this Java developer really understood EE concepts.
Could someone jog my skills and explain to me roughly what the different pin rive modes are,...
Hi,
I need to send custom messages to models on my devices and I need to use a vendor model like I've seen other people on this forum use. But when I load the nRF Mesh...
Hello,
We are interfaced the nrf52811 with LSM6DSO32 through i2c and LSM6DSO32 is connected to Auxiliary(Temperature MAX30208) sensor through mode 2 connection. here I am...
I am trying to learn to use the nrfx API to control the nrf5340.
My installation is the NCS 1.6.0 with SES on OSX
It seems like nrfx most of the API devices are supported...
I'm trying to find a battery for my application and I need to know the max (peak) current draw for the nRF9160. On page 63 of the user guide, the max is 435mA with the specs...
I have a function which writes data to the external flash which is using a FAT file-system further using block device implementation of the SDK. Whenever I am calling the...
Hello,
I am working on nrf5340DK board and with a sample example "central_uart" under ncs->nrf->samples->bluetooth & "peripheral_uart" from ncs v1.5.1. I wanted to send...
Hello,
I am trying to setup test environment using nRF9160DK(PCA10090, 1.0.0)
Dev kit is located in Montreal, Canada.
I started with nRF9160_DK_Getting_Started_Guide...
I am trying to update the bootloader using BLE DFU and it does not seem like the app is launching after the bootloader update.
I currently have an app that works with the...
Hello, I am developing a Zigbee OTA client / server application. My code is based on the example from the 4.1.0 nRF5 SDK. From the example I took only the code related to...