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 am working on nrf52 dk board .NUS sdk 16
I'd like to know the start/end characteristic handle values for each service. Is the 32-bit service handle encoded as...
I have inserted the groups cluster at an endpoint. Yet, and eventhough a group seems to be additioned to the device (the device responds with 0 to the add group command from...
hi:
I need help with a problem.
Error in merge file for 52810.
use sdk:nRF5_SDK_17.0.2_d674dde
bootloader:secure_bootloader
app:ble_app_buttonless_dfu
app:FLASH_START...
Dear Nodic friends,
We use nrf52833 to design a BLE control box with USB DFU function.
During USB DFU, DFU Trigger Library will reset nrf52833, so we should connect a...
Hi
I'm trying the light lightness example, I'm using nRF Mesh Android app for provisioning. I've 2 nrf52840 DK's. One is for client and other one for server. Both of them...
Hi,
I am trying to implement BLE on nRF52840 using Zephyr APIs. I am wondering if anyone can elaborate how to use bt_gatt_write() and bt_gatt_read(). As of now, I am able...
Hi:
s132_nrf52_7.2.0_release-notes.pdf shows us below words in page 3 about limitation:
GATT:To conform to the Bluetooth Core Specification v 5.2, there shall be no secondary...
I am creating a system with one BLE central device (nRF52840 DK) and many peripherals (nRF52840 Dongles). I am attempting to create a BLE central device that interfaces with...
Hello i have a working program with ble:uart and twi in a nrf51822 device with sdk 12.3 and softdevice My system works perfectly when i use other gpio as scl and sda (external...
When I'm tuning the RF output (front end) of the nRF52832 to match 50 Ohm what state should the chip be in? Unprogrammed with power on or off? Or in receive mode with power...
Should a firmware written for nRF 52832 run smoothly on a nRF52833 if no changes in functionality are desired?
If changes to the firmware are needed, which layers must be...
Hello , Vivek here. I am planning to use NRF52832 in my design and interface it with a microcontroller. And i am new to handling bluetooth protocol. When I was going through...
Hi,
i am using nRF52840 SoC and Had confusion on pin mapping for SPI (external flash) and I2C (external sensors) as below:
I found one similar query and it was said...
Hi,
I would like to write a code where I send a packet from a nRF5340 DK to another nRF5340 DK by using Zigbee.
I would like to also be able to use printk and see the...
Hello Development team!
First off, many thanks for all the help provided so far.
I'm trying to add the ZCL messaging cluster to the multi sensor example, how could I go...