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 am new to embedded device development and I am wondering if I could get some help on SPI control from nrf51422/51822 chip with dev kit to AD9837 wave generator. I...
Hi,
I am try to create a PWM output which can move the specified number of steps.
Please find following source code
After I execute above problem, I can get following...
Respected sir,
There is added external reset button at SRU532 module, and changes are given according to it using wakeup button at code.When wakeup button is used then some...
Hi all,
I am trying to implement a multilink central with UART. I had looked through the forum on all discussions in about this and followed this thread to come up with...
Hi guys,
I'm testing the 52810 duf function.
hardwar: 52810
using SDK: 15.3.0
softdevice: s112_nrf52_6.1.1_softdevice.hex
download software: nrfgo Studio
bootloader...
I am trying to flash the blink example from SDK v15 into my custom nrf52840 board, I am using pc10056 example.
I connected my ulink2 to swdio, swclck, gnd and vcc of my...
Hi,
Since the last update of the 'Getting Started Assistant' (0.9.0) from 'nRF Connect' 2.6.2 on Windows, I can´t set up or compile any sample of the SDK for the evaluation...
So I've been having a problem the last few days - using the NRF52832 we have an SPI chip connected his chip requires a clock signal (1MHz) that is being generated by the NRF...
We have written code based on SDK V12.2 and found it doesn't support power saving mode. Given that it's very complicated to transplant to higher version, how can we fix the...
Hi,
I want to interface two QENC with nrf52840, I saw QDEC example and it works as expected.
The problem I am facing is that QENC has four pins of which two are for power...
Hello,
I am having strange issue. I'm getting some data from custom service and characteristic. I can see the data being received is correct. However, if I try to pass the...
Is there a set date for the release of a tracker SW with working GPS? And secondly, will there be a step by step instruction how to upgrade the software on the dev. board...
Hello,
I'm an Embedded system student and I would like to make an extension for ZigBee for which I need to make changes to the underlying ZBoss stack.
Is it possible for...
Hi!
Most of the project's application code is written in C++.
SDK headers are guarded with the extern "C" therefore when including no problems arise with linkage.
The...