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 using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
The OPS states the maximum transmitter RF power accuracy to be +/- 4 dB. Does this imply that if the power is set to +4dBm it could vary from 0 dBm to as much as +8 dBm? What...
The documentation is a little unclear. I am using Arduino Nano 33 BLE. Using the analogread() functions of Arduino I get a much worse performance than the nRF is supposed...
My application is composed by three different source code repositories, organized as follows:
+--- app
L---- lib1
| L-- src
| L-- include
L---- lib2
| L-- src...
This is a bug report for the NRF9160 AWS FOTA implementation tested with nrf-sdk at 25c4404f1
My application is based on the asset_tracker_v2 example.
When I initiate...
I am attempting to develop software for a wearable device that hikers/athletes will use in the case of emergency. It will send out an emergency message when a button is pressed...
Hello,
I am trying to use part of the code from this example https://github.com/zephyrproject-rtos/zephyr/blob/master/samples/subsys/nvs
to write to and read from flash...
Hi
I'm trying to use the battery sample to create some code that reads the battery level at boot. However I'm experiencing what I believe to be a race condition
If I run...
Hi Dev team,
I have been working on a Thingy91and I was trying to read out the battery voltage of the device.
I was able to do that through the modem using the MODEM_INFO...
I am trying to send just random dummy data to my android app. First of all, I am not expecting or need the confirmation, so I should be using the notification and not indication...
I have referenced the following document.
https://www.nordicsemi.com/-/media/DocLib/Other/User_Guides/nRFSnifferUGv22.pdf?la=en
I checked the contents up to 2.3.
However...
I have configured nrf9160 dts common file with one SPI3, I2C0, UART1 and UART2. Also i changed chosen section in the dts file to use UART1. When i build and run on nrf9160DK...
Hi, everyone on the community
softdevice: sdk17
I added the BLE_APP_UART peripheral function to the scanning project, but the device is wrong when the phone is connected...
we develop the TWI I2C interface, already setting the Enable TWIM driver in the Project Setting. but.
the code :
const nrf_drv_twi_t m_twi_instance = NRF_DRV_TWI_INSTANCE...
Hi,
I just got my hands on a PPK2 and I really like it's ease of use with the Power profiler software. But I would like to write my own scripts to automate my tests. I saw...