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.
I'm new to both the nRF52 family and SPI, and I'm working on an SPI master nRF52810 (using the PC10040e setup). I'm compiling using GCC and makefiles. I've set NRFX_SPIM_ENABLED...
I try to make a simple project based on a "simple message model" ( https://devzone.nordicsemi.com/f/nordic-q-a/29836/send-and-receive-a-string-via-access-layer ) with Mesh...
Hi,
SDK:nRF5_SDK_15.0.0_a53641a
Chip:nRF52810
Example BLE:ble_app_uart(pca10040e \ s112)
Example 2.4G:esb_prx(pca10040)
I am working on BLE and 2.4G integration...
Hi,
I use SDK is :nRF5_SDK_15.0.0_a53641a
But the SDK version in the link seems to be lower
devzone.nordicsemi.com/.../setting-up-the-timeslot-api
I am going to step...
I'm developing an application to communicate with a smartphone. I have the need of writing characteristics with the size bigger than the negotiated MTU, so I'm exploring Queued...
Hi guys, our team now are trying to used nrf52832 to stream audio to ios app, and as you know we are in trouble.
Here are some info about our test env:
1. mobile app...
Hi everyone,
I wanted to add a second UART (UARTE1) to the CLI example in the OpenThread SDK 0.10.0 since UART0 is used by CLI but I was not able to find any documentation...
Hi,
Can't get rid of compilation error about undefined NRFX_SPI0_INST_IDX after adding nrfx_spi driver. Searched the forums and found similar issues but none of the suggested...
Sir,
Did you succesfully compile the NRF5 mesh on SEGGER STUDIO ? I did try with updated segger but i am getting the same error!
And i cant see too the sdk_config.h to...
Hi,
I just received nRF52-DK recently.
I am using Ubuntu 16.04 (64-bits) OS.
I installed JLink_Linux_V620b_x86_64.deb and was using nRF5x-Command-Line-Tools_9_6_0_Linux...
Hi, I am developing an SPIS interface on the nRF51822 using SDK v12.3.
I have configured my device for EasyDMA and I expected to see a continuous stream of data being transmitted...
Hi.
I applied https://github.com/crfosse/Thingy-52-to-nRF52xx project to get thing'y motion sensor by nRF52840 DK.
When I init DK, it discovered only 7 UUID so euler,...
Hi Everyone
I am trying to use BME which is an i2c/twi sensor and EPaper which is an SPI based module. In my code i am using TWI INSTANCE ID 0 AND SPI INSTANCE ID 0.
I...