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.
...
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...
Dear Sir.
I was testing dfu mode with an nrf52840 dk and held down the IF BOOT/RESET button, then powered up and waited a few seconds before it went into bootloader mode...
Hi,
I'm evaluating the NRF52832 for an ultra low power BLE application where I'm going to use GATT. I've built some prototypes with the NRF52832 and right now I have to...
Our engineers have two questions that they are confused with:
1) When applaying ble techniques, does nodic 52 serious of chip compatible with SIG mesh?
2) When applaying...
Hi there,
we are working on getting type approval certification, and the test lab is asking for fixed frequency software, drivers and SOP.
What we need is the fixed frequency...
Hi,
The actual problem: I want to store some stuff to flash at factory, that is never erased. And I also need another persistent memory that can be written in runtime. I...
Hello I am now trying to implement an active NFC Tag using nRF52832. But I don't know what that example project is. Can you point to a command or example source that performs...
Hi,
nrf-sdk: 1.3
Firmware: 1.2.1
Using offloaded sockets(secrets at the modem side)
My use-case is this: Provision PSK and identity to device at the factory for DTLS...
Hello,
do you have any method, example or other documentation to recommend to me in view of implementing the storage into non-volatile data with our thingy91 ?
we use...
Hi team,
Is it possible to route the low frequency clock inside the nRF9160 to an external device? If not, then the only option is to generate the clock using the timer...
Hi,
We use the nRF radio timeslot API to take control over the radio and other peripherals periodically. We have noticed that when the timeslot is active (we own the peripherals...
I tried to use the Bosch BSEC library for the Asset Tracker application for nRF9160.
It seems that the Asset Tracker was build for BSEC 1.4.7.4 which is unfortunately no...
I develop a test fixture based on nrf51 code that I use for final product.
NRF51 is just a part of a complex test fixture, then I have just "one" test fixture model.
I...
Does m_xfer_done need to be set to false before calling nrf_drv_twi_rx? If so, does while (m_xfer_done == false); loop need to be called on every read?
I'm developing a Bluetooth mesh device on a Window 10 machine using Segger Embedded Studio v4.52c on a nRF52832 chip using SDK16.0.0, Mesh SDK 4.1.0 and FreeRTOS.
in the...