SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
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...