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 have a PCB with a nRF51822 QFAC A1 onboard, and I wrote a firmware with mbed for this PCB in which P0.08 is supposed to be set to 1 during the initialization and...
My company is in the final stages of prototyping and we want to release our first product in the coming year (focusing on European and American markets). The next steps are...
Hi,
Does anyone know if there is a way to achieve 12 bit duty cycle resolution at 25 KHz PWM frequency for 5 channels (individual duty cycle for each channel) using the...
I have one of the new Power Profiler Kits, and it works really well (well done!). The only problem is I can't reprogram the dev kit while it is connected to the Power Profiler...
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...