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 trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
The nRF52832 documentation has sections both for SPIM/SPIS (SPI peripheral using EasyDMA) and SPI (raw, direct write to the TXD register).
Indeed the nRF52832 does support...
Hi, There are some codes donot want to be interrupted. Before the execution of those codes, I want to close the all interrupts, after the execution, I want to open the all...
We have recently completed the design for a product prototype using the 0.4 mm pitch nRF52832 WLCSP. When we sent it to the board production house, the cost to produce it...
Hello,
i am searching for the possibility to get the information of the number of retransmissions which are needed, to get an ACK from the receiver. The legacy chip nRF24L01...
Good afternoon,
I'm running advertising with a uint16_t service data associated with a 16-bit service UUID.
I would like to update the service data regularly without...
I am trying to communicate with a MLX90615 temperature sensor via I2C and I am able to get the desired response from the sensor, verified with a logic analyser.
I am now...
Hi all,
I am working on nRF52-DK using the light client example under Mesh 2.1.1
I am trying to start and stop the listening for provisioning packets as the idea is to...
I've implemented a Battery Service and battery_level characteristic in my application (0x180F and 0x2A19 respectively) however, when reading the value of this characteristic...
Hi,
I am using one of peripheral examples ble_app_hids_keyboard from nordic SDK for understanding the re connection mechanism. I am using nrfConnect app. I have a few questions...
I am trying to use app_timer library with the provisioner example but I get this linker error.
The multiple definition error is due to nrf_nvic_state being present in...
Hi,
By taking a look at the source code in https://github.com/NordicSemiconductor/pc-nrfconnect-rssi.git, I found the following patch file under fw/src/usbd.patch. It mentions...
We use nRF52840-PDK (PCA10056) with MCU revision Q1AAAA. Given example of secured DFU bootloader (s140) works good. Then we changed MCU on this board to the MCU with Q1AAC0...
Hi to all,
i am working on a project that in it i want use nrf51822 as a peripheral device. i implemented a code but i have a problem, central(cc2540) and peripheral(nrf51822...