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 to all :-)
i am not sure if this is an Hardware-topic, but i want to know the possibilities how to can
use and configure the nRF5340 (where can i find a detailled...
Following some previous posts on how to get the Bootloader version from the application, mainly this post: devzone.nordicsemi.com/.../221367
I noticed that initially the...
I am working on a power-sensitive project and am interested in minimizing system quiescent currents as much as possible. The project is intended to run off of a coin cell...
Hello,
i'm interfacing with the nrf_modem_lib using posix socket API with offloading. The send is called separately from a dedicated thread to avoid any hanging of the rest...
The maximum current of my measuring board should be 8ma, but the maximum value measured by kit II is 24ma, and the average current of 100ua is correct,and the minimum value...
Hi,
Nordic nRF Connect SDK includes also the Zephyr repository with a number of examples. I am interested in the HCI UART example in Zephyr, and I want to open from Nordic...
Hi,
I am currently working on a project similar to this thread:
However, the thread stop updating. I followed what Einar suggested, to merge the Decawave example code...
Hi all,
I have an issue on my device. We have implement OTA update but sometimes, the nfr stucks on DFU mode after the update. Even if the update is succesfull.
We use...
Hi All.
I am checking battery autonomy with different settings in my Module (with an nRF52840 SoC inside) since, in my project, this is a critical restraint. I am feeding...
now, I need transfer data between nrf52840 (base on zephyr OS) and python app through PYSERIAL. Is it possible to use something like RTT or shell_uart to transmit/receive...
How do I switch between being SPIS/SPIM with the Zephyr library?
I am using ncs v1.9.1. I have code that works separately as a slave or master but I need to make it dynamic...
I want to use +8 dBm TX power so I added CONFIG_BT_CTLR_TX_PWR_PLUS_8 to my prj.conf, and then realised it doesn't do anything.
I then found set_tx_power() on these pages...
The problem: We are getting a hard fault immediately after jumping from the bootloader while trying to initialize the nRF USBD driver. The fault happens in nrfx_power_init...
Hi,
We are trying to integrate a remote controller functionality for smart TV and set-top box etc, using our product based on nRF52832(nRF5 SDK). I understand that we can...
I am trying to use a SPI bus with three MAX3109 chips attached to give me 6 UARTS. My overlay is defined as follows:
& spi1 {
cs-gpios = <& gpio1 13 GPIO_ACTIVE_LOW...