Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
Hi All,
My requirement is to read the data from nRF51822 device that is connected to a bluetooth and bluetooth is connected to a system using a .Net application.
I have...
Hi everyone,
I'm using the nRF51822 (pca10000 Dongle + pca10005).
My plan is to send one byte over the radio.
I tried to use the SDK-Example as a template but it's...
Hi,
Is that possible to run the radio_test_example (\nRF51 SDK_v5.2.0.39364\Nordic\nrf51822\Board\nrf6310\radio_test_example) on the nRF51822EK? If yes, what modifications...
we also produced self PWM for ADC wave form testing. when we stop transmission, we will get good waveform out, but when we starting transmission, output waveform shape is...
Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
hi professor,
According to peripheral project of nrf connect sdk 1.4.99, I add some function to achieve spi and usb and filesystem.But the ble run abnormal.When run bt_enable...
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...