Hi,
We have onboarded several hundred nrRF9151 devices using the nRF Cloud "bulk onboard" UI (preconnect onboarding using device_credentials_installer.py ). Generally, this...
Hi,
We have onboarded several hundred nrRF9151 devices using the nRF Cloud "bulk onboard" UI (preconnect onboarding using device_credentials_installer.py ). Generally, this...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
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...