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, this might be a trivial question but I'm struggling to find the solution. I want to configure the asset tracker application so that it works with real GPS data on the...
hello!
i am using my nrf52832 with s132 softdevice. basically the ble template with my services and charas.
i checked power consumption in sleep mode and observed something...
Adding a Network Coding Extension to CoAP for Large Resource Transfer
https://ieeexplore.ieee.org/document/7796871
Can I use this coding in your some SDK project?
...
Hi all,
I ned to test DTM in labview. In nRFgo Studio works fine, but I don't have any idea hoe to relize same test in labview. Could anyone help me please?
Thank you...
Hi,
I'm working on nrf9160 DK board version 0.8.5. I want to use analog pressure sensor and read data using GPIO input, however there is a little issue related to acceptable...
Hi,
I'm having issues maintain the connection to a MQTT server. I'm able to establish the connection, keeping this alive and pub/sub some massages, but after some time ...
Hello ?
I try to bluetooth 5.0 Le mode test
but nrf studio program is not supporte Le mode 2M bps
therefore i need to nRF DTM Tool for bluetooth 5.0 LE mode 2M bps test...
Hey, When I initialize the device information service as follow ,It seems that It does not work ,RTT View show There cause a Fatal error 。 But if I initialize one of them...
Hi, I'm provisioning mesh nodes using nrf_mesh APP. After I finished it and added device into mesh network, I have some questions in configuration process.
In nrf_mesh APP...
When I send AT command, AT+COPS?, in example, +COPS: 0,2,"26201",7 will be returned. In this example, it returned one numeric string for MCC and MNC.
Can I simply read this...
Hi,
I don't find any information on the antenna used on the nRF51 DEVELOPMENT KIT. The chip is N51422.
I would like to have information like the gain of the antenna. Could...
Hi,
I'm Trying to add uart with DMA functionality to the asset tracker sample code.
but when running :
I get:
this is my nrf9160_pca10090ns.overlay :
these...
Hi Roshan
I want to use ViewModels in RecyclerView like I have to perform light on/ off (sendGenericOnOff(final boolean state, final Integer delay) android app)r each node...
Hi all,
I am running thethings.io examble of Thread SDK 3.1
I setup border router (Raspi 3B + NCP + ethernet) , Node (NRF52840DK)
In Node, I can ping to thethings.io...