Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
We are using the development board PCA10040 for implementing a prototype with several GPIO interruptions.
We are trying to use the NFC pins (pin 9 and 10) as pins of GPIO...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
Hi,
I am using nrf Connect SDK v1.2.0 in Segger Embedded Studio 4.52 and developing on a nrf52840 development kit (pca_10056). I use the "configure nrf connect sdk project...
My goal is to establish a BLE connection between the DK and the smartphone, using NFC for the OOB pairing . I am using the nRF52 DK and the nRF5 SDK , v.16.0.0.
The intended...
Hi,
I am having issues with getting SPI up and running on my nrf52840-DK using NCS. I've tried getting support about this in another ticket but it seems like it lead to...
Hi,
We are using the nRF52840 SoC.
The following image is taken from the datasheet:
It shows a Gain block before the SAR core
a. Does the Gain block serve also...
Hi ,
I want to know if it is possible to close/open the uart connection with RTS and CTS pin in order to have a low power UART?
When RTS and CTS are high, uart is closed...
Hi,
Can any Zigbee application receive ieee radio interrupts in both TX and RX path?
What I need is:
In the case of Zigbee Tx, an advance notification of 200 μs would...
Hello, I am using nRF52 DK and softdevice s112, developing with SDK V15.2. I am exploring the fds library and have encountered some strange behavior. When I connect the nRF52...
Hello,
I am using nRF52840, S140 v7.0.1. We want to measure distance between two nRF52840 with BLE 1 Mbps and 0 dBm.
I am referring below two links.
In this its...
Hi,
We have 2 microcontroller on board. One of our micro controller will update nordic chip using serial DFU without any signed keys.
For testing purpose i am implementing...
Hello,
I'm new to Nordic products.
I have BL651 module and I want to connect it to another CPU over UART. So my question is how can i do it?
I've found in some other...
Hi Team,
We have used the "CC310" and "mbed TLS" both the crypto engines in my application with conditional compilation on NRF52840 soc.
We have measured the timings...
Hi,
We are using nRF52832 chip along with soft device and nordic SDK. However we have our own custom boot loader and that doesn't have soft device.
We want to implement...
hello,
I am using SDK 16.0 and I use flash storage to store some value which is critical for our application, when I use fstorage_write as below inside main(),
int main...
I am trying to use the fstorage library to store some data for my application and use the flash_fstorage example in SDK16 as a starting point and copied the required codes...