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 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...
I have found these 2 threads in this forum regarding this matter but I am a bit stuck.
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
I want to port the...
It's been 14 months since the nRF 5x IoT SDK 0.9 was released.
Given Nordic's normal release cycle, that's an eternity!
Will there be another release or is it dead now...
Hello community,
Before I was using a pca10040 by Nordic evaluation board. The project, that i developed, is running well using the EB but when I change to sparkfun breakout...
Hello,
I'm working on nrf51822 with SDK9.0. I have two modules, one is working as a peripheral using s110 and another one is as a central using s130. Now central has a very...
Hi!
I am fairly new to programming micro controllers so apologies if I ask many questions.
I am using NRF52832. The situation is this - I have 2 devices and 1 host . After...
Hi all,
I've found the nRF52840 with USB but it seems a bit OTT for our application, something more like the 51822 would be nice, but cannot identify one, can anyone list...
Hello!
I have a code that is working perfectly on Eclipse for Linux and I would like to copy it to a windows computer with keil. I created a new project with Keil copying...
Hi, I'm developping endless PWM sequence.
That is ...
Only one output pin and the signal from it is repeated with the same period of pulse but with two different duty...
Greetings,
I'm having some trouble using the secure DFU bootloader and buttonless DFU service in my application. The code for both of these has been taken from their respective...
nRF52 SDK13 S132.
For example, I have handle from 0x180A service.
I want to read characteristic 0x2A24 from here.
How should do it?
In the watch window I can see event...
We are interfacing to a SPI Flash MX25R8035F.
When attempting to read 1 page of 256 bytes from the chip we break the read command up into 4 SPI Commands.
1) Read the Status...