Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I'm trying to understand the function app_sched_queue_space_get()
There is a description on the following page: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom...
Hi,
with regard to this document ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk%2FUG%2Fnrf91_DK%2Fif_connector.html)
I am trying to release and reconfigure...
Hi there,
I have been testing my ble long range app with coded phy (s8), with extended advertising etc. for a few weeks now. Only adv and scan are used. Works well, only the...
Hi,
I'm using SDK 15.0.0.
I'm trying to run part of TWI example in my project in separate .c file.
But I have next error:
Error[Pe020]: identifier "NRF_DRV_TWI_INSTANCE_0...
Hi,
I know that the BLE protocol allows to write up to 20 bytes size packets, I have also set max length to 20 bytes in my custom characteristics.
But when I am trying...
Hello,
For OTA updates or DFU I want to create a zip file that contains the Bootloader, Softdevice, and Application into one, But when I generate this through nrfutil.exe...
Hi all
I am using S130 SDK12, nRF51822
This is the error I am getting - line_num 0x07C0, p_file_name 0x06D1, error code 0x00D1, fault id 0x0001, pc 0x83CC (a print-screen...
From Mesh Model v1.0.1 section 3.3.5.1 Generic Power OnOff Setup Server
"This model shall support model subscription, as defined in Section 4.2.3 of the Mesh Profile specification...
Hello Nordic!
I need to save dynamic arrays in NRF52840 flash using FDS, but after some days of trial and error I need to beg for help.
What I need to achieve is to have...
I'm trying to enable TWI in the eddystone example based on this article but I get the following compilation error:
nrfx/legacy/nrf_drv_twi.h:120:37: error: 'NRF_DRV_TWI_INSTANCE_0...
Hello,
I'm using nrf52832, sdk17 and Seeger Embedded Studio. I am using ble_app_uart example.
I am connecting with my phone and using RX and TX characteristics. My question...
Hello !!
I want to use Radio transmitter/ receiver example in my custom board which is used for BT remote control battery powered. I have added 10 buttons on my board and...
Hello NRF team,
We have been using NRF52832-QFAA based dev kit from Sparkfun, which has 512KB Flash / 64KB SRAM. I developed the app on Arduino whereas I flashed the bootloader...
Hello!
Here is a story I am sure you have heard before. I am evaluating the NRF9160DK and seeing what is the lowest power consumtpion we can get when sending data to a server...