I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
Hi,
We are using nrf Connect SDK v2.0.2 with the hci_rpmsg app programmed into the network core. We have a second radio test DTM application programmed into the network...
Hi, I have used nrf5_SDK//examples/ble_peripheral/ble_app_hids_keyboard & ble_app_hids_mouse both examples with my nrf52840-DK this device is visible in my mobile and laptop...
Hi,
I have a custom nRF9160 board. ADXL362 & MX25R64 share the same SPI bus. I'm trying to validate it individually and looks like there is no communication between both...
Hi.
Board : nRF52840 DK
SDK : NCS 2.0.0 (zephyr) or SDK 17.1.0
I test qdec example.
if I set sampleper value 256us/128us, NRF_QDEC_EVENT_SAMPLERDY Event is not raised...
I am recently trying to get up and running with the nrf9160-DK and have been unable to flash the board successfully even with the Quick start (v0.2.6) app in nrf Connect....
I wanted to try getting all 3 outputs on my nRF5340DK. I tried following the instructions here - https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/security/tfm.html#manual_connection_to_virtual_com_ports_on_the_nrf5340_dk...
Hi,
We've developed a custom PCB featuring the nRF52840 Core Chip, but we're encountering significant challenges with antenna performance, resulting in poor range during...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
Hi,
1. Can nRF52840 run RCP+BLE at the same time? 2. Are there any examples you can provide to customers? 3. Are FLASH and RAM sufficient for resources?
Thank you for...
Hi,
Currently, I am working on ble_app_bps code and I alter it to be act as a beacon code and I can able to store a data in the flash memory area 0x30000 and it works fine...
FreeRTOS Kernel V10.0.0 MCU: nRF52840 SDK 17.1.0
Our device is fully functional, and we are currently performing various tests. During long-term testing, we found that...
I'm building a project based on the example: C:\Users\leand\OneDrive\Documentos\TesteBLEDual\nRF5_SDK_17.1.0_ddde560\nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_hrs...
I'm running V2.60 NCD on a custom n5340 processor and I can't decipher what is the proper device tree based on the examples.
I have a 10 button keypad and want to detect...
Dear Tech,
I am using the pre release version of the VS Code plugin and NCS v2.7.0 for development. Our team hopes to develop the product based the official version to ensure...
Hello Everyone,
I used the HRS application example for LESC secure communication and added the OTA to the HRS application. After adding that, the device restarts. I debugged...