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 -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hi,
I am working on custom Board with nrf52382, I am using the mma8652 accelerometer for different functionality(prior is single and double tap detection).
Initially...
Hi,
Because of the compatibility issues I'm trying to use SDK10 for my nRF51422 device,
the problem is that I have flashed the S130 softdevice and the ble_app_uart, and...
I want to use FDS in my application. Lets assume I do not have a bootloader. This is part of my linker script describing memory regions.
MEMORY
{
FLASH (rx) : ORIGIN...
I am using proximity profile for my custom board as a tracker.I would like to make the services read/write operations accessable only to my andriod app.Others can connect...
Hello,
Recently I purchased a BLE Nano Kit with MK20/ DAP Link USB Board - Bluetooth 4.0 Low Energy Module Development Board from Fab2Lab and I was trying to use the nRF...
Hello,
We are new in Bluetooth development world. We want to use Laird's BL652 module. At beginning we want to use smartBasic and later Nordic SDK directly. Is it possible...
HI Nordic Team,
I had a production run of 5000 units. Used nrfjprog script to program the nrf51 .
Used the following commands:
nrfjprog -f NRF51 -e
nrfjprog -f NRF51...
Dear all,
I have a project with a nRF51822 based on S110 and SDK10.
Almost everything is running fine, but every time I scan for devices, either by calling BluetoothAdapter...
Hi,
I am writing an application for nRF52832 that uses both Flash Storage and Flash Data Storage in SDK12.2. I want to know how to get the start and the end addresses of...
hello,will you please tell me which code i have to use in the sdk 12.2.0 for rf communication with nrf51822 and nrf24l01 .and also tell me which settings i have to do for...
Hi
I'm working on detecting voltage change direction(up or down) by using LPCOMP or COMP.
LPCOMP initiates as following settings:
detection: NRF_LPCOMP_DETECT_UP.
reference...
Hi,
in want to extend the DFU library (Android and iOS) with a function similar to setBinOrHex(). But instead of a filename, i want to give a byte array with the init packet...
I think there is a bug in Nordic provided code in this thread about fetching the offending PC in a hardfault handler:
devzone.nordicsemi.com/.../
The provided code is...