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 Nordic Team
We are working on BLE Modules which includes the chip-set nRF51822 and nRF52832.
We have tight form-factor and want to have longer range communication so...
Hi, I have a problem with waking up a device, description as below.
Application description: I made some application which is based on Serial example - all is working fine...
Hi
What is the default PHY when using NRF52832, SDK 14.2 and SD S132 v5.0?
When does a device's PHY get reset to this default value? Is it upon disconnect or is it as...
Hello,
I'm developing Win32 application, where I have to communicate with BLE device from our customer. At the beginning is simple application level authentication (with...
At the moment I am collecting 64 RSSI values into an array and want to calculate the average and variance of them. I have managed to calculate the average by adding up the...
Hi i am trying to debug the ble Uart app for confuguring device as Central. Which function is responsible for BLE Connection. I unable to debug this code with breakpoints...
I'm using a PCA10040 V1.1.1 dev board (nrf52). I programmed it with "Nordic_HRM" example, but modified it to send 20bytes data at 100Hz.
Then, on my PC, I use a PCA10031...
Hi,
I do not want to use the device id as my unique serial number of the nrf52840 chip and would like to generate my own . Where and how can I store this serial number...
I am using nrf51422 device with the SDK 11. I am running the hear rate application ble_app_hrs_pca10028_s130. When I connect to the device (using the nRF Connect app for ios...
Hi. I send 240 byte long messages using ble_nus_c_string_send at the moment.
How come the length field is a uint16_t if the max size is 247 bytes? Is it for future proofing...
I have a custom design buildt on ble_app_uart peripheral example from SDK 12.2.0. I use a timer that I start from case BLE_ADV_FAST in on_adv_evt to send a message to a display...
Hi,
I am using a PWM to control the output of an LED driver and I am implementing a soft_on function when powering ON the driver, so we have a start_PWM function that looks...