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...
Hi
I have a question.
I am using USB CDC UART example code for my application development.
I have changed VID and PID in sdk_config.h file as per requirement.
Now...
Hi All,
I want to communicate ST25R3911B with nrf52832 controller,
It is interfaced on SPI controller.
I could not find any API related to this in SDK 15 but while searching...
Hi!
I'm having issues compiling the nRF9160 samples in the SDK. I've followed the Getting Started Assistant. I'm currently on the master branch. When I check out the v3...
I am able to see all the other three packets (URL, UID and TLM) in Eddystone Validator app except the EID packet. But I am getting the EID packet in 'nRF beacon for Eddystone...
Hi everyone,
We are going to certify a TRAXENS product design that contain an electronic card with a nRF52840 module on it. For that, we want to communicate with the nRF52...
Hi
I am using digital microphone with nrf52832 dk using PDM library for interfacing
I am referring nRF thingy for firmware development, sound service is successfully developed...
I need to collect data from 2 ADC channels. Ultimately, the data is to be sent to a table of 1000 samples (500 per channel). Samplerate can be 2KHz - 8kHz. When the table...
I am planning to use clock 16Mhz. I went through examples and found nrfx_spim to be using this option
But nowhere in the code I could pinpoint exactly how the clock itself...
Hi,
I am trying to implement LESC Security Mode 1 Level 4 with a peripheral ble_app_hrs on PCA10040 and a central via pc-ble-driver example heart_rate_collector_v6 with...
We have a Mesh app that should be updated via DFU. The problem is that if a device (for whatever reason) restarts in the middle of DFU or it is powered up later (i.e. not...
I want two STM32 timers synchronization via BLE . Used two nRF52832DKs download the timersync demo : https://github.com/nordic-auko/nRF5-ble-timesync-demo ,
the nRF52832DKs...
Hello
I am having 3 nRF52832 devices and I have to pair any two of them with each other and not with the third one.The third device or any other device should not get...
SDK Mesh 3.1
I was looking at the provisioner example, and noticed that in the function prov_helper_device_handles_load() there is:
But when i look at dsm_subnet_get_all...
Hello all!
I'm having a bit of trouble with complete communication between an nrf51 DK running the micro esb wireless uart example and an nrf24L01+ which is running TMRh20...
Hi!
I am evaluating BLE UART Demo with longe range (BLE_GAP_PHY_CODED).
Max. data throughput (using different parameters for ATT_MTU size and connection inverval) seems...