hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
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...