Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
Hi,
When nrf_twi_mngr_schedule returns error as NRF_ERROR_NO_MEM what are best practices to handle that error. Do I re-schedule another transaction or is there a more robust...
In Our project we build a mesh network(about 100 mesh node),before it work fine,but now we found can not access all mesh node through GATT link using mesh provision app. So...
Hello,
I'm using a nrf5340dk as a mesh network provisioner and i control it by uart, i'm having problems on provisioning more than 12 devices because every time i reach...
Hi Nordic Team,
My dev environment is as follow:
nRF52832 (Central) + S132+ SES
At Peripheral side, I am using nRF connect app to advertise the service I want to...
Hello,
We want to develop a program that can send and update the firmware using Linux. And I found there is only a DFU demo app for android and ios. I want to know how the...
Hello,
I was given a list of commands to send to a BLE device but I dont know how to use it and how to properly send a command from the NRF CONNECT app. Can anybody help...
Hello,
I am a bit confused about the SPI api documentation: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/peripherals/spi.html#spi-api
The...
Hello, I am running an SPI slave application based on examples I found online for the nrf connect sdk. I now get the following error when I run the application:
I noticed...
Hi,
I am working on nrf52832 development board.
I am using SDK17.2.0.
I am running the device in peripheral mode in always advertising mode.
And I would like to...
Greetings, I am looking over your React Native Git Repo " This library allows you to do a Device Firmware Update (DFU) of your nrf51 or nrf52 chip from Nordic Semiconductor...
Hi,
I am trying to send some information from the application image (e.g. header, TLVs, etc.) through a SPI channel.
The problem is that whenever I try to copy the header...
Hi,
We are using nRF connect SDK for developing the BLE Mesh application.
We want to use a sample application and modify the folder structure based on our requirements...
According to nRF51822/nRF51422 PS v3.1 table 34, current consumption can be decreased by executing code from RAM instead of from flash. How is it possible to execute code...