Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Issue:
While trying to initialize and check the viability of an I2C interface using TWIM, my NRF_TWIM_TASK_STOP never triggers NRF_TWIM_EVENT_STOPPED.
Code:
This causes...
Hi,
I have installed the v1.8.0 nrf connect sdk and created a new application using the nrf connect vscode extension based on the ble/throughput example. Created a build...
Dear Nordic Engineer
I would like to know the version of openthread in NCS 1.8.0? And what is the otbr posix version corresponding to rcp firmware? It is reflected in the...
Hello,
I am using NRF connect SDK v1.5.1. I want to delete the last paired and all paired from central and peripheral also.
I found that pm_peer_delete() & pm_peers_delete...
Hi,
SoftDevice S112 is not Central support just Peripheral.
The max connection of Peripherals is 4, I didn't understand the meaning ! Peripheral can connect only to Central...
Hi, I am trying to use the nRF52833 development board for Bluetooth direction finding. I am having some problems, and I would appreciate it if I could get your help.
My...
When opening a file that contains the packets that are transmitted in the BLE communication, the data is not observed.
Appears as shown below:
I installed the necessary...
Hello,
I am trying to add SoftDevice to our project which was non-SD for a year now, but I'm stuck with a problem.
I know that there are separate files for nrf_error.h...
In order to simply the creation of nRF softdevice projects, I'd like to make a suggestion. Rather than require the end-programmer to include dozens of individual include paths...
i changed the net-core flash partition and saved it to pm_static.yml. everything is ok while i build multi-image(mcuboot, cpuapp, b0n, cpunet) until my partner wants to build...
hello Nordic
i am working with nrf52840, zephyr rtos.
i can preform dfu via mcumgr cli (command line interface) or via nrfConnect application on my cell phone.
however...
Hi,
we are trying to use waveshare 2.9 epaper display with nrf52832, converted stm32 sample code to nrf52 with no luck. It seems we can not send command and data correctly...
Hi team ,
I am using 15.3 sdk and NRF52832 hardware. and Tool - SEGGER Embedded Studio for ARM 4.30c
I have developed code with DFU feature and and generated .hex file...
Hi,
I want to disable the UART of MCUBOOT to reduce power consumption. I searched in the DevZone and got the answer as below.
I followed the answer above, and created...