Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hi, We used Nordic SDK12.2 Softdevice3.1 to develop our smartwatch. After launching our product, we got a lot of complains on the connection and re-connection on Samsung Android...
i made custom board refer to thingy 52 Circuit
all fuction circuit is same so i want to use thingy 52 firmware
when i was erase all memory nrf52832 and upload thingy_v2...
I am evaluating with the example ble_app_hrs_freertos, found that if I connect to 52832 and then disconnect immediately for some times, the disconnect event may be not catched...
Dear All,
we're using C++ for our development and I try to use nrf_malloc as much as possible.
But there are cases like std::vector's .resize() function and I wonder if...
Hi,
I'm using the ICMP example provided in SDK 15 to test the 6lowpan and wanted to check the RTT from the nrf52832 dev kit.
I managed to do so with the IOT Timer, I check...
Hi,
I'm writing a client which does the OTA DFU for the nRF52832 and I'm a bit confused why the packet characteristic has the writeWithoutResponse property ( https://infocenter...
Hi, I have 2 questions regarding Nrf52840's zigbee connectivity.
1. Is it compatible with ALL other chip manufacturers, or at least, what about TI? CC2530? Zigbee has...
Dear all,
I am testing the light_switch demo (SDK for Mesh v2.0.1 and softdevice 6.0.0) below the following configuration:
-- One client: nrf52-PCA10040 DK (light_switch_client_nrf52832_xxAA_s132...
I read in a CMakeList.txt, that EXPERIMENTAL_INSTABURST_ENABLED is posible on the nRF52832 platform only.
Is it possible to get Instaburst running on a nRF52840 chip using...
I would like to separate the BLE communication from the main.c and place it to a separate file. I followed the example of the default ble_app_template as well as nordic's...
Hello,
Configure the nRF52832 (PCA10040) as suggested in the link below:
github.com/.../Android-Image-Transfer-Demo
Launched the Android Image Transfer Demo and we were...
Hi, i am working on a message model based on the simple_on_off model. I am able to send and receive a buffer via unicast or multicast. Now i am trying to develop a reliable...