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...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello I have two questions about advertising:
1. First, I was wondering was if there was an example that shows how to set up a callback or some property that only allows...
while reprovisioning NRF-9160DK if i try Create JITP Certificates following issue observed.
There was an error generating the certificate: A Nordic Semiconductor product...
We are facing issues with the NRF7002. The device is able to connect to the network but does not receive a DHCP IP address when using a specific router. We using the NRF7002...
Based on sdk15.3, nrf connect app version 4.28.1 does the following: 1. Change the dfu code to the ble_app_hrs example, and the bootloader also enables pairing and binding;...
I have implemented NUS on device A and confirmed that it can be connected from a PC by making it the advertising sender.
Device B can scan device A's advertisements and...
Hello, I am using W25Q512NW ( https://www.winbond.com/resource-files/W25Q512NW%20RevB%2007192021.pdf) in my custom board. I want to store the sensor data in this flash.
...
Hello,
We have a BLE product using the nRF52840 and nRF Connect SDK. After upgrading our firmware to use nRF Connect v2.6.2 we intermittently get this assert from the SoftDevice...
Hello, I have a BLE Mesh application which is advertising the Mesh Beacon. If after mesh is enabled, I configure and advertisement for showing manufacturer data, the Mesh...
Hello,
Currently, we are using a bootloader on the nRF52832 with the nRF5 SDK, and we are considering migrating to the nRF52811.
We have identified two possible options...
I am using the nrf connect sdk manager to download a tool chain (any version) and they always error out with this error below. I am on WindowsARM 64. I am not sure that matters...
Hello,
I am using the following device and development kit:
Device: NORA-B106-00B (nRF5340)
nRF Connect SDK: 2.0.2
When an interrupt is configured on the GPIO...
Hi, in our project with the nRF5340 we desire use the nRF21540 to have a long conection for BLE, the problem is we don't have any pin free in the nRF5340 to manage the nRF21540...
I have configured new UART in zephyr.dts device tree like this" "/ { chosen { zephyr,console = &uart1; zephyr,shell-uart = &uart1; zephyr,uart-mcumgr = &uart1; zephyr,bt-mon...