I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
I'm using nrf52832 and want to add a custom characteristics.
But if I call the function below, the device stops advertising.
Do you have any idea?
static void add_characteristics...
I have used the BLE UART example to connet mobile phone, the mobile phone just can recivecd 50 data package per second in the most, and each package just have 20 byte, but...
I'm sorry for this easy question.
I'm just starting to develop an application using a nrf52832.
I want to use uart functions, so I added a line #include "app_uart.h"....
Hi,
Does anyone knows if it's possible to change the name or description of the Port (COM) of a nordic device (pca10031 and pca10028)?
The actual name or description...
Hello,
if we want protect our (central) device against tracking and still allow it to connect with specific Peripheral we can use whitelist with IRK (and?) mac address...
eclipse_log.txt
link text
hello there i am trying to make environment for gcc and eclipse with nrf51. i am following above link. i changed my Makefile.winows ...
Dear all,
i configure pin 3 to float input.when the pin3 input 0.3VDD--0.7VDD,the chip current have 25--400ua,other is normal(4ua) Why?
SDK:8.1.0
s110
#define PHOTO_PIN_NUMBER...
Hi,
I am using nrf pwm library from here: github.com/.../nrf51-pwm-library . I am driving two gpios for a piezo buzzer.
I call pwm_init(), then use the call set_frequency_and_duty_cycle...
Hi,
I am trying to run a MIDI slave chip with the nRF51822 which requires me to use the MIDI standard baud rate of 31250. Is it possible to use nrf_drv_uart with a custom...
Hi all,
i use the function sd_power_system_off() to put the micro in system off.
First question is about the the type of system off. There are different type of system OFF...
Hi Forum and Nordic Employess
I use sdk12.2
The Pstorage libraries are missing. I want a Pstorage (flash write / read) example along with the Soft Device.
Thank You
Hi all,
I see there are similar questions posted on this forum, but none answers my question satisfactorily.
What I have:
we use the nRF52 we use UART0 to
transmit...
I'm using SAADC on a NRF52832 DK to read a analog channel between 0-3.3V. I wanted to supply current with the board VDD but it's value is 2.8V and they're not event stable...
Hi
I'm trying to get higher throughput when connected as a central by increasing my Tx&Rx bandwidth to high (from the default medium).
uint32_t nrfErr; ble_opt_t opt...
Hello,
my custom board does not have external 32kHz crystal. I have managed to use NRF_CLOCK_LF_SRC_RC in SOFTDEVICE_HANDLER_INIT instead.
My questions are:
...