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...
Could someone please guide me through the process?
I believe it can be done through nRF Studio which I have downloaded, but don't know how to proceed from there???
Tks...
Dears,
I am developing a ANCS application with nus service on our product. There are a few problems I don't know how to fix it.
My problem is that :
1. ANCS will not disconnect...
Hey guys,
I have designed one custom PCB based on BMD301 in which I am observing some weird behavior on RESET pin. I have connected reset pin of BMD301 i.e. P0.21 to 3...
How do I deny a connection if the connection is unencrypted? I'm currently trying to do it with the peer_manager using
case PM_EVT_CONN_SEC_FAILED:
{
/** In some cases...
I have request similar to this questions but for SDK13:
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
Judging by quick grep sdk_config.h from ble_app_template...
I am having some trouble getting the Power Profiler to start up correctly. Currently, I have the PPK DK plugged onto the PCA10040 DK. All of the onboard switches are set to...
Is there someone I can contact about acquiring some sample chips for prototyping? The normal distributors don't seem to have any information regarding the engineering samples...
Hello,
I am currently working on a project involving the nRF52DK to be a central device.
The peripheral device is based on the Nordic Uart service with minor changes...
hi,
i tried add ancs to the s130 ble_app_hrs_rscs_relay demo, when i use iphone5s to connect, the uart display as follow,but when i receive a message or a call, the software...
In GATT Packet transfer, is there occurs any packet loss and retrial?
I'm trying to connect about -90 Rssi dBm peripheral device with my nRF51-dk.
In this far range...
Hello,
when I was working on MSP430 I used to place the firmware version constant at a known address in flash so that it can be verified which firmware version is flashed...
I was having some troubles using the app_timer (RTC1) shortly after mesh startup, so I enabled the PIN_IN_CB and PIN_IN_TS debug pins, and saw some interesting behavior. ...