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 -...
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...
Hi,
I'm using GCC with SDK11 on linux. I'm able to build successfully. When I try to run "make flash" or "make flash_softdevice", I get error nrfjprog command not found...
I just got the nrf51822 evaluation kit. I followed the instruction and installed everything per instruction. When I tried to open “Blinky” project, I am getting the following...
Hello,
I have a peripheral based on the nrf52 that connects to my Android phone already in direct advertisement mode.
I am trying to get a NRF52 central working with...
Hello! I'm trying to use the PWM on a board containing an nRF51822 device. However, simply including the nrf_pwm.h file multiple errors are trigered, such as the following...
Hi everybody !
I try to use nrf52 DK with OSX
I follow this link
devzone.nordicsemi.com/.../
and I have a problem with this step :
launchpad.net/.../ download
...
hi,
i tried to make a ac dimmer circuit controlled with dc
i use nrf51822
this is my dimmer circuit
aaand this one is zero crossing detector
finally this...
I've been puzzled after looking at the current draw figures for the nRF52832. If the advertising interval is supposed to be 20ms.
Can someone explain why the advertising...
I have followup question to the one asked in this thread:
devzone.nordicsemi.com/.../
I'm also using the device manager in DFU so that I need both the pstorage_raw and...
Hi !
I'm working with the pca10040 and nRF5_SDK_11.0.0_89a8197.
I tried to run the DFU bootloader example with SEGGER Embedded Studio 2.2 ( following this tutorial ).
...
"I need to analyse,what is the array of hex values corresponds to.
#define SETUP_MESSAGES_CONTENT {\ {0x00,\ {\ 0x07,0x06,0x00,0x00,0x03,0x02,0x41,0xfe,\ },\ },\
0x07...
Hi all,
BACKGROUND:
I'm working on a project where we use the nRF51, and our first prototype boards just arrived.
So I've made some power measurements trying to calculate...
Hi,
Currently i am using ble app uart as a reference example and nus service with soft device S130 for our project. I want to use multi role example (central and peripheral...
Hi !
I'm trying to run the BLE bootloader example ( here ). I succesfully programmed the SoftDevice and the DFU bootloader :
The device start in bootloader mode ...