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...
Is it possible to view RTT console outputs in vscode during a debug session? I would like to see RTT console outputs right from the start, e.g. from bootloader, preferably...
Hi,
While using LE Audio, would it be possible to choose the data rate from 125kbps, 500kbps, 1Mbps, or 2Mbps?
nRF52 series do not support 500k coded PHY, so I would...
Dear support,
In NCS 2.1.2, it looks like download_client.c:socket_recv() is returning an erroneous unsigned type size_t , considering that it can can return either -1 or...
Hi,
I have late start issue on advertisement.
I have two device mode and we switch between when we want to. Device starts with Mode_1 with BLE enable.
When I switch...
Hi DevZone,
I am working on an application using:
nRF52840
FreeRTOS v10.0.0.0
nRF SDK v17.1.0
S140 v7.2.0
My question is if it is possible to enable the S140...
Hi,
With the nRF5340 DK boards (PCA10095), there are 3 VCOM ports (as viewed in VS Code) - printk debug logs for the app core are transmitted on VCOM2. However, the nRF5340...
hello to all,
I need to insert two CAN ports on the spi3 port of the nrf52840 with two different chip select and interrupt.
I have created an overlay file that defines...
Hello,
We have completed our custom board with nRF52810 and nRf52832, as asked in earlier questions needed SWD and SWDIO pins to upload code in SoCs.
So could you suggest...
Hi,
I recently found that the 5340 has a slow startup time on my custom nRF5340 based hardware, it takes about 3 seconds from power-on to the Main code running.
I did...
I use SDK17.10, when I send radio data using the esb,At this time, insert the usb, it takes a long time to enumerate the usb successfully; when I disable the esb,I plugged...
I'm trying to make use of the Async UART API with an nRF9160dk using NCS v2.1.2. As a starter application, I'm using the lpuart sample in nrf/samples/peripheral/lpuart. I...
recived error code 4
I am using nrf52840 for my application and use ble_app_template_pca10056_s140 for my project and receives error code 4 for nrf_sdh_ble_enable
Hi all,
I am trying to perform a FOTA upgrade over BLE with an nRF52832.
I started with the zephyr sample "peripheral_dis" at zephyr/samples/bluetooth, and then followed...
Hello,
please I have to build a container for these two PCBA:
https://www.nordicsemi.com/Products/Development-hardware/nrf9160-dk
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi All,
We already have a running project that uses thread protocol and NRF52840.
Now, we have decided to integrate some ble functionality in it as well.
Should I just...