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...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Update 2016-Mar-29: I used SDK v10 along with SoftDevice S110 v8 when I run the experiments described in this question.
Update 2016-Mar-30: Upload source code of the modified...
In order to perform dfu to softdevice S132 v3 sdk12 (secure bootloader) from sdk11 softdevice S132 v2 (legacy bootloader).I've change the legacy bootloader as it it says here...
by using Arduino mini pro 3.3v
I am planing to measure the temperature for the first five minutes, if the temp is over 40 degrees the device will send to Android app and...
Even though the SIG hasn't finalized yet and the 1.4.0 SoftDevice isn't out... Can we get a heads up on what to expect for 1.3.0 BLE 4.2 compatibility?
On something...
In arm_startup_nrf52.s (in the 8.9.0 device family pack), there is a new bit of code:
IF :DEF: __STARTUP_CONFIG
#include "startup_config.h"
ENDIF
I assume this...
Hi,
I'm thinking of using the NRF52 for an embedded wearable sensor application.
How much flash and Ram space can I expect to have remaining approx. for my application...
I'm a bit at a loss of how to voluntarily stop advertising: My related thread says I should call sd_ble_gap_adv_stop() , but when I do, no corresponding event is raised by...
To install micro-ecc, complete the following steps:
Install version 4.9-2015-q3-update of the GCC compiler toolchain for ARM. You can use ARM's Launchpad to find the toolchain...
Hello everyone,
I am currently porting a project from pstorage to FDS.
I am testing the functionalities of FDS including create, update and delete records and I am at...
Hello,
To reproduce this problem I use these steps:
Bond to NRF51822 using Android 6.0.1 and latest nRF Connect version;
After successful bond, connect to NRF51822;...
Hi,
We are using PPK board (PCA63511), we have followed the "PPK user guide" and installed all the necessary softwares, We have made the connections and switches option...