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 all,
I am new on this forum looking for help. I programmed nRF51-DK using the ble_proximity example provided by the nRF5 SDK, I'm able to ring the phone by double pressing...
Hi. I tried to create a server using nRF connect but the error below appears.
2019-10-21T10:17:16.432Z INFO Application data folder: C:\Users\XXXX\AppData\Roaming\nrfconnect...
I've noticed that the DOG bit (bit 1) in RESETREAS is always set on our system.
I'm certain the WDT is disabled. (NRF_WDT->RUNSTATUS == 0)
Is this normal behavior of the...
hello,
I got today thingy91 and tried to play with it, but it seems that there is some issue (probably, with network/SIM?)
SIM card is from iBasis (card is activated...
I am porting the Microsoft Sphere example ( https://github.com/Azure/azure-sphere-samples/tree/master/Samples/ExternalMcuUpdate ) that updates a Nordic nRF52 Development Kit...
Is there a whitepaper describing how to tune an antenna for the nrf52832?
Can this be done with a VNA by connecting one leg to the ANT leg and one to the VSS?
Following...
Hi,
I'm trying to downgrade the nRF9160 modem firmware from 1.0.1 to 1.0.0. I'm currently unable to connect to LTE network from a location where I was connecting in seconds...
Hello. I am developing with reference to multi-roll and central sample projects. One of the functions I want to implement is to send data from central to multi-role.
How...
I have just received a Nordic Thingy:91 and started to registere it on the nRF Cloud, but I am not able to add the LTE device onto this cloud service. The SIM card and Modem...
We are currently using the 52840 DK board to do OTA DFU with BLE and the nrfutil.
We connect the DK board to a linux machine and run the nrfutil with the dfu ble options...
hi ,
new to Nordic developmen. struggling to access the characteristic data to be able to use it in the main function !
i have started with the blinky app example as it...
Hi,
I am a beginner in nRF52840, I am using 802.15.4 example to calculate the speed of 802.15.4 radio driver.
As per nrf_802154_received_timestamp we can get the timestamp...