Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
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...
Hi,
There are many undefined reference error with file nrf_atfifo.h, already checked Makefile.am is included, please help to advice if there any file is missed.
........
Hello,
I'm using the following code to communicate my NRF52-DK with pc.
But sometimes the DK transmitting repeat data and sometimes error data is sent(missing 1 byte)...
Hello,
I'm implementing libuarte with ble_app_multilink. But receiver side receive gibberish like below.
It looks like RTT message is printed to serial port. But I...
I am using nrf9160 for a monitoring project using NB-IoT network. The problem I am having is when I go to an area where there is no NB-IoT network, the device crashes often...
Hi,
We've a custom board which has NRF52832 and Maxime. They are connected over UART. ( I'm using ble_app_uart)
What I want is transfer binary data between Phone and...
Hi, i am trying to understand the SDK 17 by building my own libraries such as interrupts, ADC, IIC or so on. I was doing well untill i come across with "LOG". When i look...
Newly purchased nRF51 DK connected via USB cable to a computer. Attempted to program firmware via BLE sniffer and an error occurred (image attached). Connected nRF51 DK does...
I am porting our firmware from SDK v15.3.0 to 16.0.0. I believe I have most of the changes in place as I am able to build the boot loader and get it to execute without any...
Hi
I'm trying to use Crypto but can't get started because micro-ecc isn't installed
The install instructions say:
Enter the subdirectory for the SoC and the toolchain...
I have been trying to bring up a secure boot loader for our product based on the nRF52832 SoC.
I have reviewed three SDK versions (17.0.2, 16.0.0, 15.3.0) and observe the...
Hi,
I know that the QSPI peripheral of nRF5340 allows to augment memory by interfacing an external SPI Flash memory. In addition to the internal memory, does DFU by FOTA...
I use nrf52840 dongle on windows 10 to connect to ble devices, I can connect and send msg to the ble device ,but I tried "att_res, data = self.adapter.read_req(new_conn,BLEUUID...
Hello Everyone,
I'm looking for an MCU that could be used as a master for SPI communication to supply the necessary signals (CS+, SCLK+, MOSI+) to a slave device (amplifier...
Hello,
I have migrated my codebase from v1.3.0 to v1.4.0 of the nRF SDK and have a strange issue now where the serial port is spitting out sleep debugging information in...
Hi,
The nrf52832 product spec shows all the clocks provided by HFCLK and LFCLK. But where can I find which peripheral is using which peripheral clock specifically?
For...