Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
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.
...
Hi,
As per our requirement, we have implemented google cloud wrapper on top of existing MQTT Ref:( https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master/samples...
I am using a Fanstel BT Module BT832F (that utilizes the Nordic nrf532832 chip). I am able to successfully run my code on Nordic's dev board PCA10040 and also Fanstel's dev...
Hello,
I have found a bug within the current (and earlier) release of the NRF SDK.
I have a project where I am using ESB to communicate. There is a primary transmitter...
Hi! I am trying to enable UARTE and Serial in my app, but somehow the nrf_serial code is not compiled because it fails the "#if NRF_MODULE_ENABLED(NRF_SERIAL)" test.
How...
Hi,
We have a legacy product which is in production using the nRF51422 using a legacy DFU.
We need to re-install some test equipment PCs with Master Control Panel which...
Hi,
I' m trying to create a TMIM easydma sequence to same an ADC. The sequence involves a write, and timer delay and a read.
Given what I'm trying to achieve, I think...
Hi ,
Is it possible to send low rate telemetry data ( 1Kbyte) per day
to smartphone VIA Nordic NFC solution.
So ... the smartphone read the stored memory in nordic...
Hi teams,
As the title describes, how can I find source/destination address inside mesh model callback functions?
Is there any API functions? Or should I modify callback...
During the pairing phase, LTK will be generated for the secure connect, and no LTK will be generated for the legacy pair, but LTK will be generated for the subsequent bonding...
Where can I find documentation of http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.2.0/nrf/samples/nrf9160/serial_lte_modem/README.html#serial-lte-modem IP UDP low power...
Hi, I am trying to create a custom_service for my application.
I am using nRF52832 SDK_16
SES
I want to create the BLE_SERVICES
which has send characteristics and...
Hi,
I converted ble_app_beacon example to Segger Embedded Studio (using version 4.30b), as per the instructions in the link https://infocenter.nordicsemi.com/index.jsp?topic...
I configured a NRF52832 with non-scannable and non-connectable as well as scannable/connectable advertising. Everything is working fine.
But I want to fully understand the...
I have an existing phone app (using the traditional GATT system), and I would like mesh-enable my products so that if the products can see each other, then the phone can connect...