Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
I am working on custom hardware with an nRF52840. I have added the MCU boot in my earlier development as well but this issue I have never faced before.
Problem statement...
Hi,
iam trying to write the data in nvs which i give input through GATT.i can read and write in nvs when not using gatt,BT.
I have 2 codes,1 is working but without GATT...
Hello,
Board: custom board
Soc: nRF52840
SDK: nRF Connect SDK v2.8.0
I would like to know device mac address and use the mac address in advertsing.
can you please...
This page (v2.8.0) https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/nrf/app_dev/device_guides/fem/fem_nrf21540_gpio_spi.html
Suggests copying the following into devicetree...
I am trying to get std::vector to work on nRF52840 running Zephyr in Visual Studio Code running v2.7.0 toolchain , but have been unable to do so. I found some similar tickets...
Hi nordic
I've try to enable 115200 baud UART on p0.9 and p.10 but I can't make it.
I just saw a thread about 52840 can't use 115200 uart at p0.9, p.10:
https://devzone...
Hello,
Is it possible to use the filtering options provided by the nRF52840 BLE sniffing firmware for Wireshark, in Tshark? Specifically the device address filtering....
Hello, I have two questions. 1. First, are these pins reserved in the SOC level or DK level? this if from the nrf52840dk device tree. meaning, if I have a custom board, should...
Hello,
I'm using an nRF52840 on a custom board operating in high voltage mode, powered either by a LiPo battery or USB. The design follows configuration 4 from the nRF52840...
bt_mesh_dfu_metadata_encode always adds comp_hash and elems fields to the buffer
However the bt_mesh_dfu_metadata_decode function checks if the fw_type is
BT_MESH_DFU_FW_CORE_TYPE_APP...
Hi Nordic DevZone Community,
I am currently working on a BLE peripheral application using the Zephyr stack and have encountered an issue where my device stops advertising...