We are using the development board PCA10040 for implementing a prototype with several GPIO interruptions.
We are trying to use the NFC pins (pin 9 and 10) as pins of GPIO...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I am creating the first prototype for my BLE product and for now I used the suggested layout from the datasheet, but I am kind suspicious of that layout it seems very...
I follow the example, as below
nRF5_SDK_12.1.0_0d23e2a\examples\peripheral\flashwrite
but I only get some error, can not get anything, and the ble is unconnected.
Hi there. I'm making a sensor system which is intended to measure an ADC value, and send it using the Heart Rate Sensor template. To make this, I've rebuilt the ble_app_hrs...
Hi
Does the newly released nRF52840 chip have pins on the side, corresponding to the "outer ring" (A8-23, AD2-23, B1-W1, ...) pins on the underside of the chip, like this...
hello i am interfacing i2c sensor mma8452 with nrf51 dk. my function is
void mma_read(uint8_t *x, uint8_t *y, uint8_t *z)
{
uint32_t err_code;
uint8_t rx_buffer...
I have to sample 3 differential channels periodically. Should I calibrate SAADC for each channel individually? Unfortunately, "nRF52832 - Product Specification v1.0" doesn...
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...