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...
Recently I have encountered a software hanging issue on one of our products. It was based on nRF52840, with FreeRTOS (Thread SDK v1.0). The issue was apparently related to...
My application needs to keep time and support local time as well. I have implemented a service that allows setting the epoch seconds as well as a local timezone string. With...
Hello, I have an issue with the init packet on SDK13.1. i used nrfutil to generate the .dat and .bin files that i read with Hex editor to transform then into byte arrays....
We've purchased the nRF6700 (nRFGO Starter Kit) and nRF24LE1-F16Q24-DK (Dev Kit) from Mouser Australia.
Both products arrived without Product Keys - so can't download any...
Hi all,
I am using the S332 softdevice for dual ANT/BLE stack in SDK v14.2 bundled with bootloader_secure_ble, which was apparently power optimized in SDK v15.0.0 (see my...
I have made a custom board based on the raytac NRF52840 module (MDBT50). When i load in the USBD CDC example (SDK version: 15.2), The device is not detected. There is no output...
Hi, I would like to build a mesh network with ANT so I tested the ANT scan and Forward example for nRF52832. And the current consumption is around 5mA, is this current normal...
As in the title, I installed 64bit nRFgostudio, however it crashes just after opening with the log below. It opens fine when I do not have my Thunderbolt 3 docking station...
Hi,
How can I send message from servers other than 0x105 and 0x106 to client?
I receive status message in client from servers 0x105 and 0x106.
I can send message to...
I'm trying to use the SDK 15.0 saadc example with a potentiometer on AIN0, and I'm getting weird values. Left pot pin connected to VDD, right pot pin to GND, center pin to...
Hi Nordic:
I want to add some rtt log in the bootloader code, so I make bootloader flash start at 0x77000, size is 0x7000, and my application's FLASH_PH_SIZE is 0x77000...
Hello, I read in the documentation how to create a model, in the client model, which defines a struct: simple_on_off_msg_set_t {uint8_t on_off, uint8_t tid}. I do not understand...
See: http://www.keil.com/forum/63929/
Everything here refers to J-Link, eg devzone.nordicsemi.com/.../a-working-demo-of-monitor-mode-debug-mmd-on-sdk-15-please
and Google...
Hello,
I am wondering that what exactly are the differences between libmbedcrypto.a and libmbedcrypto-software.a?
I read through the SDK documentation about the opethread...
In SDK 15.2 in ble_gap.h
#define BLE_GAP_SCAN_WINDOW_MAX 0xFFFF /**< Maximum Scan window in 625 us units, i.e. 40,959.375 s. */
#define BLE_GAP_SCAN_INTERVAL_MAX 0xFFFF...