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...
Hi, does the nRF9160's LTE modem support waking-up the application processor using an incoming call?
The OPS indicates that a DETECT signal can be input to a GPIO pin for...
Using nRF5_SDK_15.3.0, soft device 132 (Rigado BMD-300 eval kit), segger embedded studio
I'm trying to control ADS1231 by listening for DRDY to go low and pulse an output...
Dear nordic,
I have some doubts regarding this both examples. I am new in this thread coap
1. In Thread coap cloud client example uses coap post method is it right?(i...
Hi! I am evaluating Extended Advertising. Is it possible to get the rssi of ADV_EXT_IND at the BLE_GAP_EVT_ADV_REPORT event? That was possible with AUX_ADV_IND. My environment...
in advertising_init(); function, i add some code like below:
#define def_uuids_complete 1 //#define def_uuids_available 1 #define add_vbat_service 1
/**@brief Function...
Hi everyone,
I'm currently trying to develop an application with the mesh, the uart and the DFU.
I've started the project with the sdk_coexistence for use the uart and...
Hello
I am using a proprietary board containing NRF52832 chip
using Rigado board I can flash the system on Rigado board perfectlly
using my costume board, by using...
When my app starts up, I call "lte_lc_init_and_connect()" by using the Zephyr system workqueue. With it running on a separate thread, my main thread is still blocked. I have...
I am further developing a solution based on nRF5_SDK_12.3.0 and s132 v3.1.0.
I am using Segger SES to Build and Run the solution in nRF52 SDK.
nRF5_SDK_12.3.0 comes with...
Hello!
I´m trying to assign an unique id to my different devices. The main idea is to read an specific address (using 0x37000 atm). If i detect it is a new device i assign...
Hi,
I am using nRF52832 with SDK15.2 Running the ble_hid_mouse example. I am trying to connect an LED to pin 17 (where LED1 is connected) and am trying to duplicate the...
Hi,
With the 15.2 SDK is it possible to change the NRF52840's "USB Serial Device" Device Description/Display Name name when listed under Ports under Windows Device Manager...
Hi everyone,
I'm a little bit helpless at the moment, I'm using the function "nrf_drv_spi_transfer" for the SPI communication with a power management chip. This chip is...
I want to save data to NAND Flash Memory (W25M02GV) and extract data to USB MSC. If you have an example of this, I want to get help. The SDK is using 15.2.0. nRF52840 -> QSPI...
Hi Engineer I am using nRF52832 to develop a product. I want to save a flag to flash (FDS) before leaving the factory, and then read this flag every time I turn it on, and...