I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
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:
...