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...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
HI
I would like to check if it is possible to setup 3 sets of nRF5340 Audio DK as a master with two slaves.
Where the master and salves are able to send audio (via mic...
Hi All,
I would like to know how Nordic's pairing mode corresponds to the bluetooth specification.
If my smartphone(initiator) is keyboard display,and my slave(responder...
Hi,
After making a 802.15.4 poll request for data and receiving an ACK message which is not followed by any data message the confirm callback never occurs. I have verified...
Hello.
We are developing using nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral device.
I would like to update SoftDevice from v7.0.1 to v7.3.0. Are there any areas...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
I have trouble with DFU. I could implement SMP server into my project according to your guide. (+) Add DFU support to your...
Uns NCS v1.9.1 and VSC, I am attempting to run through the Device Firmware Update (DFU) with MCUBoot bootloader exercise.
I am running to a road black in figuring out how...
I have a Bluetooth device that has a long characteristic. On previous central device projects there is usually a function like read_long_char. I am trying to get a zephyr...
We've built a device with the nRF5 17.1.0 SDK on nRF52832 which operates as a HID keyboard. On iOS and Android this is working fine, and it's working fine sometimes on Windows...
Hello, trying to get v1.9.1 lte_ble_gateway working on Thingy 91. Using Thingy 2020:23 1.4.0, which works all good with zip thingy91_fw_2022-02-17_ec486dab (tracker, nrf cloud...
Dear community,
After a lot of though and fighting with our hardware we decided to use a dual slot bootloader config with an external flash.
We based our testing on...
Hi,
I have a C++ class with code as in below:
This I need to call in a .c file, which I did with extern "C" definitions with a C wrapper as in below:
I am getting...
Hello everyone!
I am trying to add a SPI Master instance for my custom PCB, im using spi example as reference but im having a specific problem, and it is that the program...
Hi, We have custom board files (copied from 5340dk dts files) and I wish to remove all redundant DK stuff from my DTS and free up pins. Can I remove UART0 from both the app...
I have gone through the Nordic Academy to install the tools and build the first example which is blinky. I am using MS Visual Code and SDK version 1.9.1. I have seen some...
Hi,
I use serial port example to do out UART exchange data function. But I get a problem, I don't know why? Below is my source code.
When I send 2 bytes data to...