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 am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
Hello,
I was just wondering what are the steps to download my software that I made to nRF51422 to the nRF51822. I changed the target device and the memory areas in the...
Hi,
I am using SD 120 9.1.0 and SDK 8 as a central and SD 110 V8.0.0 and SDK 8 as a peripheral.
I have a setup central connects with 8 peripherals. First I had 1 central...
Hi guys,
I'm wondering what is written there in "empty section" between 0x7c0 and 0x1000 address? Are there any special registers (which must not be overwritten)? It looks...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hello everyone,
I want to know if it is possible and how to show advertising data on display lcd (20x4 or graphic lcd). I'm using PCA10028 board with S120 and Nokia5110 LCD...
Hello,
I have read through the pstorage documentation here: devzone.nordicsemi.com/.../a00018.html
and I followed the tutorial here:
devzone.nordicsemi.com/.../
...
I created a bsp folder dfu_dual_bank_serial_s120 from PCA10028/dfu_dual_bak_serial_s13 in examples/dfu/bootloader/PCA10028.
This is for supporting DFU over UART for our...
I am using a development board PCA10040 with an nRF52832
I am running one of the examples: gpiote_pca10040
Everything is working fine with this line in the original...
Hi,
My development platform is a central device that there is a WiFi function, I want to set BLE channel map to avoid from overlay. Let my central device can coexistence...
I am using peripheral example(blinky) to generate .zip file using nrfutil python script. I am getting fallowing error.
nrfutil dfu genpkg --application nrf51822_xxaa.hex...
I am getting fallowing error while update app through uart using nrfutil command.
nrfutil dfu serial --package ble_app_hrm_c_s12o.zip -p /dev/ttyACM0
Upgrading target...
Hi,
I'm building a product using RF Digital's Simblee that uses the nrF51822 ver 3 chip. I've narrowed down a TIMER accuracy issue to BLE. The code below starts and stops...
I'm going to make temperature logger in NRF51822.
I want to use ble_app_uart as reference.
When mobile app is connected I have to send kilobytes of logs.
Now I use ble_nus_string_send...
We have used FreeRTOS a lot, also on nRF51 and nRF52. Now I'm trying to migrate our nRF52 code form SDK11-alpha and SoftDevice 2.0.0-7-alpha (?) to the most recent versions...