[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...
Hi,
I was using NCS 1.5.0 and Modem firmware 1.2.3.
I have latest DK of nRF9160.
It was running properly without issue specially LTE connection.
But after I migrated...
Hello,
i ran nRF Coap Client and it worked pretty well.
I am working with nRF9160 DK.
Now, I want to add DTLS to this example to secure the data.
Can someone please...
Hi.
I wasn't sure under what topic to post this but it's just a generic question I suppose. I'm still learning so please give it to me in plain English.
It took me a while...
HI Nordic,
As far as I know, in nRF5SDK, the maximum link number of BLE is 20.
I search for the devzone, someone said the number for NCS is 64.
So, I want to know: ...
At multiple places in the SPM subsystem code incorrect assumptions regarding the SRAM memory layout are hard-coded:
At line ~35:
This code is enabled when USE_PARTITION_MANAGER...
Hi.
We are working in a project that needs to exchange data via serial port. In this sample a virtual serial port is created in the nRF USB connector. Is it possible to...
I have custom board with nrf52833 SoC. its works fine with all example of NRF SDK1.7.1. except with ZigBee examples it did not works. I run Zigbee:Network coordinator with...
Hi,
I would like to know if it's possible to use the nRF52840 chip in nRF9160dk to join/create openthread network. When I tried flashing the thread CLI sample to the nRF52840...
Hello everyone,
I started with my program on the nrf52832. As a base I use the example multirole_LESC, because my focus is that 2 or more nrf52832 communicate with each...
Hi,
I want to storage some data in flash on nRF52810. When I open the "flash_fstorage" example and built it, there occur an error.
RTE\Device\nRF52832_xxAA\system_nrf52...
Hello,
I am looking to send packets of real time accelerometer data over uart to my PC via uart. The packets are similar to the code shown below where the data array is...