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'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...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I'm trying to capture events like accessing an invalid idx of a C++ vector
I'm using the method at , like this:
std::vector<int> my_array;
my_array.at(10000);
...
Hi,
I want to use the SAADC to measure the voltage on the VDDH pin. I am using a design based on circuit config #4 and following the SAADC example in the SDK version 15...
Hi,
I am using nRF mesh Android app version 2.1.4
I have flashed the devices with light-switch example application under nRF5 SDK for mesh V 4.0.0 on PCA10040 DK. I'm...
Hi,
I have a custom application running on a custom PCBA using the nRF52840 MCU. The Softdevice (S140, v7.0.1) is also utilised because the main application supports BLE...
Hi,
I am looking for the timing of when a connection event will happened. Radio Notification seems the right method for me since it provide an interrupt right before an...
I'm looking at the feasibility of using extended and/or periodic advertisements from an NRF52 to be received by a cell phone. I've used nRF Connect on a couple slightly older...
We have a multi protocol project THREAD and BLE. It currently uses the BLE DFU for OTA updates. We would like to add the THREAD DFU so we can use either transport mechanism...
Hi -
I have 2 questions:
1) I am looking for an example application that demonstrates acquiring acceleration data at high ODR of 5kHz from LIS3DH sensor using nRF52832...
Hi
I had got some problem with fds_record_write(). I found that I couldn't get the correct data from flash without waiting fds_evt_handler( ) that was called after calling...
Hi, I would like to test interconnection between an android phone with nRF Connect (central) and nRF52840 DK (peripherial) in long range mode. My question are:
Does it...
Hi,
I have a problem when i try a dfu on my device for the first time.
To explain, my device is flashed the first time with NRFJPROG, and i flash the SD+BOOT+APP.
So...
Hi,
I have used nRF5_SDK_15.3.0 .
I have tested secure_bootloader example code with Adafruit Feather nRF52 Bluefruit LE - nRF52832 Board . And its advertising and work...
Hi,
I have an application that uses the nrfx_saadc driver to measure voltages. One init-function that sets up the saadc and two channels, and one sample-function that calls...