Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
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...