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.
A minor bug exists in SDK 15.0.0, components/ble/nrf_ble_qwr/nrf_ble_qwr.h, which arises when compiled using a C++ compile r.
The following C++ conditional at the top of...
Hello!
I am trying to change the connection interval of the nRF8001 (connected to the PCA10000 usb dongle). Changing from 7.5ms to 1sec is very fast, but changing it back...
int SEGGER_RTT_printf(unsigned BufferIndex, const char * sFormat, ...)
why only BufferIndex=0 can display information on RTT viewer?
How to output different colors to...
Hello I have this code that sends some L2CAP packet to bluetooth device. I want to do the same for BLE device. Could someone please tell what I have to change on that code...
Hi
I use NRF51822_XXAC + s130_nrf51_2.0.0_softdevice + nRF5_SDK_12.3.0_d7731ad, IDE is segger embedded studio 3.40, my program works well when i set optimize level to...
Hi all,
I'm Carles from Nordic and I'm happy to announce that O'Reilly has recently published a new book "Getting Started with Bluetooth Low Energy" of which I am a co...
Dear Nordic Team, Thanks for supporting.
I want to know how to set user MAC address in SDK12.3.0 for nRF52832. I am using ble_app_blinky example. Please support anyone....
Perhaps the following defines added to the beginning would make user specifications a little clearer
#define Default 0
#define Black 1
#define Red 2
#define Green...
Hello,
I'm trying to run my application from Segger Embedded Studio into my custom nRF52840 board but it is not working !
I switched to Jlink commander to get more details...
Hello,
I am migrating a BLE project from SDK 13.1 to SDK 15, and am running into an issue with SPI functionality. I have followed the migration guide for 14.2 to 15, changed...
Part 1: A device that is exposing Mesh Provisioning Service[as a unprovisioned device] or the Mesh Proxy Service [as a provisioned device] could under-utilize the negotiated...
I am using nrf52832 and i want time.
I am using nrf_calendar_example https://github.com/NordicPlayground/nrf5-calendar-example .
My problem is it gives only resolution...
Hello all,
I have noticed that a delay appear periodically when writing SD card for example, I have something that the following code
Unfortunately, I have a jump...
Hello Nordic Team
I am working on nRF52832 MCU, SDK-11. I want to calculate available space so that I can save custom sensors data in chip.
According to datasheet we have...
I am working with nRFx modules and have a few questions about updating parameters. I started my project with an example and modified what I needed. However, I am not sure...