I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
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...
Hi, I'm getting NRF_ERROR_NO_MEM when changing advertising interval at run-time. I've added a custom service with 7 characteristics and used fds in the app. The code for changing...
hi i am doing a project where i have to scan for near by ble device using nrf52840 as ble central device,
and connect with customer's ble sensors which have a overparticular...
We are doing the certification to our product, in which they asked me to do BLE scan on the 37th channel, then 38th channel and 39th channel separately to pass the certification...
Device: nRF52832
SDK: v15.0.0
SoftDevice: S132 v6.0.0
The SDK v15.0.0 documentation for the peer manager states the following:
Autonomy: The Peer Manager works more...
I'm using SDK 15.3, nRF52840, with the ext-flash read/write QSPI demo project.
block_dev_qspi_init(), in nrf_block_dev_qspi.c, does not uninitialize the QSPI (by calling...
Hi,
I am trying to install nRFgo Studio version 1.21.2 in my Windows 7 (64 bit OS), but half way through, installation is rolling back the installation changes and the installation...
SDK version: nRF5_SDK_15.3.0
Platform: nRF52840 DK
SoftDevice: s140
--
Hi all,
I use ble_app_blinky example and Android nRF Blinky SDK( https://github.com/NordicSemiconductor...
During developpement of project on nRF52810, we used the nRF52DK PCA10040.
Since we wanted to use P0.9 and P0.10 (to limit differences between eval-board and real board...
I need to develop a ble advertising scanner with these requirements:
- capture at least 10 beacon advertisments (Eddystone TLM) continuously
- advertising interval of...
Hi,
I recently got the nRF51 Dongle for testing of a board with bluetooth interface. I am trying to get this dongle installed in Linux.
I found this link for the SDK...
Hi
I have a project need to be customized advertising frequency and scan in specific frequency
It means nrf52832 could broadcast at specific frequency and scanner also...
Dear Nordic Support,
I am using nRF52840 and BLE SDK v15.2. I want to control my nRF52840 through both UART CLI and BLE CLI so I try and read example: nRF5_SDK_15.2.0_9412b96...
Hello
I have a firmware with Softdevice S132 for NRF52 consists of main application (0x1F000 len:0x56000 ) and Bootloader (0x75000 len:0x9000). What I'm trying to do is...