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'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 tried to build this by double-click on the .xcworkspace file, in the folder obtained from the downloaded .zip (dated Nov 24, 2016), then "Build + Run". I get 203 errors...
I have modified the template's code so ble_advertising_init should setup manufacturer data, once I have this assignment:
advdata.p_manuf_specific_data = &manuf_data;
...
Hi,
I want to use nRF51422 on ant and ble dual mode.
Does nRF51422 can use sd332 and where has example project
or
The nRF51422 just can use Sd310 only so far.
Than...
Hello,
When line 10 of the below code is executed the system enters the BusFault_Handler, at this point the NVMC register is as followed: Ready = 0x00000001, Config = 0x00000001...
Hello ! I am using Red Bear Nano which has nrf51822 and I have connected it to a computer with linux. On the computer I downloaded arm-gcc version 4_9 and I linked it to the...
hi all!
if I restarting advertising with BLE_GAP_ADV_TYPE_ADV_NONCONN_IND during CONNECTION occur sd_ble_gap_adv_start(..) returns error = 0x07 ( NRF_ERROR_INVALID_PARAM...
Hi,
Would I be able to get more information on the statement below from the nrf52832 datasheet?
"A step increase in supply voltage of 300 mV or more, with rise time of...
As an example, let's see this function from app_hrm (heart rate monitor):
static void conn_params_init(void)
{
uint32_t err_code;
ble_conn_params_init_t cp_init;
...
I am laying out a board in altium using the nRF51422 - just cutting out the essential pieces in the silk box from the nRF51 DK altium project.
I have some concerns. Once...
Hello, I am going to make a PCB to mount the module and programming pins SWCLK/SWDIO/VCC/GND. I wanted to run my module at 1.8v, but I am worried if the nRF51 dev board, when...
[87] CPU: Unexpected wake from System ON Idle when using FPU
This anomaly applies to IC Rev. Rev 1, build codes QFAA-B00, QFAB-B00, CIAA-B00.
I have the PCA10040....
I made a custom board with the nRF52+SDK11.0.0+s132. The firmware is based on the ble_hrs example (modified to fit my board and modified the application, but the basic premise...
I want to change Variable state( 0->1 or 1->0) when I push the button.
I was searching for example relating to the GPIO.
but I did not find that i want.
Everything...
Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...