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 trying to implement a central BLE device with pc-ble-driver. Central and peripheral devices should be paired with a passkey, and they use custom UUID. The connection is...
Hello,
I'm trying to differentiate between different peripherals connecting to a central (52840 using nRF Connect 1.8.0). Using the following code I'm able to get and print...
Hello,
I developed an application for a custom nrf52832 board. It uses the Nordic UART Service (NUS) to transmit data over BLE. This works fine.
At the moment I am trying...
I'm thinking to have a cental_and peripheral at the same time.
Using the the standard ble I have to setup the configuration.(Who is the Central_uart and the Periheral (...
I'm profiling the current consumption of our device, on an nRF5340 module, at SDK 2.1.0.
So far as I can tell, the ADC is using approximately 1000 uA. It's sampling via...
Hi,
I'm using PCA10100, and developing my project on examples\ble_peripheral\ble_app_uart(SDK 17.1.0)
I connect P0.08_8 and P0.06 with other sensor module's uart, when...
I'm developing a BLE application on the nRF52832 that uses NRF_SDH_DISPATCH_MODEL_APPSH to receive events from the SoftDevice. My application involves using some software...
Hi, Nordic:
I am trying to use spi to transfer data between the two DKs. But I'm having trouble emulating the use of spim to use spis.
This is my main.c.
And this...
In the nRF52840 datasheet, peripherals don't appear to have shutdown or power-off controls but they do have enable/disable registers. I'm guessing that Device PM turns on...
Hi, I use periodic advertising to send live data based on readings from an accelerometer. I want to change the advertising packet after every advert to the new values.
My...
Hi there,
I am currently building nrf9160 custom board. But now I am planning to implement provisioning credentials like this URL https://docs.nrfcloud.com/Devices/Security...
Hi
The response to this ticket
says "You can implement active RFID. In active RFID you can for instance periodically wakeup the chip to turn ON the radio for a short...
Does Nordic provide a DTM application for the nrf5340 which communicates over the USB interface as a COM class instead of using a UART interface? It's been brought to our...
Hi Nordic team,
I debug on the board, and I want to check the connection at the first time without connection before. so I want to clear data on the flash first, then...
Dear Nordic Experts,
Is there any way to detect the the WDT has reset the system. I mean some WDT register from which you could read this information, and that would be...