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...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
How can I determine the correct value pull-up resistor to be used on the TWIM port?
The nRF52832 reference documentation mention an internal 13k pull-up however I've always...
I would like to create a program that was a mix of ble_app_multilink_central and peripheral_temperature. The program would work as follows: when the button1 of central is...
I am trying to migrate a blocking SPI transfer code to a non-blocking SPI Manager schedule call. I have 16 transfers queued up in one transaction.
When I launch it, the...
What is the best way to advertise a custom service and allow BLE connections from a mobile device in a Mesh SDK version 2.0.1 application. Previously I had an application...
Initially I had a project in Mesh 1.0. Everything (provisioning, send&receive) was working fine.
Since upgrade to the Mesh 2.1 there is an issue: provisioning still works...
Hi I've found the documentation around BLE_GAP_TX_POWER_ROLES to be a bit sparse. I was wondering if someone could please give me some more info on them
Three roles have...
I am trying to get the thingy52-mesh-provisioning-demo to work with the SDK for mesh 2.1.1 and nRF5_SDK_15.0.0_a53641a.
I am using the Segger Embedded studio project from...
Hi I'm developing DFU project for my application. I need to have both BLE and UART bootloader. If possible, how can I do that?
Many thanks for the answer
Abele - Ital...
Is there any other way for connecting nRF52 DK with our smart phones, other than through NFC?
My smart phone dosen't have NFC feature and I want to run and test the BLE...
On the infocenter website we can read that ,, The nRF5 SDK v15.0.0 supports nRF52 Series devices''. I would like to use crypto code from SDK15 on nRF51. I am interested in...
Hi Nordic
For mesh-sdk-2.1.1, there are two APIs " simple_on_off_client_set " and "simple_on_off_client_set_unreliable" , that can send packet with acknowledge or unacknowledge...
This is my reference to other people's circuit to design
Is this way feasible?
Or is there a document that can be referred to?
I need meanwhile used BLE and 2.4G in...
Hi I use ble_app_uart sample SDK 12.3 test the data throughput,
when use Nordic DK board , it can send near 5KB/s; but on my own board,the NRF_DRV_UART_EVT_ERROR will appear...