[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
Hello,
I am using nRF5 SDK for Thread v4.1 for thread implementation using nRF52840 SOC. I have used mqtt-sn sleepy publisher as my base example to develop my software....
Hello,
I am struggling trying to make this sample work on my board. I changed my prj.conf file with these lines:
And looking at other questions I discovered that sometimes...
Hi,
Is there any way to make app_usbd_audio_class_rx_start(...) complete the data transfer within the same context, rather than defer to user event
APP_USBD_AUDIO_USER_EVT_RX_DONE...
We have been using nrf connect installers 3.3.0 and now 3.7.0. We have recently seen issues with new users encountering this error when installing 3.7.0. Are there any solutions...
Hi,
I started to evaluate the Instaburst feature. I use light_switch_client example, but I am unable to provision the device once I enable this feature.
Below are the...
We are in the early phase of architecting a product that uses BLE and a proprietary RF protocol using the nRF52840 and are considering the addition of the nRF21540. In sifting...
I am currently trying to create a simple BLE observer which listens to advertisement broadcasts from a specific device (given via address). I attached the source code below...
Hi,
SDK - 17.1.0
I want to store my sensor data to the internal flash memory of nRF52810 for a long time. I have some questions here:
The data sheet says the flash...
Hello,
Few years ago I developed an application for nRF52832 (BMD-300). Now our customer wants to port the application to nRF52810 (BMD-330) as BMD-300 is not available...
When I'm trying to use arm_rfft_fast_init_f32 function from the CMSIS DSP library it seems to work with all sizes but 128. When the function is invoked with the size 128 it...
Hello,
Using a ZR device with nRF Connect 1.5.1.
I am wondering how to stop steering mode in a ZR device (e.g. if user requests an "abort").
It is started with bdb_start_top_level_commissioning...
Hi Dears:
When I downloaded and installed nRF Connect v3.3.1, the following screen appeared.
I remember when there was a drop-down box to select the BLE component. ...
Hi,
I would like to investigate some BLE issues on DFU project, but I couldn't find the implementation for advertising, connection and disconnection.
Where can I find...
Hello Nordic team!
I'm working on a BLE app with the nRF52-DK and an armband(M6) that has a heart rate sensor. My goal is to discover this service and read those values...
Dear ,
With nRF connect SDK, is there a way to check if the SD card is formatted with the correct file system, i.e. FATFS? If it's not in FATFS, how can we format it via...